refactor: 清理未使用的图片资源并更新UI样式
删除静态目录中未使用的tabbar图片资源 更新manifest.json添加h5路由基础路径 修改按钮颜色、图标及头像尺寸以提升用户体验
@ -64,5 +64,10 @@
|
|||||||
"uniStatistics" : {
|
"uniStatistics" : {
|
||||||
"enable" : false
|
"enable" : false
|
||||||
},
|
},
|
||||||
"vueVersion" : "2"
|
"vueVersion" : "2",
|
||||||
|
"h5" : {
|
||||||
|
"router" : {
|
||||||
|
"base" : "/h5/"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
<view v-if="userMyScore.length>2" class="user-info__container justify-content-item">
|
<view v-if="userMyScore.length>2" class="user-info__container justify-content-item">
|
||||||
<view class="user-info__avatar-three tn-flex-col-center tn-flex-row-center">
|
<view class="user-info__avatar-three tn-flex-col-center tn-flex-row-center">
|
||||||
<view class="tn-shadow-blur"
|
<view class="tn-shadow-blur"
|
||||||
:style="`background-image:url(${userMyScore[2].image});width: 120rpx;height: 120rpx;background-size: 100% 100%;`">
|
:style="`background-image:url(${userMyScore[2].image});width: 105rpx;height: 105rpx;background-size: 100% 100%;`">
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="user-info__nick-name-three clamp-text-1">{{userMyScore[2].name}}</view>
|
<view class="user-info__nick-name-three clamp-text-1">{{userMyScore[2].name}}</view>
|
||||||
|
@ -63,8 +63,8 @@
|
|||||||
<!-- 悬浮按钮-->
|
<!-- 悬浮按钮-->
|
||||||
<view class="tn-flex tn-footerfixed">
|
<view class="tn-flex tn-footerfixed">
|
||||||
<view class="tn-flex-1 justify-content-item tn-margin-sm tn-text-center">
|
<view class="tn-flex-1 justify-content-item tn-margin-sm tn-text-center">
|
||||||
<tn-button :disabled="disabled" backgroundColor="#00FFC6" padding="40rpx 0" width="60%" shadow fontBold @tap="submitDo">
|
<tn-button :disabled="disabled" backgroundColor="#FFA726" padding="40rpx 0" width="60%" shadow fontBold @tap="submitDo">
|
||||||
<text class="tn-color-black">提 交</text>
|
<text class="tn-color-white">提 交</text>
|
||||||
</tn-button>
|
</tn-button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
{
|
{
|
||||||
title: '积分排行',
|
title: '积分排行',
|
||||||
activeIcon: 'cute',
|
activeIcon: 'cute',
|
||||||
inactiveIcon: 'rocket',
|
inactiveIcon: 'trophy',
|
||||||
activeIconColor: '#FFFFFF',
|
activeIconColor: '#FFFFFF',
|
||||||
inactiveIconColor: '#FFFFFF',
|
inactiveIconColor: '#FFFFFF',
|
||||||
iconSize: 50,
|
iconSize: 50,
|
||||||
|
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 15 KiB |