|
@@ -27,7 +27,7 @@
|
|
:cancel-button-text="lang[langType].cancel" @confirm="countryRegionConfirm"
|
|
:cancel-button-text="lang[langType].cancel" @confirm="countryRegionConfirm"
|
|
:title="lang[langType].countryRegion" @cancel="showCountryRegion = false">
|
|
:title="lang[langType].countryRegion" @cancel="showCountryRegion = false">
|
|
<template #columns-top>
|
|
<template #columns-top>
|
|
- <van-search @update:model-value="input" v-model="searchConuntry" placeholder="请输入搜索关键词" />
|
|
|
|
|
|
+ <van-search @update:model-value="input" v-model="searchConuntry" :placeholder="lang[langType].searchText" />
|
|
</template>
|
|
</template>
|
|
</van-picker>
|
|
</van-picker>
|
|
</van-popup>
|
|
</van-popup>
|