diff --git a/pages/mine/card/card-detail.vue b/pages/mine/card/card-detail.vue index 2218f3c..df7cc00 100644 --- a/pages/mine/card/card-detail.vue +++ b/pages/mine/card/card-detail.vue @@ -80,6 +80,11 @@ limit="9"> + + + + 提交 @@ -141,6 +146,13 @@ }, methods: { + dialogConfirm(){ + this.$tab.navigateTo('/pages/mine/addr/addr-list') + }, + + dialogClose(){ + + }, /**初始化数据*/ initData(id) { @@ -201,6 +213,9 @@ initAddress() { uniSelectList().then(res => { this.addressList = res.data + if (this.addressList.length == 0){ + this.$refs.alertDialog.open() + } }).catch((e) => { uni.showToast({ icon: 'error',