常志远 2 éve
szülő
commit
c18a859964
3 módosított fájl, 17 hozzáadás és 7 törlés
  1. 9 0
      pages.json
  2. 6 5
      pages/mine/paymentCode.vue
  3. 2 2
      pages/scanToPay/payResult.vue

+ 9 - 0
pages.json

@@ -329,6 +329,15 @@
             }
             
         }
+        ,{
+            "path" : "pages/canteenManagement/login",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "",
+                "enablePullDownRefresh": false
+            }
+            
+        }
     ],
 
 	

+ 6 - 5
pages/mine/paymentCode.vue

@@ -23,7 +23,7 @@
 				</view>
 			</view>
 			<!-- 二维码 -->
-			<view class="qr-code opacity">
+			<view class="qr-code ">
 				<view class="img">
 					<img src="../../assets/img/qrCode.png" alt="">
 					<view class="qr-logo">
@@ -37,12 +37,12 @@
 				</view>
 			</view>
 			<!-- 付款中 -->
-			<view class="paying">
+			<!-- <view class="paying">
 				<img src="../../assets/img/if-spinner@1x.png" alt="">
 			     <view class="">
 			     	付款中...
 			     </view>
-			</view>
+			</view> -->
 			<!-- 我的消费记录 -->
 			<view class="consumption-record">
 				<view class="icon">
@@ -93,7 +93,7 @@
 }
 
     .content{
-		border-radius: 12px;
+		border-radius: 24rpx;
 		background-color: rgba(255, 255, 255, 1);
 		margin:48rpx 32rpx;
 		// 饭卡信息
@@ -110,7 +110,7 @@
 				.photo{
 					width: 48rpx;
 					height: 48rpx;
-					border-radius: 50px;
+					border-radius: 100rpx;
 					overflow: hidden;
 					img{
 						width: 100%;
@@ -175,6 +175,7 @@
 			.icon{
 				width: 40rpx;
 				height: 40rpx;
+				
 				img{
 					width: 100%;
 					height: 100%;

+ 2 - 2
pages/scanToPay/payResult.vue

@@ -121,7 +121,7 @@
 					width: 280rpx;
 					height: 80rpx;
 					line-height: 80rpx;
-					border-radius: 8px;
+					border-radius: 16rpx;
 					font-size: 32rpx;
 					background-color: rgba(255, 255, 255, 1);
 					color: rgba(51, 51, 51, 1);
@@ -133,7 +133,7 @@
 					width: 280rpx;
 					height: 80rpx;
 					line-height: 80rpx;
-					border-radius: 8px;
+					border-radius: 16rpx;
 					font-size: 32rpx;
 					background-color: rgba(255, 255, 255, 1);
 					color: rgba(31, 74, 153, 1);