瀏覽代碼

PC端研选说明图片更换

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

+ 2 - 2
controllers/config.go

@@ -98,7 +98,7 @@ func (this *BaseConfigController) ResearchIntroduce() {
 		this.ServeJSON()
 	}()
 
-	conf, err := models.GetConfigByCode("research_introduce_img_url")
+	conf, err := models.GetConfigByCode("research_introduce_img_url_pc")
 	if err != nil {
 		br.Msg = "获取数据失败"
 		br.ErrMsg = "买方研选产品介绍信息失败,Err:" + err.Error()
@@ -131,7 +131,7 @@ func (this *BaseConfigController) ResearchQuotation() {
 		this.Data["json"] = br
 		this.ServeJSON()
 	}()
-	conf, err := models.GetConfigByCode("research_quotation_img_url")
+	conf, err := models.GetConfigByCode("research_quotation_img_url_pc")
 	if err != nil {
 		br.Msg = "获取数据失败"
 		br.ErrMsg = "买方研选产品介绍信息失败,Err:" + err.Error()