盈浩小程序
This commit is contained in:
parent
e0c4a74dc7
commit
54a0a997db
|
@ -51,7 +51,8 @@
|
||||||
"optimization" : {
|
"optimization" : {
|
||||||
"subPackages" : true
|
"subPackages" : true
|
||||||
},
|
},
|
||||||
"usingComponents" : true
|
"usingComponents" : true,
|
||||||
|
"lazyCodeLoading": "requiredComponents"
|
||||||
},
|
},
|
||||||
"vueVersion" : "2",
|
"vueVersion" : "2",
|
||||||
"h5" : {
|
"h5" : {
|
||||||
|
|
|
@ -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 |
Loading…
Reference in New Issue
Block a user