盈浩小程序

This commit is contained in:
磷叶 2024-12-06 14:19:20 +08:00
parent e0c4a74dc7
commit 54a0a997db
3 changed files with 5 additions and 4 deletions

View File

@ -51,7 +51,8 @@
"optimization" : { "optimization" : {
"subPackages" : true "subPackages" : true
}, },
"usingComponents" : true "usingComponents" : true,
"lazyCodeLoading": "requiredComponents"
}, },
"vueVersion" : "2", "vueVersion" : "2",
"h5" : { "h5" : {

View File

@ -4,11 +4,11 @@
<view class="header-section"> <view class="header-section">
<view class="flex padding justify-between"> <view class="flex padding justify-between">
<view class="flex align-center"> <view class="flex align-center">
<view v-if="!avatar" class="cu-avatar xl round bg-white"> <view class="cu-avatar xl round bg-white">
<view class="iconfont icon-people text-gray icon"></view> <view class="iconfont icon-people text-gray icon"></view>
</view> </view>
<image v-if="avatar" @click="handleToAvatar" :src="avatar" class="cu-avatar xl round" mode="widthFix"> <!-- <image v-if="avatar" @click="handleToAvatar" :src="avatar" class="cu-avatar xl round" mode="widthFix">-->
</image> <!-- </image>-->
<view v-if="!name" @click="handleToLogin" class="login-tip"> <view v-if="!name" @click="handleToLogin" class="login-tip">
点击登录 点击登录
</view> </view>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 10 KiB