diff --git a/app.js b/app.js index 7959862..e345e37 100644 --- a/app.js +++ b/app.js @@ -21,7 +21,7 @@ App({ unique_key: "wechatxcx" }).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest95? true : false; + data.isTest = data.isTest96? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件 diff --git a/pages/user/service/list/index.js b/pages/user/service/list/index.js index 0b7a418..51b8f3d 100644 --- a/pages/user/service/list/index.js +++ b/pages/user/service/list/index.js @@ -58,12 +58,12 @@ Page({ },1) wx.showModal({ title: '提示', - content: '呼叫人工客服\n18136165673', + content: '呼叫人工客服\n0512-66555111', confirmColor:"#0B898E", success (res) { if (res.confirm) { wx.makePhoneCall({ - phoneNumber: '18136165673', + phoneNumber: '0512-66555111', }) } else if (res.cancel) { } diff --git a/pages/user/service/list/index.wxml b/pages/user/service/list/index.wxml index 1915d84..4b548a6 100644 --- a/pages/user/service/list/index.wxml +++ b/pages/user/service/list/index.wxml @@ -23,7 +23,7 @@ 即将跳转人工在线客服 客服服务时间:08:30-17:30 -如遇紧急情况可拨打 18136165673 +如遇紧急情况可拨打 0512-66555111