Browse Source

分享

feature/v1.1.0
lfs3 7 years ago
parent
commit
f30b5dfa41
1 changed files with 4 additions and 2 deletions
  1. 6
      pages/activity_detail/activity_detail.js

6
pages/activity_detail/activity_detail.js

@ -322,7 +322,7 @@ Page({
this.groupOpenOrJoin(url);
}else{
//团长与参与人点击分享
this.openActionsheet();
}
} else if (that.data.status == 20) {
//拼团成功
@ -332,7 +332,9 @@ Page({
this.groupOpenOrJoin(url);
} else {
//团长与参与人立即预约
this.openActionsheet();
wx.navigateTo({
url: '../order/order',
})
}
} else if (that.data.status == 90){
//拼团失败

Loading…
Cancel
Save