|
@@ -236,13 +236,9 @@ export default {
|
|
|
this.loading = false;
|
|
|
},
|
|
|
async goldPrice() {
|
|
|
- // console.log(this.sitem.order_type,"11111111111111111111111")
|
|
|
- // if(this.sitem.order_type){}
|
|
|
- // return;
|
|
|
let res = {};
|
|
|
let { order_type } = this.sitem;
|
|
|
- console.log( order_type == "6")
|
|
|
- if (order_type == "1" || order_type == "2" || order_type == "5"|| order_type == "6") {
|
|
|
+ if (order_type == "1" || order_type == "2" ) {
|
|
|
res = await asyncRequest.cost_detail({ spuCode: this.sitem.spuCode });
|
|
|
} else {
|
|
|
res = await asyncRequest.cove_detail({ spuCode: this.sitem.spuCode });
|