Fix:4903 【商城小程序】店铺入驻,店铺类型点击范围调整(点击右侧“>”按钮时没有弹出类型选择)

This commit is contained in:
linxi
2026-02-28 11:08:38 +08:00
parent be90afefe5
commit 732a21e17f
2 changed files with 11 additions and 7 deletions
+2 -1
View File
@@ -210,6 +210,7 @@
mode="selector"
range-key="name"
class="picker"
style="width: 100%"
@change="typeChange"
>
<u-cell title="店铺类型" :border="false" isLink>
@@ -289,7 +290,7 @@
</u-cell>
</u-form-item>
<u-form-item prop="area">
<u-cell title="省市区" :border="false" isLink>
<u-cell title="省市区" :border="false" isLink @click="$refs.cityselect.open()">
<template #icon>
<text class="required">*</text>
</template>