Browse Source

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

王通 1 năm trước cách đây
mục cha
commit
35234e3541
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 //基本情况
           }