Browse Source

修改日报展示规则

message
douzhuo 1 year ago
parent
commit
e3c77a99c4
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      manifest.json
  2. +1
    -1
      pages/mine/reception/addreception.vue

+ 2
- 2
manifest.json View File

@@ -1,5 +1,5 @@
{ {
"name" : "AI销讲助手",
"name" : "AI销",
"appid" : "__UNI__7A1611D", "appid" : "__UNI__7A1611D",
"description" : "AI销讲助手", "description" : "AI销讲助手",
"versionName" : "1.1.0", "versionName" : "1.1.0",
@@ -72,7 +72,7 @@
}, },
"quickapp" : {}, "quickapp" : {},
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx83fec12ec03d9349",
"appid" : "wxd6dd7eae72606ca2",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"es6" : true, "es6" : true,


+ 1
- 1
pages/mine/reception/addreception.vue View File

@@ -190,7 +190,7 @@
if (this.isPass && !this.parames.agentId) { if (this.isPass && !this.parames.agentId) {
uni.showToast({ uni.showToast({
icon: "none", icon: "none",
title: "当前顾问正在接待,请选择其他顾问"
title: "请选择顾问~"
}) })
return; return;
} }


Loading…
Cancel
Save