Browse Source

order_type

xiaodai2022 2 years ago
parent
commit
223da9b5c2

+ 1 - 4
src/views/standingBook/components/detail10/main.vue

@@ -54,10 +54,7 @@
         <span
           v-if="
             sitem.order_type === '1' ||
-            sitem.order_type === '2' ||
-            sitem.order_type === '5' ||
-            sitem.order_type === '6'
-          "
+            sitem.order_type === '2' "
           ><span
             >{{ sitem.is_activity === "1" ? "参与活动" : "不参与活动" }}/{{
               (

+ 1 - 3
src/views/standingBook/components/detail14/main.vue

@@ -55,9 +55,7 @@
         <span
           v-if="
             sitem.order_type === '1' ||
-            sitem.order_type === '2' ||
-            sitem.order_type === '5' ||
-            sitem.order_type === '6'
+            sitem.order_type === '2'
           "
           ><span
             >{{ sitem.is_activity === "1" ? "参与活动" : "不参与活动" }}/{{

+ 1 - 5
src/views/standingBook/components/detail2/main.vue

@@ -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 });