Browse Source

在线客服修改,团体预约隐藏

master
caichunsheng 4 years ago
parent
commit
6f2595556c
  1. 4
      pages/index/index.wxml
  2. 16
      pages/user/user.js
  3. 7
      pages/user/user.wxml

4
pages/index/index.wxml

@ -189,11 +189,11 @@
<image src="https://static.ticket.sz-trip.com/xcxImages/index/newpb11.png" mode="widthFix"></image>
<view>文旅单位</view>
</view>
<view bindtap="gotoPath" data-event="team_click" data-title="团体预约" data-path="/pages/pbService/group/index"
<!-- <view bindtap="gotoPath" data-event="team_click" data-title="团体预约" data-path="/pages/pbService/group/index"
class="pbservice-item">
<image src="https://static.ticket.sz-trip.com/xcxImages/index/newpb9.png" mode="widthFix"></image>
<view>团体预约</view>
</view>
</view> -->
<view bindtap="gotoUrl" data-event="investment_click" data-title="投资导引图" data-url="https://hot-map.sz-trip.com/"
class="pbservice-item">
<image src="https://static.ticket.sz-trip.com/xcxImages/index/newpb1.png" mode="widthFix"></image>

16
pages/user/user.js

@ -77,6 +77,22 @@ Page({
pagePoint: function(e){
util.pagePoint(e)
},
phoneCall:function(){
wx.showModal({
cancelColor: 'cancelColor',
title:'呼叫人工客服',
content:'0512-66555111',
success:function(res){
if (res.cancel) {
return
}else{
wx.makePhoneCall({
phoneNumber:'0512-66555111',
})
}
}
})
},
/**
* 生命周期函数--监听页面隐藏

7
pages/user/user.wxml

@ -55,9 +55,12 @@
<!-- <navigator url="videoCoupon/index" class="user-box-line">
中奖纪录
</navigator> -->
<navigator url="service/index" class="user-box-line" catchtap="pagePoint" data-event="mine_customerservice">
<!-- <navigator url="service/index" class="user-box-line" catchtap="pagePoint" data-event="mine_customerservice">
在线客服
</navigator>
</navigator> -->
<view class="user-box-line" bindtap="phoneCall">
呼叫人工客服
</view>
<navigator url="coupon/index" class="user-box-line" catchtap="pagePoint" data-event="mine_card">
我的卡券
</navigator>

Loading…
Cancel
Save