小程序底座提交一波
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
<ai-search-popup mode="bottom" ref="areaSelector" length="85%">
|
||||
<div slot="btn" @tap="handleInit">
|
||||
<slot v-if="$slots.default"/>
|
||||
<div v-else-if="isForm">
|
||||
<u-icon name="arrow-right" :label="currentArea.name||'请选择'" label-pos="left"/>
|
||||
</div>
|
||||
<div v-else class="areaSelector">
|
||||
<image :src="locationIcon" class="location"/>
|
||||
<div v-text="currentArea.name"/>
|
||||
@@ -53,7 +56,8 @@ export default {
|
||||
isHideTown: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
},
|
||||
isForm:Boolean
|
||||
},
|
||||
computed: {
|
||||
...mapState(['user']),
|
||||
|
||||
Reference in New Issue
Block a user