修复绑定和确认收货问题
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user