|
@@ -32,26 +32,26 @@ export default {
|
|
|
this.loadStatus = 2
|
|
|
this.$nextTick(() => {
|
|
|
uni.hideLoading()
|
|
|
- setTimeout(() => {
|
|
|
- if (this.list.length == 0) {
|
|
|
- uni.showModal({
|
|
|
- title: '提示',
|
|
|
- // 提示文字
|
|
|
- content: '保险方案没绑定网点,请联系工作人员!',
|
|
|
- // 取消按钮的文字自定义
|
|
|
- cancelText: '取消',
|
|
|
- // 确认按钮的文字自定义
|
|
|
- confirmText: '知道了',
|
|
|
- success: function (res) {
|
|
|
- if (res.confirm) {
|
|
|
- // 执行确认后的操作
|
|
|
- } else {
|
|
|
- // 执行取消后的操作
|
|
|
- }
|
|
|
- }
|
|
|
- })
|
|
|
- }
|
|
|
- }, 250)
|
|
|
+ // setTimeout(() => {
|
|
|
+ // if (this.list.length == 0) {
|
|
|
+ // uni.showModal({
|
|
|
+ // title: '提示',
|
|
|
+ // // 提示文字
|
|
|
+ // content: '保险方案没绑定网点,请联系工作人员!',
|
|
|
+ // // 取消按钮的文字自定义
|
|
|
+ // cancelText: '取消',
|
|
|
+ // // 确认按钮的文字自定义
|
|
|
+ // confirmText: '知道了',
|
|
|
+ // success: function (res) {
|
|
|
+ // if (res.confirm) {
|
|
|
+ // // 执行确认后的操作
|
|
|
+ // } else {
|
|
|
+ // // 执行取消后的操作
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // })
|
|
|
+ // }
|
|
|
+ // }, 250)
|
|
|
})
|
|
|
})
|
|
|
},
|