Просмотр исходного кода

fix:拓客专员统计列表显示会员编号

zhanghui 2 лет назад
Родитель
Сommit
d0533c39ee

+ 4 - 1
pages/directPromotionList/module/index.rpx.css

@@ -24,7 +24,7 @@
     font-weight: bold;
 }
 .time{
-    font-size: 30rpx;
+    font-size: 26rpx;
     color: #999999;
 }
 .number{
@@ -32,3 +32,6 @@
     font-weight: bold;
     color: #4cd964;
 }
+.no{
+    font-size: 24rpx;
+}

+ 2 - 1
pages/directPromotionList/module/mescrollUni-item.vue

@@ -12,8 +12,9 @@
 				<image :src="'/static/ud4.png'"></image>
 			</view>
 			<view class="flex-row justify-between userMsg">
-				<view class="flex-col justify-around">
+				<view class="flex-col justify-center">
 					<text class="name">{{item.ncikName}}</text>
+					<text class="no">{{item.no}}</text>
 				</view>
 				<view class="flex-col justify-around">
 					<text class="time">{{item.createTime}}</text>

+ 4 - 1
pages/earningsList/module/mescrollUni-item.vue

@@ -20,9 +20,12 @@
 							<text class="text2" v-if="item.isAdd == '1'">{{item.amount}}</text>
 							<text class="text2" v-else>-{{item.amount}}</text>
 						</view>
+						<view class=" flex-row justify-between">
+							<text class="text3">昵称:{{item.memberName}}</text>
+							<text class="text3">编号:{{item.no}}</text>
+						</view>
 						<view class=" flex-row justify-between">
 							<text class="text3">{{item.createTime}}</text>
-							<text class="text3">来源:{{item.memberName}}</text>
 						</view>
 					</view>
 				</view>