|
@@ -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()
|