xingzai 7 meses atrás
pai
commit
cdcc910b57
1 arquivos alterados com 4 adições e 1 exclusões
  1. 4 1
      controllers/user.go

+ 4 - 1
controllers/user.go

@@ -1055,7 +1055,10 @@ func (this *UserController) ApplyTryOut() {
 		}
 		title = detailFiccReport.Title
 		source = utils.CYGX_OBJ_FICC_REPORT
-		redirectUrl = utils.WX_MSG_PATH_FICC_REPORT_DETAIL + strconv.Itoa(detailId)
+		if utils.RunMode == "release" {
+			redirectUrl = utils.WX_MSG_PATH_FICC_REPORT_DETAIL + strconv.Itoa(detailId)
+		}
+
 	} else if tryType == utils.CYGX_OBJ_FICC_REPORT_XCX {
 		// 研选专栏
 		title = "周期股语音播报"