修改样式
This commit is contained in:
@@ -99,6 +99,13 @@ onLoad(()=> {
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
onReady(() => {
|
||||
if (addressStore.pendingIntroBuildingType && !addressStore.addressInfo.id) {
|
||||
buildingTypeRef.value?.openIntroSheet?.()
|
||||
}
|
||||
})
|
||||
|
||||
onUnload(()=> {
|
||||
if(!isSwitch.value) {
|
||||
addressStore.clearAddressInfo()
|
||||
@@ -176,7 +183,11 @@ function chooseStateConfirm(data: any) {
|
||||
<view class="mb-20rpx text-36rpx lh-36rpx text-#333 font-500">{{ t('pages.address.choose-type.navTitle') }}</view>
|
||||
<view @click="openBuildingType" class="bg-#F6F6F6 rounded-16rpx px-24rpx h-98rpx flex-center-sb">
|
||||
<text class="text-30rpx lh-30rpx text-#333">
|
||||
{{ `${t(`pages.address.choose-type.${addressStore.addressInfo.type}`)}` }}
|
||||
{{
|
||||
addressStore.addressInfo.type
|
||||
? t(`pages.address.choose-type.${addressStore.addressInfo.type}`)
|
||||
: t('common.placeholder.pleaseSelect')
|
||||
}}
|
||||
</text>
|
||||
<image src="@img/chef/142.png" class="w-32rpx h-32rpx shrink-0 rotate-90"></image>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user