Browse Source

购物车下拉刷新 结算页新增发票

yangc 7 years ago
parent
commit
c204b5bbd3
2 changed files with 4 additions and 2 deletions
  1. 1 1
      pages/mobile/center/user/cart.vue
  2. 3 1
      pages/mobile/center/user/pay/_orderId.vue

+ 1 - 1
pages/mobile/center/user/cart.vue

@@ -64,7 +64,7 @@
       <empty-status :text="'购物车空空如也,快去添加商品吧!'"></empty-status>
     </template>
     <remind-box :title="remindText" :timeoutCount="timeoutCount"></remind-box>
-    <pull-up :fixId="'mobileFixContent'" :searchMore="fetching" :allPage="allPage" :page="page" @pullUpAction="onPullUpAction"></pull-up>
+    <pull-up :searchMore="fetching" :allPage="allPage" :page="page" @pullUpAction="onPullUpAction"></pull-up>
     <link-user :infoObj="currentStoreInfo"
                :showLink="showLink"
                @closeAction="showLink = false"></link-user>

+ 3 - 1
pages/mobile/center/user/pay/_orderId.vue

@@ -733,7 +733,9 @@
         if (this.invoiceData && this.invoiceData.length) {
           this.showInvoiceModal = true
         } else {
-          this.setRemindText('暂无发票信息,请前往pc端维护')
+          this.showInvoiceModal = true
+          this.showAddinvoice = true
+//          this.setRemindText('暂无发票信息,请前往pc端维护')
         }
       },
       setAddressCheck (index) {