Преглед изворни кода

后台未维护特色信息时,前台基本情况提示语修改

王通 пре 1 година
родитељ
комит
26003909a7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/forest.vue

+ 1 - 1
src/views/forest.vue

@@ -884,7 +884,7 @@
         getBaseInfo().then(res => {
           if (res.code == 200) {
             if (res.msg == '未找到特色信息') {
-              this.forestInfo = '未找到特色信息!'
+              this.forestInfo = '暂无基本情况!'
             } else {
               this.forestInfo = res.data.baseinfo //基本情况
             }