Commit ad7ed8fb authored by 魏保保's avatar 魏保保

wbb

parent 00685a0c
......@@ -126,9 +126,9 @@
},
"splashscreen" : {
"android" : {
"hdpi" : "C:/Users/Administrator/Desktop/证书/d0abce82961b508e6a0b9924d15fe86.png",
"xhdpi" : "C:/Users/Administrator/Desktop/证书/d0abce82961b508e6a0b9924d15fe86.png",
"xxhdpi" : "C:/Users/Administrator/Desktop/证书/d0abce82961b508e6a0b9924d15fe86.png"
"hdpi" : "/Users/gishouhou/Desktop/证书/d0abce82961b508e6a0b9924d15fe86.png",
"xhdpi" : "/Users/gishouhou/Desktop/证书/d0abce82961b508e6a0b9924d15fe86.png",
"xxhdpi" : "/Users/gishouhou/Desktop/证书/d0abce82961b508e6a0b9924d15fe86.png"
},
"ios" : {
"iphone" : {
......
......@@ -27,7 +27,7 @@ export default {
name: '',
mobile: '',
address: '',
type: '',//退款退款 退款
type: 1,//同意
refund_id: ''
}
},
......@@ -42,10 +42,8 @@ export default {
},
onLoad(option){
// console.log(option)
this.type = option.type;
console.log(option)
this.refund_id = option.refund_id;
// console.log(this.refund_id,this.type)
},
methods: {
refundExamine(){//提交
......
......@@ -223,6 +223,7 @@ export default {
this.is_loading_done = false;
this.pageNum = 0;
this.order = [];
this.refundOrder=[];
this.initializedata();
},
onUnload() {
......@@ -355,6 +356,7 @@ export default {
let is_dianping = event.currentTarget.dataset.is_dianping;
let sale_status = event.currentTarget.dataset.sale_status;
this.order = [];
this.refundOrder=[];
this.statusTab = statusTab;
this.tabactive = statusTab;
this.status = status;
......@@ -363,6 +365,9 @@ export default {
this.is_loading_done = false;
this.currentTab = event.target.dataset.current;
this.pageNum = 0;
console.log(this.refundOrder,'aaaa');
this.initializedata();
},
// 拒绝退款原因关闭弹窗
......
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