@@ -17,9 +17,8 @@
},
watch: {
statusValue(newVal, oldVal) {
- console.log('value changed========:', newVal, oldVal)
+ const that = this
if (newVal == '1'&&!this.show) {
- const that = this
uni.showModal({
title: '提示',
content: '网络异常,请重试',