瀏覽代碼

no message

xingzai 1 年之前
父節點
當前提交
17201e94d7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/activity_sign.go

+ 1 - 1
controllers/activity_sign.go

@@ -122,7 +122,7 @@ func (this *ActivitySignCoAntroller) Detail() {
 	//把报名信息写入签到到会表
 	go services.AddCygxActivityOfflineMeetingDetail(activityId)
 
-	if user.Mobile != "" {
+	if user.Mobile != "" || total > 0 {
 		resp.IsBindingMobile = true
 	}
 	if user.CompanyId == 1 {