xingzai il y a 7 mois
Parent
commit
83e9d6f646
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      controllers/activity.go

+ 3 - 3
controllers/activity.go

@@ -570,9 +570,9 @@ func (this *ActivityCoAntroller) Detail() {
 			//for _, v := range resp.GoodsList {
 			//	resp.PopupPriceMsg += v.PopupPriceMsg //价格弹窗信息
 			//}
-			if activityInfo.ActiveState == "1" {
-				resp.IsShowWxPay = utils.IS_SHOW_WX_PAY //是否展示微信支付按钮
-			}
+			//if activityInfo.ActiveState == "1" {
+			resp.IsShowWxPay = utils.IS_SHOW_WX_PAY //是否展示微信支付按钮
+			//}
 			resp.IsCompanyApply = services.GetUserApplyRecordCountByCompanyIdPay(user.CompanyId)         //获取客户是否有过历史申请记录
 			resp.IsNeedBusinessCard = services.GetCygxUserBusinessCardCount(user.UserId, user.CompanyId) //是否需要上传名片
 		}