From 66d2c8d8c97e19fdbd969f97dd3d6a28f27c415f Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Wed, 01 Nov 2023 16:07:03 +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