poiId:{{ item.poiId }}
+水域类型:{{ item.title }}
+水域名称:{{ item.address }}
+设置时间:{{ item.createTime }}
+ +暂无数据~
+{{ item.title }} | +
---|
+ {{ row[col.key] }} + | +
查看数据
+poiId:{{ item.poiId }}
+水域类型:{{ item.title }}
+水域名称:{{ item.address }}
+设置时间:{{ item.createTime }}
+ +暂无数据~
+poiId:{{ item.poiId }}
@@ -30,6 +30,7 @@ export default { data(){ return { drownList: [], + loading: false, } }, computed: { @@ -58,6 +59,8 @@ export default { this.$toast.success({ message: '数据加载完成' }); } } + }).catch(() => {}).finally(() => { + this.loading = true; }) }, } @@ -139,7 +142,7 @@ export default { margin: 100px auto 0; background-size: 165px 120px; p { - @include colorAndFont(#999, 28); + @include colorAndFont(#999, 16); margin: 100px auto 0; } }