diff --git a/litemall-admin/src/views/config/wx.vue b/litemall-admin/src/views/config/wx.vue index ee755b5c..60ea0980 100644 --- a/litemall-admin/src/views/config/wx.vue +++ b/litemall-admin/src/views/config/wx.vue @@ -87,6 +87,7 @@ export default { init: function() { listWx().then(response => { this.dataForm = response.data.data + this.dataForm.litemall_wx_share = this.dataForm.litemall_wx_share === 'true' }) }, cancel() {