bug
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
onLoad () {
|
||||
this.config = uni.getStorageSync('waterConfig')
|
||||
|
||||
uni.$on('change', e => {
|
||||
uni.$on('filedChange', e => {
|
||||
this.config.forEach((v, index) => {
|
||||
if (v.type === e.type) {
|
||||
this.$set(this.config[index], 'defaultValue', e.defaultValue)
|
||||
|
||||
Reference in New Issue
Block a user