liyongli 23 цаг өмнө
parent
commit
24a8dac3bb

+ 1 - 1
src/view/fenghui/form.vue

@@ -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>