@@ -27,7 +27,7 @@
:cancel-button-text="lang[langType].cancel" @confirm="countryRegionConfirm"
:title="lang[langType].countryRegion" @cancel="showCountryRegion = false">
<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>
</van-picker>
</van-popup>