|
@@ -887,10 +887,7 @@ func (this *ActivityNoLoginController) Detail() {
|
|
resp.HasPermission = hasPermission
|
|
resp.HasPermission = hasPermission
|
|
resp.SellerName = sellerName
|
|
resp.SellerName = sellerName
|
|
resp.SellerMobile = sellerMobile
|
|
resp.SellerMobile = sellerMobile
|
|
-
|
|
|
|
- if activityInfo.ActiveState == "1" {
|
|
|
|
- resp.IsShowWxPay = utils.IS_SHOW_WX_PAY //是否展示微信支付按钮
|
|
|
|
- }
|
|
|
|
|
|
+ resp.IsShowWxPay = utils.IS_SHOW_WX_PAY //是否展示微信支付按钮
|
|
resp.IsCompanyApply = services.GetUserApplyRecordCountByCompanyIdPay(user.CompanyId) //获取客户是否有过历史申请记录
|
|
resp.IsCompanyApply = services.GetUserApplyRecordCountByCompanyIdPay(user.CompanyId) //获取客户是否有过历史申请记录
|
|
resp.IsNeedBusinessCard = services.GetCygxUserBusinessCardCount(user.UserId, user.CompanyId) //是否需要上传名片
|
|
resp.IsNeedBusinessCard = services.GetCygxUserBusinessCardCount(user.UserId, user.CompanyId) //是否需要上传名片
|
|
}
|
|
}
|