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