mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
parent
6d774d0585
commit
b850cce518
@ -121,8 +121,12 @@ VantComponent({
|
|||||||
},
|
},
|
||||||
|
|
||||||
emitChange() {
|
emitChange() {
|
||||||
this.$emit('input', this.value);
|
this.setData({ value: this.value });
|
||||||
this.$emit('change', this.value);
|
|
||||||
|
wx.nextTick(() => {
|
||||||
|
this.$emit('input', this.value);
|
||||||
|
this.$emit('change', this.value);
|
||||||
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
setShowClear() {
|
setShowClear() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user