修复绑定和确认收货问题

This commit is contained in:
geng.tang@qq.com
2024-01-06 15:27:56 +08:00
parent da5a7dfa05
commit a1d0e825ef
5 changed files with 33 additions and 41 deletions

View File

@@ -189,14 +189,9 @@
phone: that.receiptPhone,
type: 'RECEIPT'
}).then(function (result) {
console.log(result)
if(result){
if(result.code == 0) {
that.$success("发送短信验证码成功")
that.orderSourceData = []
// 刷新订单列表
that.getData()
that.disabled = true
that.setInterValFunc()
} else {