|
|
|
@ -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){ |
|
|
|
//拼团失败
|
|
|
|
|