From d8f59965f2bfd4fdad95ff7f8d8d00eb8d4978b0 Mon Sep 17 00:00:00 2001 From: linlinjava Date: Sun, 22 Nov 2020 20:56:06 +0800 Subject: [PATCH] fix[litemall-admin]: gitee #I1X21W --- litemall-admin/src/views/config/wx.vue | 1 + 1 file changed, 1 insertion(+) 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() {