|
|
|
@ -148,7 +148,7 @@ Page({ |
|
|
|
one_content: "block", |
|
|
|
two_content: "none", |
|
|
|
bottomBGColor: '#F36619', |
|
|
|
buttomText: '团', |
|
|
|
buttomText: '我要开团', |
|
|
|
grounpInfo: "none", |
|
|
|
grounpInfo2: "block", |
|
|
|
|
|
|
|
@ -314,7 +314,7 @@ Page({ |
|
|
|
} |
|
|
|
} else if (that.data.groupStatus == 20) { |
|
|
|
//拼团成功
|
|
|
|
if (that.data.currentMemberTyp == -1) { |
|
|
|
if (that.data.currentMemberType == -1) { |
|
|
|
//游客
|
|
|
|
url = '/mall/wxa/activity/group/open'; |
|
|
|
this.groupOpenOrJoin(url); |
|
|
|
|