地区组件完全重构兼容苹果版本
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<section class="AiMore">
|
||||
<u-icon name="arrow-right" color="#ddd" :label="value||placeholder" label-pos="left" :label-color="labelColor" label-size="32"/>
|
||||
<u-icon :name="icon" color="#ddd" :label="value||placeholder" label-pos="left" :label-color="labelColor"
|
||||
label-size="32"/>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
@@ -13,7 +14,8 @@ export default {
|
||||
},
|
||||
props: {
|
||||
placeholder: {default: "请选择"},
|
||||
value: String
|
||||
value: String,
|
||||
icon: {default: "arrow-right"}
|
||||
},
|
||||
computed: {
|
||||
isEmpty() {
|
||||
|
||||
Reference in New Issue
Block a user