MrShi
2026-03-06 cdca21c0c12fa79ad4e85321d0f0960c0c4c3f33
mini-program/pages/new-address/new-address.vue
@@ -117,6 +117,22 @@
               })
         },
         submit() {
            if (!this.form.name) return uni.showToast({
               title: '收件人不能为空!',
               icon: 'none'
            })
            if (!this.form.phone) return uni.showToast({
               title: '联系电话不能为空!',
               icon: 'none'
            })
            if (!this.form.areaName) return uni.showToast({
               title: '所在地区不能为空!',
               icon: 'none'
            })
            if (!this.form.addr) return uni.showToast({
               title: '详细地址不能为空!',
               icon: 'none'
            })
            if (this.type === 1) {
               this.$u.api.createAddr(this.form)
                  .then(res => {