|
@@ -14,6 +14,7 @@ new Vue({
|
|
|
},
|
|
|
mounted() {
|
|
|
this.setWxConfig((wx) => this.setWxReady(wx))
|
|
|
+ document.getElementById("select").removeAttribute("readOnly");
|
|
|
},
|
|
|
methods: {
|
|
|
toSearchProvider() {
|
|
@@ -44,6 +45,7 @@ new Vue({
|
|
|
}
|
|
|
},
|
|
|
clear(async) {
|
|
|
+ document.getElementById("select").removeAttribute("readOnly");
|
|
|
this.$nextTick(() => {
|
|
|
if (!async) {
|
|
|
// ios 手机有延迟问题
|