Ver Fonte

隐藏钱包、修改checkApp路由位置

htc há 5 meses atrás
pai
commit
c0f2848c58
2 ficheiros alterados com 16 adições e 15 exclusões
  1. 8 9
      pages.json
  2. 8 6
      pagesHouse/Mine/index.vue

+ 8 - 9
pages.json

@@ -230,14 +230,6 @@
 						"navigationStyle": "custom"
 					}
 				},
-				{
-					"path": "Verification/checkApp",
-					"style": {
-						"navigationBarTitleText": "核销选择",
-						"enablePullDownRefresh": false,
-						"navigationStyle": "custom"
-					}
-				},
 				{
 					"path": "Verification/record",
 					"style": {
@@ -365,8 +357,15 @@
 						"enablePullDownRefresh": false,
 						"navigationStyle": "custom"
 					}
+				},
+				{
+					"path": "Verification/checkApp",
+					"style": {
+						"navigationBarTitleText": "核销选择",
+						"enablePullDownRefresh": false,
+						"navigationStyle": "custom"
+					}
 				}
-
 			]
 		},
 		{

+ 8 - 6
pagesHouse/Mine/index.vue

@@ -35,7 +35,8 @@
 				</view>
 			</view>
 		</view>
-		<view class="one box" v-if="merchantType==10" @tap="toTurn('/pagesHouse/Mine/Businesses/Businesses',true)">
+
+		<view class="one" v-if="merchantType==10" @tap="toTurn('/pagesHouse/Mine/Businesses/Businesses',true)">
 			<view class="">
 				商户信息
 			</view>
@@ -43,7 +44,7 @@
 				<u-icon name="arrow-right"></u-icon>
 			</view>
 		</view>
-		<view class="one box" v-if="merchantType==4" @tap="toTurn('/pagesHouse/Mine/Businesses/Catering',true)">
+		<view class="one" v-if="merchantType==4" @tap="toTurn('/pagesHouse/Mine/Businesses/Catering',true)">
 			<view class="">
 				商户信息
 			</view>
@@ -52,7 +53,7 @@
 			</view>
 		</view>
 
-		<view class="" style="padding: 24rpx; background-color: #fff; margin: 0 20rpx ; border-radius: 16rpx;">
+		<view class="" style="padding: 24rpx; background-color: #fff; margin: 0 20rpx ; border-radius: 16rpx;position: relative;">
 			<view class="one-input">
 				<u-row customStyle="margin-bottom: 10px">
 					<u-col span="7.8">
@@ -85,7 +86,7 @@
 				h: uni.getSystemInfoSync().windowHeight,
 				w: uni.getSystemInfoSync().windowWidth,
 				mt: uni.getSystemInfoSync().statusBarHeight + 44,
-				avatar: 'https://i.ringzle.com/file/20240129/5b4a757190334fa7ae8616620c770bc4.png',
+				avatar: 'https://i.ringzle.com/file/20240129/5b4a757190334fa7ae8616620c770bc4.png', 
 				name: '游客',
 				orderMenus: [ //type:1 待付款、2 待使用、3 待评价、4 退款/售后
 					{
@@ -235,7 +236,8 @@
 			align-items: center;
 			font-size: 36rpx;
 			color: #111111;
-			font-weight: bold;
+			font-weight: bold;
+			position: relative;
 		}
 
 		.box {
@@ -401,7 +403,7 @@
 				border-radius: 36rpx;
 				// line-height: 60rpx;
 				text-align: center;
-				font-size: 26rpx;
+				font-size: 26rpx; 
 				font-family: PingFang-SC, PingFang-SC;
 				font-weight: bold;
 				color: #FFFFFF;