Browse Source

立即预约跳转修改为弹框

feature/v1.1.0
lfs3 7 years ago
parent
commit
603316b273
1 changed files with 11 additions and 2 deletions
  1. 13
      pages/activity_detail/activity_detail.js

13
pages/activity_detail/activity_detail.js

@ -320,9 +320,18 @@ Page({
this.groupOpenOrJoin(url);
} else {
//团长与参与人立即预约
wx.navigateTo({
url: '../order/order',
wx.showModal({
title: '',
content: '服务卡已放入您的账户中,搜索关注“一号家政服务号”即可预约',
showCancel: false,
success: function (res) {
if (res.confirm) {
//用户点击确定
}
}
})
wx.sh
}
} else if (that.data.groupStatus == 90){
//拼团失败

Loading…
Cancel
Save