Commit 56f12964 authored by fwz's avatar fwz

我的地址修改

parent d6efa8e3
...@@ -65,7 +65,7 @@ export default { ...@@ -65,7 +65,7 @@ export default {
delta: 1 delta: 1
}) })
}else{ }else{
this.editAddress() this.editAddress(id)
} }
} }
}, },
......
...@@ -62,8 +62,6 @@ export default { ...@@ -62,8 +62,6 @@ export default {
id: this.orderInfo.id, id: this.orderInfo.id,
reason: this.value1 reason: this.value1
} }
console.log(orderRefund)
console.log(this.value1)
this.http.httpTokenRequest(opts, orderRefund).then(res => { this.http.httpTokenRequest(opts, orderRefund).then(res => {
if (res.data.code == 200) { if (res.data.code == 200) {
uni.showToast({ uni.showToast({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment