From 56af69511ed06af0950e5b22a92c00a6b74ad20a Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期一, 24 六月 2024 09:29:39 +0800 Subject: [PATCH] 处理富文本图片 --- qiye/qiyeIndex/qiyeIndex.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/qiye/qiyeIndex/qiyeIndex.vue b/qiye/qiyeIndex/qiyeIndex.vue index 4b462b9..9666440 100644 --- a/qiye/qiyeIndex/qiyeIndex.vue +++ b/qiye/qiyeIndex/qiyeIndex.vue @@ -45,7 +45,7 @@ companyCode: 'code===', uqrcodeImage: '', list1:[], - companyId:33,//todo + companyId:'', msg:{} } }, @@ -56,6 +56,9 @@ } }); }, + onLoad(options) { + this.companyId = options.id||33 + }, methods: { more1(){ uni.navigateTo({ -- Gitblit v1.9.1