ソースを参照

commit -m 修改

zhengjinyi 4 年 前
コミット
409c2f844c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pages/user/account/account-bean.vue

+ 1 - 1
pages/user/account/account-bean.vue

@@ -33,7 +33,7 @@
 		<scroll-view class="h-swiper-content"  scroll-y :style="{paddingTop:CustomBar+234+'px'}">	
 			<!-- 空白页 -->
 			<view v-if="isEmpty" class="empty-account">
-				<image class="empty-account-image" :src="StaticUrl+'icon/icon-empty-account.png'" mode="aspectFit"></image>
+				<image class="empty-account-image" :src="StaticUrl+'icon/icon-emptybeans@2x.png'" mode="aspectFit"></image>
 				<text class="error-text">{{errorText}}</text>
 			</view>
 			<!-- 余额明细列表 -->