Explorar el Código

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

王通 hace 1 año
padre
commit
35234e3541
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/forest.vue

+ 1 - 1
src/views/forest.vue

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