加载页面的时候,小程序生命周期重置data数据

onLoad(){

Object.assign(this.$data, this.$options.data())

}

相关文章: