diff --git a/App.vue b/App.vue index 71049d4..0e94c79 100644 --- a/App.vue +++ b/App.vue @@ -36,6 +36,7 @@ export default { } }, }); + return if (!that.vuex_user.isFill) { this.$u.vuex("vuex_msgList", ""); this.$u.vuex("vuex_user", ""); diff --git a/manifest.json b/manifest.json index a0c4787..018a9d1 100644 --- a/manifest.json +++ b/manifest.json @@ -161,7 +161,7 @@ "enable" : true } }, - "title" : "笑柚", + "title" : "源小新", "sdkConfigs" : { "maps" : { "qqmap" : { diff --git a/pages/home/index/index.vue b/pages/home/index/index.vue index d570fd2..95b7674 100644 --- a/pages/home/index/index.vue +++ b/pages/home/index/index.vue @@ -104,6 +104,12 @@ 我什么时候能够知道自己是否被录取? --> + + 源小新AI校园小助手 + 我是你们的AI校园助手,我可以为你答疑解惑。 + @@ -155,7 +161,7 @@ - + @@ -378,13 +384,13 @@ export default { { time: "", messages: [ - { id: 5, content: "新生报到流程", isUser: true }, - { - id: 6, - content: - "新生报到流程:个人信息完善 --预报到 -- 照片信息采集 --缴费 --入校验审 -- 人脸识别 --打印报到单", - isUser: false, - }, + // { id: 5, content: "新生报到流程", isUser: true }, + // { + // id: 6, + // content: + // "新生报到流程:个人信息完善 --预报到 -- 照片信息采集 --缴费 --入校验审 -- 人脸识别 --打印报到单", + // isUser: false, + // }, ], }, ], @@ -809,22 +815,30 @@ page { } .chat-card { - background-color: #ffffff; - border-radius: 16rpx; + // background-color: #ffffff; + // border-radius: 16rpx; padding: 30rpx; margin-bottom: 30rpx; .chat-card-title { - font-size: 32rpx; - font-weight: 500; - color: #333333; - margin-bottom: 10rpx; + font-family: DouyinSans; + font-weight: bold; + font-size: 36rpx; + color: #5255e6; + // line-height: 24rpx; + background: linear-gradient(-56deg, #4d50dd 0%, #3e6aff 100%); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + margin-bottom: 12rpx; } .chat-card-desc { + font-family: PingFang SC; + font-weight: 500; font-size: 24rpx; - color: #666666; - margin-bottom: 20rpx; + color: #9ba5c7; + line-height: 24rpx; + margin-bottom: 12rpx; } .chat-card-questions { diff --git a/static/common/js/router.js b/static/common/js/router.js index bf2d8ac..31ee8d1 100644 --- a/static/common/js/router.js +++ b/static/common/js/router.js @@ -26,8 +26,11 @@ const initApp = function(vm) { // title: '请先登录', // icon: 'none' // }) + // uni.navigateTo({ + // url: config.loginPage + // }) uni.navigateTo({ - url: config.loginPage + url: '/' }) return false } else {