Browse Source

bug修改

feature/v1.1.0
xpz2018 6 years ago
parent
commit
1460810dc1
1 changed files with 9 additions and 1 deletions
  1. 10
      pages/activity_detail/activity_detail.js

10
pages/activity_detail/activity_detail.js

@ -145,7 +145,15 @@ Page({
remark: "block",
tagColor: "#F8B551",
});
if (that.data.currentMemberType == 0 || that.data.currentMemberType == 10) {
if (that.data.currentMemberType == -1) {
//游客
that.setData({
one_content: "block",
two_content: "none",
bottomBGColor: '#F36619',
buttomText: '我要参团',
});
} else if (that.data.currentMemberType == 0 || that.data.currentMemberType == 10) {
//发起人和邀请人
that.setData({
one_content: "block",

Loading…
Cancel
Save