Browse Source

Merge remote-tracking branch 'origin/release-201817-yc' into release-201817-yc

shenjj 7 years ago
parent
commit
a1d8c867ad

+ 2 - 1
assets/scss/mobilePayCenter.scss

@@ -24,10 +24,11 @@ $base-color: #3f84f6;
       padding: .25rem 0;
       color: #666;
       .fr {
+        color: #3f84f6;
         font-weight: normal;
         i {
           font-size: .3rem;
-          color: #88d4af;
+          color: #3f84f6;
           margin-right: .1rem;
         }
       }

+ 3 - 2
pages/mobile/center/user/cart.vue

@@ -504,12 +504,13 @@
         }
         .buy-btn {
           width: 2.08rem;
-          height: 1.02rem;
-          line-height: 1.02rem;
+          height: 1.04rem;
+          line-height: 1.04rem;
           text-align: center;
           font-size: .28rem;
           color: #fff;
           background: #3f84f6;
+          vertical-align: middle;
         }
       }
       .wrap-select {

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

@@ -1279,8 +1279,9 @@
         }
         .buy-btn {
           width: 2.08rem;
-          height: 1.02rem;
-          line-height: 1.02rem;
+          height: 1.04rem;
+          line-height: 1.04rem;
+          vertical-align: middle;
           text-align: center;
           font-size: .28rem;
           color: #fff;

+ 1 - 0
pages/mobile/center/vendor/payCenter.vue

@@ -270,6 +270,7 @@
             if (this.isChange) {
               this.recordList = []
               this.isChange = false
+              this.totalRecordPrice = 0
             }
             this.totalRecordPrice = this.baseUtils.priceFixed(this.totalRecordPrice + this.recordData.data.data.total)
             this.recordList = [...this.recordList, ...val.content]