清理冗余代码
This commit is contained in:
@@ -68,14 +68,12 @@
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
console.log(this.$Route.query.id);
|
||||
this.id = this.$Route.query.id;
|
||||
this.getBaseInfo();
|
||||
},
|
||||
methods: {
|
||||
getBaseInfo(){
|
||||
refundpre(this.id).then(res=>{
|
||||
console.log(res)
|
||||
this.goodsInfo = res.order.items[0].sku;
|
||||
this.goodsInfo.shop =res.order.shop;
|
||||
this.refundTime = res.refundTime;
|
||||
|
||||
Reference in New Issue
Block a user