diff --git a/src/project/baiduAI/AppDialogue/AppDialogue.vue b/src/project/baiduAI/AppDialogue/AppDialogue.vue index 9d7a3fa..ab981d8 100644 --- a/src/project/baiduAI/AppDialogue/AppDialogue.vue +++ b/src/project/baiduAI/AppDialogue/AppDialogue.vue @@ -12,8 +12,8 @@ -
-
+
+
{{item.createTime.substring(5, 16)}}
@@ -56,7 +56,7 @@ 登录
--> - @@ -119,7 +119,7 @@ export default { this.getHistoryList() }, methods: { - ...mapActions(['autoLogin']), + ...mapActions(['autoLogin', 'getUserInfo']), startRecord() { if(this.isFlag) return this.isStart = true @@ -278,8 +278,9 @@ export default { }, handleAdminLogin({detail: {code: phoneCode}}) { if (!this.token) { - this.autoLogin({corpId: "ww596787bb70f08288", loginWay: 'admin', phoneCode}).then(() => { + this.autoLogin({loginWay: 'admin', phoneCode}).then(() => { this.getUserInfo() + this.getHistoryList() }) } else this.$u.toast("已登录,无需重新登录!") }, @@ -352,7 +353,6 @@ page { height: 420px; background-image: url("https://cdn.cunwuyun.cn/wechat/biaopin/residentAssistant/content-top-bg.png"); position: fixed; - top: 184px; left: 0; z-index: 1; background-size: 100vw; @@ -362,7 +362,7 @@ page { width: 100%; box-sizing: border-box; background-color: #fff; - padding: 0 32px 364px; + padding: 32px 32px 364px; .send-time { display: block; width: 100%; diff --git a/src/project/baiduAI/AppMy/AppMy.vue b/src/project/baiduAI/AppMy/AppMy.vue index ce8f122..666ba71 100644 --- a/src/project/baiduAI/AppMy/AppMy.vue +++ b/src/project/baiduAI/AppMy/AppMy.vue @@ -99,7 +99,6 @@ height: 420px; background-image: url("https://cdn.cunwuyun.cn/wechat/biaopin/residentAssistant/content-top-bg.png"); position: fixed; - top: 184px; left: 0; z-index: 1; background-size: 100vw; diff --git a/src/project/baiduAI/AppRecord/AppRecord.vue b/src/project/baiduAI/AppRecord/AppRecord.vue index 3a9d800..226684b 100644 --- a/src/project/baiduAI/AppRecord/AppRecord.vue +++ b/src/project/baiduAI/AppRecord/AppRecord.vue @@ -1,6 +1,6 @@