Fix:4903 【商城小程序】店铺入驻,店铺类型点击范围调整(点击右侧“>”按钮时没有弹出类型选择)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -161,7 +161,7 @@
|
||||
</u-cell>
|
||||
</view>
|
||||
<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>
|
||||
@@ -349,7 +349,7 @@
|
||||
</u-cell>
|
||||
</u-form-item>
|
||||
<u-form-item prop="typeText">
|
||||
<u-cell title="店铺类型" :border="false" isLink>
|
||||
<u-cell title="店铺类型" :border="false">
|
||||
<template #icon>
|
||||
<text class="required">*</text>
|
||||
</template>
|
||||
@@ -358,13 +358,16 @@
|
||||
:value="indexType"
|
||||
:range="columnsType"
|
||||
:disabled="reviewing"
|
||||
mode=selector
|
||||
mode="selector"
|
||||
range-key="name"
|
||||
class="picker"
|
||||
@change="typeChange"
|
||||
>
|
||||
<u--text v-if="form.typeText" :text="form.typeText"></u--text>
|
||||
<u--text v-else text="请选择类型" color="#c0c4cc"></u--text>
|
||||
<view style="display: flex; align-items: center; justify-content: flex-end;">
|
||||
<u--text v-if="form.typeText" :text="form.typeText"></u--text>
|
||||
<u--text v-else text="请选择类型" color="#c0c4cc"></u--text>
|
||||
<u-icon name="arrow-right" color="#909399" size="18"></u-icon>
|
||||
</view>
|
||||
</picker>
|
||||
</template>
|
||||
</u-cell>
|
||||
@@ -401,7 +404,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.cityselect2.open()">
|
||||
<template #icon>
|
||||
<text class="required">*</text>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user