Fix:4903 【商城小程序】店铺入驻,店铺类型点击范围调整(点击右侧“>”按钮时没有弹出类型选择)
This commit is contained in:
+17
-17
@@ -203,25 +203,25 @@
|
|||||||
</u-cell>
|
</u-cell>
|
||||||
</u-form-item>
|
</u-form-item>
|
||||||
<u-form-item prop="typeText">
|
<u-form-item prop="typeText">
|
||||||
<u-cell title="店铺类型" :border="false" isLink>
|
<picker
|
||||||
<template #icon>
|
:value="indexType"
|
||||||
<text class="required">*</text>
|
:range="columnsType"
|
||||||
</template>
|
:disabled="reviewing"
|
||||||
<template #value>
|
mode="selector"
|
||||||
<picker
|
range-key="name"
|
||||||
:value="indexType"
|
class="picker"
|
||||||
:range="columnsType"
|
@change="typeChange"
|
||||||
:disabled="reviewing"
|
>
|
||||||
mode=selector
|
<u-cell title="店铺类型" :border="false" isLink>
|
||||||
range-key="name"
|
<template #icon>
|
||||||
class="picker"
|
<text class="required">*</text>
|
||||||
@change="typeChange"
|
</template>
|
||||||
>
|
<template #value>
|
||||||
<u--text v-if="form.typeText" :text="form.typeText"></u--text>
|
<u--text v-if="form.typeText" :text="form.typeText"></u--text>
|
||||||
<u--text v-else text="请选择类型" color="#c0c4cc"></u--text>
|
<u--text v-else text="请选择类型" color="#c0c4cc"></u--text>
|
||||||
</picker>
|
</template>
|
||||||
</template>
|
</u-cell>
|
||||||
</u-cell>
|
</picker>
|
||||||
</u-form-item>
|
</u-form-item>
|
||||||
<u-form-item prop="contact">
|
<u-form-item prop="contact">
|
||||||
<u-cell title="联系人姓名" :border="false">
|
<u-cell title="联系人姓名" :border="false">
|
||||||
|
|||||||
Reference in New Issue
Block a user