gdpaoup
This commit is contained in:
@@ -181,6 +181,9 @@ export default {
|
||||
};
|
||||
},
|
||||
onLoad(option) {
|
||||
let pages = getCurrentPages();
|
||||
let prePage = pages[pages.length - 2];
|
||||
console.log(prePage);
|
||||
this.type = option.type;
|
||||
console.log(this.type)
|
||||
this.orderid = option.id;
|
||||
@@ -270,8 +273,8 @@ export default {
|
||||
// 确定退款
|
||||
this.$u.api.refund({
|
||||
refund_id: this.refundid,
|
||||
seller_state:2,
|
||||
seller_message:""
|
||||
seller_state: 2,
|
||||
seller_message: ""
|
||||
}).then(res => {
|
||||
if (res.errCode != 0) {
|
||||
this.$refs.uToast.show({
|
||||
|
||||
Reference in New Issue
Block a user