From 1e61215b48e59e94c1ed98e4ef956227d689d6bc Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Mon, 06 Nov 2023 08:48:39 +0800 Subject: [PATCH] fix:小程序订阅消息 --- pages/actionChange/components/rectificationInfor.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/actionChange/components/rectificationInfor.vue b/pages/actionChange/components/rectificationInfor.vue index fad999f..61e5a2f 100644 --- a/pages/actionChange/components/rectificationInfor.vue +++ b/pages/actionChange/components/rectificationInfor.vue @@ -145,8 +145,11 @@ let name = item.fileType === 1 ? 'name.png' : 'name.mp4' this.fileList.push(`${this.baseUrl}/file/preview/${item.fileId}?${name}`) // ������ }) - console.log('this.fileList', this.basicInfor.fileBaseList) - console.log('this.fileList', this.fileList) + } + let userInfor = JSON.parse(uni.getStorageSync('userInfor') || '{}') + console.log('userInfor', userInfor) + if (this.basicInfor.pageState === 'edit') { + this.form.changeName = userInfor.userName } }, methods: { -- Gitblit v1.8.0