|
@@ -328,7 +328,10 @@ export default {
|
|
|
async goldPrice() {
|
|
|
let res = {};
|
|
|
let { order_type } = this.sitem;
|
|
|
- if (order_type == "1" || order_type == "2") {
|
|
|
+
|
|
|
+ if(order_type == "3" || order_type == "4"){
|
|
|
+ res = await asyncRequest.re_detail({ spuCode: this.sitem.spuCode });
|
|
|
+ }else 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 });
|