Browse Source

号码回滚

master
nige 3 years ago
parent
commit
76afadf7b6
  1. 2
      app.js
  2. 4
      pages/user/service/list/index.js
  3. 2
      pages/user/service/list/index.wxml

2
app.js

@ -21,7 +21,7 @@ App({
unique_key: "wechatxcx" unique_key: "wechatxcx"
}).then(res => { }).then(res => {
let data = JSON.parse(res.data); let data = JSON.parse(res.data);
data.isTest = data.isTest95? true : false; data.isTest = data.isTest96? true : false;
this.globalData.configJson = data this.globalData.configJson = data
}).then(() => { }).then(() => {
// 获取ui配置文件 // 获取ui配置文件

4
pages/user/service/list/index.js

@ -58,12 +58,12 @@ Page({
},1) },1)
wx.showModal({ wx.showModal({
title: '提示', title: '提示',
content: '呼叫人工客服\n18136165673', content: '呼叫人工客服\n0512-66555111',
confirmColor:"#0B898E", confirmColor:"#0B898E",
success (res) { success (res) {
if (res.confirm) { if (res.confirm) {
wx.makePhoneCall({ wx.makePhoneCall({
phoneNumber: '18136165673', phoneNumber: '0512-66555111',
}) })
} else if (res.cancel) { } else if (res.cancel) {
} }

2
pages/user/service/list/index.wxml

@ -23,7 +23,7 @@
<view class="modal-dialog" wx:if="{{showModal && ses}}"> <view class="modal-dialog" wx:if="{{showModal && ses}}">
<view class="modal-title"><view class="modal-info">即将跳转人工在线客服 <view class="modal-title"><view class="modal-info">即将跳转人工在线客服
<view>客服服务时间:08:30-17:30</view> <view>客服服务时间:08:30-17:30</view>
如遇紧急情况可拨打 <view class="green" bindtap="phoneCall"> 18136165673 </view></view></view> 如遇紧急情况可拨打 <view class="green" bindtap="phoneCall"> 0512-66555111 </view></view></view>
<view class="modal-footer"> <view class="modal-footer">
<view <view
class="btn-confirms two" class="btn-confirms two"

Loading…
Cancel
Save