|
@@ -361,8 +361,7 @@ export default {
|
|
async goldPrice() {
|
|
async goldPrice() {
|
|
let res = {};
|
|
let res = {};
|
|
let { order_type } = this.sitem;
|
|
let { order_type } = this.sitem;
|
|
- if (
|
|
|
|
- order_type == "1" ) {
|
|
|
|
|
|
+ if (order_type == "1" ||order_type == "2" ) {
|
|
res = await asyncRequest.cost_detail({ spuCode: this.sitem.spuCode });
|
|
res = await asyncRequest.cost_detail({ spuCode: this.sitem.spuCode });
|
|
} else {
|
|
} else {
|
|
res = await asyncRequest.cove_detail({ spuCode: this.sitem.spuCode });
|
|
res = await asyncRequest.cove_detail({ spuCode: this.sitem.spuCode });
|