zhaoyun il y a 2 semaines
Parent
commit
0453fe3ace
1 fichiers modifiés avec 24 ajouts et 5 suppressions
  1. 24 5
      mer_uniapp/pages/user/index.vue

+ 24 - 5
mer_uniapp/pages/user/index.vue

@@ -39,7 +39,7 @@
 
 			<view class="card-right">
 				<view class="card-content">
-					<view class="content-item">
+					<!--view class="content-item">
 						<img class="content-icon" src="/static/img/ic-tickets.png" alt="我的票劵">
 						<view class="content-text1">我的票劵</view>
 					</view>
@@ -50,9 +50,12 @@
 					<view class="content-item">
 						<img class="content-icon" src="/static/img/ic-gold.png" alt="我的金币">
 						<view class="content-text3">我的金币</view>
+					</view-->
+					<view class="app_set" @click="goEdit()">
+							<text class="iconfont icon-shezhi">设置</text>
 					</view>
 				</view>
-
+					
 				<!-- <view class="profile-link">
 					<text>个人中心</text>
 					<img src="/static/img/ic-right.png" />
@@ -228,11 +231,17 @@
 						text: '邀请好友',
 						url: ''
 					},
+					// {
+					// 	id: 9,
+					// 	icon: '/static/img/ic-feedback.png',
+					// 	text: '帮助反馈',
+					// 	url: ''
+					// },
 					{
 						id: 9,
 						icon: '/static/img/ic-feedback.png',
-						text: '帮助反馈',
-						url: ''
+						text: '我的账户',
+						url: '/pages/users/user_money/index'
 					},
 					{
 						id: 10,
@@ -435,7 +444,17 @@
 	.card-right {
 		flex: 1;
 	}
-
+	.app_set {
+						color: #fff;
+						width: 140rpx;
+						height: 110rpx;
+						text-align: right;
+						line-height: 110rpx;
+
+						.icon-shezhi {
+							font-size: 36rpx;
+						}
+					}
 	.avatar {
 		position: absolute;
 		top: -80rpx;