This commit is contained in:
Gdpao
2020-08-14 12:17:28 +08:00
parent 150c3337e4
commit c9c714d4e3
5 changed files with 164 additions and 13 deletions

View File

@@ -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({