Explorar el Código

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

王通 hace 1 año
padre
commit
26003909a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 //基本情况
             }