xuqiang 5 년 전
부모
커밋
446bba2084
4개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/pages/confirmorder.vue
  2. 1 0
      src/pages/store/homePage.vue
  3. 1 1
      src/pages/store/productEdit.vue
  4. 1 1
      src/pages/unpacking.vue

+ 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>