Browse Source

feat: 钱包

2912631854@qq.com 3 months ago
parent
commit
ec265715d4
1 changed files with 4 additions and 16 deletions
  1. 4 16
      pagesHouse/Mine/index.vue

+ 4 - 16
pagesHouse/Mine/index.vue

@@ -35,19 +35,7 @@
 				</view>
 			</view>
 		</view>
-
-		<view class="wallet box ">
-			<view class="w_left">
-				<view class="wl_top">
-					<image src="https://i.ringzle.com/file/20240225/337c4c20cbc94bdcb4f17b6058a9d39f.png"></image>
-					<text>钱包余额</text>
-				</view>
-				<view class="wl_price"><span>¥</span><text>{{price.toFixed(2)}}</text></view>
-			</view>
-			<view class="w_right" @tap="toTurn('/pagesMy/wallet/index',true)">去结算</view>
-		</view>
-
-		<view class="one" v-if="merchantType==10" @tap="toTurn('/pagesHouse/Mine/Businesses/Businesses',true)">
+		<view class="one box" v-if="merchantType==10" @tap="toTurn('/pagesHouse/Mine/Businesses/Businesses',true)">
 			<view class="">
 				商户信息
 			</view>
@@ -55,7 +43,7 @@
 				<u-icon name="arrow-right"></u-icon>
 			</view>
 		</view>
-		<view class="one" v-if="merchantType==4" @tap="toTurn('/pagesHouse/Mine/Businesses/Catering',true)">
+		<view class="one box" v-if="merchantType==4" @tap="toTurn('/pagesHouse/Mine/Businesses/Catering',true)">
 			<view class="">
 				商户信息
 			</view>
@@ -97,7 +85,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 退款/售后
 					{
@@ -413,7 +401,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;