From 78068d49c20a8b90db902d955f558af507eb8b96 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 11 四月 2024 16:06:12 +0800 Subject: [PATCH] 各页面添加骨架屏 --- pages/personalCenter/index.wxml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/personalCenter/index.wxml b/pages/personalCenter/index.wxml index 50cd24b..d7d9d6f 100644 --- a/pages/personalCenter/index.wxml +++ b/pages/personalCenter/index.wxml @@ -1,5 +1,5 @@ <view> - <t-pull-down-refresh value="{{baseRefresh.value}}" loadingTexts="{{['涓嬫媺鍒锋柊', '鏉炬墜鍒锋柊', '姝e湪鍒锋柊', '鍒锋柊瀹屾垚']}}" bind:refresh="onPullDownRefresh" bind:scroll="onScroll"> + <t-pull-down-refresh value="{{baseRefresh.value}}" loadingProps="{{loadingProps}}" loadingTexts="{{['涓嬫媺鍒锋柊', '鏉炬墜鍒锋柊', '姝e湪鍒锋柊', '鍒锋柊瀹屾垚']}}" bind:refresh="onPullDownRefresh" bind:scroll="onScroll"> <view style="width: 100%; height: {{barHeight}}px;"></view> <view class="background {{ isWhite ? 'white':''}}" style="padding-top: {{barHeight}}px"> <text class="text">涓汉涓績</text> @@ -51,7 +51,7 @@ <view class="domainList1"> <view wx:for="{{moreMenu}}" wx:for-item="item" wx:for-index="index" wx:key="index" bindtap="toPages" data-info="{{item}}" class="listItem"> <view class="icon"> - <image src="{{item.icon}}" mode="aspectFit" class="img" /> + <image src="{{item.icon}}" mode="aspectFill" class="img" /> </view> <view class="label"> <text>{{item.title}}</text> @@ -61,7 +61,7 @@ <view class="domainList2"> <view wx:for="{{moreMenu1}}" wx:for-item="item" wx:for-index="index" wx:key="index" bindtap="toPages" data-info="{{item}}" class="listItem"> <view class="icon"> - <image src="{{item.icon}}" mode="aspectFit" class="img" /> + <image src="{{item.icon}}" mode="aspectFill" class="img" /> </view> <view class="label"> <text>{{item.title}}</text> -- Gitblit v1.9.1