Browse Source

首页朋友圈,客服电话

master
nige 3 years ago
parent
commit
85e65d0053
  1. 2
      app.js
  2. 3
      app.json
  3. 7
      pages/index/index.js
  4. 4
      pages/user/service/list/index.js
  5. 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.isTest94? true : false; data.isTest = data.isTest95? true : false;
this.globalData.configJson = data this.globalData.configJson = data
}).then(() => { }).then(() => {
// 获取ui配置文件 // 获取ui配置文件

3
app.json

@ -220,7 +220,8 @@
"pagePath": "pages/index/index", "pagePath": "pages/index/index",
"iconPath": "/images/home.png", "iconPath": "/images/home.png",
"selectedIconPath": "/images/homeSel.png", "selectedIconPath": "/images/homeSel.png",
"text": "首页" "text": "首页",
"shareTimeline": true
}, },
{ {
"pagePath": "pages/map/index", "pagePath": "pages/map/index",

7
pages/index/index.js

@ -795,5 +795,12 @@ Page({
*/ */
onShareAppMessage: function () { onShareAppMessage: function () {
},
onShareTimeline: function() {
return {
title: '君到苏州(文化旅游总入口)',
query: '',
imageUrl: 'https://static.ticket.sz-trip.com/xcxImages/zwt/logo.png'
}
} }
}) })

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

@ -58,12 +58,12 @@ Page({
},1) },1)
wx.showModal({ wx.showModal({
title: '提示', title: '提示',
content: '呼叫人工客服\n0512-66555111', content: '呼叫人工客服\n18136165673',
confirmColor:"#0B898E", confirmColor:"#0B898E",
success (res) { success (res) {
if (res.confirm) { if (res.confirm) {
wx.makePhoneCall({ wx.makePhoneCall({
phoneNumber: '0512-66555111', phoneNumber: '18136165673',
}) })
} 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"> 0512-66555111 </view></view></view> 如遇紧急情况可拨打 <view class="green" bindtap="phoneCall"> 18136165673 </view></view></view>
<view class="modal-footer"> <view class="modal-footer">
<view <view
class="btn-confirms two" class="btn-confirms two"

Loading…
Cancel
Save