xuqiang 5 ani în urmă
părinte
comite
446bba2084

+ 1 - 1
src/pages/confirmorder.vue

@@ -166,7 +166,7 @@ export default {
                 })
                 .then(res => {
                     this.hideLoading();
-                    console.log(res);
+                    // console.log(res);
                     this.total = res.total;
                     this.store = res.store;
                     // console.log(this.store);

+ 1 - 0
src/pages/store/homePage.vue

@@ -152,6 +152,7 @@ export default {
         ...mapState(['systemInfo', 'userStoreInfo']),
         dropCaseStatusList() {
             let list = [...this.caseStatusList];
+            // console.log(list);
             list = list
                 .filter(item => {
                     return this.isMineShop || item.value !== 'UNDO';

+ 1 - 1
src/pages/store/productEdit.vue

@@ -91,7 +91,7 @@
                     </div>
                 </div> -->
             </div>
-            <div class="box" v-if="showId">
+            <div class="box" v-else>
                 <div class="top2">
                     <span>已售/总数</span>
                     <!-- <div class="right">

+ 1 - 1
src/pages/unpacking.vue

@@ -43,7 +43,7 @@
                     </div>
                     <div class="box-con-money">
                         <div class="box-con-num">
-                            <p>¥{{ item.value }}</p>
+                            <!-- <p>¥{{ item.value }}</p> -->
                         </div>
                         <p>×{{ item.amount }}</p>
                     </div>