|
@@ -2553,7 +2553,7 @@ func (this *ActivityController) Check() {
|
|
resp.PopupPriceMsg += v.PopupPriceMsg //价格弹窗信息
|
|
resp.PopupPriceMsg += v.PopupPriceMsg //价格弹窗信息
|
|
}
|
|
}
|
|
activtyPayTotal := services.GetCygxOrderVirtualAssetdCountTotal(user.Mobile, activityId) // 如果是点数不够的人买了付费活动,取消报名,在报名,不弹付费按钮
|
|
activtyPayTotal := services.GetCygxOrderVirtualAssetdCountTotal(user.Mobile, activityId) // 如果是点数不够的人买了付费活动,取消报名,在报名,不弹付费按钮
|
|
- if activtyPayTotal > 0 {
|
|
|
|
|
|
+ if activtyPayTotal == 0 {
|
|
resp.IsShowWxPay = utils.IS_SHOW_WX_PAY
|
|
resp.IsShowWxPay = utils.IS_SHOW_WX_PAY
|
|
}
|
|
}
|
|
//是否展示微信支付按钮
|
|
//是否展示微信支付按钮
|