Browse Source

客服电话

master
18761167687 1 year ago
parent
commit
e1b024395d
  1. 2
      app.js
  2. 6
      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"
}).then(res => {
let data = JSON.parse(res.data);
data.isTest = data.isTest159? true : false;
data.isTest = data.isTest160? true : false;
this.globalData.configJson = data
}).then(() => {
// 获取ui配置文件

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

@ -113,6 +113,12 @@ Page({
phoneNumber: '0512-66555111',
})
},
phoneCall2:function(){
console.log(1111);
wx.makePhoneCall({
phoneNumber: '18915532527',
})
},
/**
* 生命周期函数--监听页面初次渲染完成
*/

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

@ -24,7 +24,7 @@
<view class="modal-title"><view class="modal-info">即将跳转人工在线客服
<view>客服服务时间:9:00-12:00,</view>
<view>13:00-18:00</view>
如遇紧急情况可拨打 <view class="green" bindtap="phoneCall"> 0512-66555111 </view></view></view>
如遇紧急情况可拨打 <view class="green" bindtap="phoneCall"> 0512-66555111 </view><view class="green" bindtap="phoneCall2"> 18915532527 </view></view></view>
<view class="modal-footer">
<view
class="btn-confirms two"

Loading…
Cancel
Save