diff --git a/manifest.json b/manifest.json index 374cacc..9c2c5f9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "AI销讲助手", + "name" : "AI营销辅助", "appid" : "__UNI__7A1611D", "description" : "AI销讲助手", "versionName" : "1.1.0", @@ -72,7 +72,7 @@ }, "quickapp" : {}, "mp-weixin" : { - "appid" : "wx83fec12ec03d9349", + "appid" : "wx5700a3ff66ea4e4c", "setting" : { "urlCheck" : false, "es6" : true, diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index c1a99af..cb24266 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -103,6 +103,7 @@ + @@ -176,60 +177,46 @@ 设备日志 - - + + - - - - - 标记为顾问 - - - {{item.name}} + - - 常错词: - @@ -244,219 +231,186 @@ - - - - 加精华 - 选择标签 - - - {{item.name}} + - - - - - - - 接待详情 + - - - - - - - 销讲执行 + - - - - - - - 客户意向 + + - - - 修改角色 - - - {{item.name}} + + + @@ -602,29 +608,27 @@ - - - - + + 修改次数 - + 本次属于客户第几次到访 - - + - + + @@ -633,15 +637,15 @@ 注意:客户没有第一次到访记录,该客户所有的接待销讲执行率,不参与统计 - + 取消 确认 - + - + @@ -757,8 +761,8 @@ templateName: '', // 销讲业务类型文字 percent: 0, // 挖掘成功 wordFraction: 0, // 挖掘执行 - - + + showVisit: false, // 操作框 visitParams: { id: '', @@ -901,7 +905,7 @@ }); }) }, - + // 获取接待类型列表 getInvalidList() { this.$u.post('/customer/invalidList', { @@ -1106,6 +1110,8 @@ rolexuanze(index) { this.roleindexrow = index; }, + + // 修改角色 Modifyrole(dialog, item) { this.roleisshaw = true; this.roletiaoshu = dialog; @@ -3457,34 +3463,34 @@ color: #fff; } } - - + + .show-visit-content { width: 100%; height: 100%; display: flex; flex-direction: column; - + .visit-title { font-size: 32rpx; font-weight: bold; line-height: 70rpx; text-align: center; } - + .visit-box { flex-grow: 1; display: flex; flex-direction: column; align-items: center; - + .visit-step { margin: 20rpx 0 0 0; display: flex; justify-content: center; align-items: center; border: 1rpx solid #999; - + .mitems { flex-shrink: 0; width: 70rpx; @@ -3494,26 +3500,26 @@ align-items: center; justify-content: center; } - + .input { width: 100rpx; font-size: 32rpx; text-align: center; } } - + .tips { padding: 20rpx 0; width: 80%; font-size: 26rpx; } } - + .visit-btns { width: 100%; height: 88rpx; display: flex; - + .btn-item { flex-grow: 1; height: 100%; @@ -3524,5 +3530,4 @@ } } } -