Xiao_123 8 months ago
parent
commit
f1b4ec43dc
1 changed files with 14 additions and 14 deletions
  1. 14 14
      pages/index/my.vue

+ 14 - 14
pages/index/my.vue

@@ -6,25 +6,25 @@
       <view v-else class="font-weight-bold font-size-20">{{ baseInfo?.name || userInfo?.phone }}</view>
     </view>
     <view class="d-flex" style="margin-top: 80rpx;">
-        <view v-for="(item, index) in itemList" :key="index" @tap="handleToLink(item)" class="parent">
-					<view class="d-flex justify-space-between">
-						<view>
-							<view class="colors">
-								<span>查看更多</span>
-								<uni-icons color="#c8c5c4" type="right" size="15" class="ml"/>
-							</view>
-							<view class="size-16">{{ item.title }}</view>
-						</view>
-						<view>
-							<uni-icons color="#00897B" :type="item.icon" size="45"/>
+      <view v-for="(item, index) in itemList" :key="index" @tap="handleToLink(item)" class="parent">
+				<view class="d-flex justify-space-between">
+					<view>
+						<view class="colors">
+							<span>查看更多</span>
+							<uni-icons color="#c8c5c4" type="right" size="15" class="ml"/>
 						</view>
+						<view class="size-16">{{ item.title }}</view>
+					</view>
+					<view>
+						<uni-icons color="#00897B" :type="item.icon" size="45"/>
 					</view>
 				</view>
-      </view>
+			</view>
+    </view>
 
-      <view style="height: 10rpx; background-color: #f8f8fa;"></view>
+    <view style="height: 10rpx; background-color: #f8f8fa;"></view>
 
-      <view class="card">
+    <view class="card">
       <uni-list>
         <uni-list-item v-for="item in list" :clickable="true" :key="item.title" :title="item.title" showArrow :rightText="item.rightTex || ''" @click="handleToLink(item)"></uni-list-item>
       </uni-list>