Преглед на файлове

织金隐藏支付方式

zaijin преди 1 година
родител
ревизия
e7a55fcc76

+ 2 - 1
pages/OnsitePayment/OnsitePayment.scss

@@ -29,6 +29,7 @@
     padding: 39rpx 41rpx;
     &-item {
       display: flex;
+      align-items: center;
       margin-bottom: 16rpx;
 
       &:last-child {
@@ -50,7 +51,7 @@
       }
 			.vehicle-no {
 				color: #f00 !important;
-				font-size: 32rpx;
+				font-size: 34rpx;
 				font-weight: 500;
 			}
     }

+ 3 - 0
pages/choosePayment/choosePayment.scss

@@ -115,4 +115,7 @@
     bottom: 0;
     left: 0;
   }
+}
+.flex-center {
+  justify-content: center !important;
 }

+ 7 - 2
pages/choosePayment/choosePayment.vue

@@ -24,6 +24,9 @@
                   <radio color="#2DCF8C" value="weixin" :checked="'weixin' === radioCurrent" />
                 </view>
               </view>
+              <template v-if="!wxEnv && projectFlag === 'zhijin'">
+                <view class="pay-list-item flex-center">暂无可用支付方式</view>
+              </template>
               <!-- #endif -->
             </template>
             <template v-if="alipayEnv && projectFlag === 'puding' && projectFlag !== 'zhijin'">
@@ -281,9 +284,11 @@ export default {
         this.radioCurrent = 'weixinzn';
       } else if (this.projectFlag === 'wudang') {
         this.radioCurrent = 'juhe';
-      } else if (this.wxEnv) {
+      } else if (this.projectFlag === 'zhijin' && this.wxEnv) {
         this.radioCurrent = 'weixin';
-      } else {
+      } else if (this.projectFlag !== 'zhijin' && this.wxEnv) {
+        this.radioCurrent = 'weixin';
+      } else if (this.projectFlag !== 'zhijin') {
         this.radioCurrent = 'juhe';
       }
       // 打开弹出层

+ 3 - 2
pages/geomagnetismLock/geomagnetismLock.scss

@@ -27,6 +27,7 @@
     padding: 39rpx 41rpx;
     .parking-lock-info-item {
       display: flex;
+      align-items: center;
       margin-bottom: 16rpx;
 
       &:last-child {
@@ -45,9 +46,9 @@
         }
       }
       .weight {
-        color: #2a2a2a !important;
+        color: #f00 !important;
         font-weight: 500;
-				font-size: 32rpx;
+				font-size: 34rpx;
       }
       .really-money {
         color: #fa7319 !important;