zs há 1 ano atrás
pai
commit
2940e8d0f1
2 ficheiros alterados com 2 adições e 1 exclusões
  1. 1 0
      pagesHome/customer/index.vue
  2. 1 1
      pagesMy/basic/index.vue

+ 1 - 0
pagesHome/customer/index.vue

@@ -35,6 +35,7 @@
 							</view>
 						</view>
 					</view>
+					<view id="msg123456789"></view>
 				</view>
 			</scroll-view>
 		</view>

+ 1 - 1
pagesMy/basic/index.vue

@@ -11,7 +11,7 @@
 				<view class="value icon">
 					<view class="title">头像</view>
 					<view class="label">
-						<u-avatar :text="formatName(form.nickname||'证')" shape="square" fontSize="20"
+						<u-avatar :text="formatName(form.name||form.nickname)" shape="square" fontSize="20"
 							randomBgColor></u-avatar>
 					</view>
 				</view>