From 9fe01e84d751c76ecda0b1ef3dab0bd03e1ab79d Mon Sep 17 00:00:00 2001 From: lf <1534621107@qq.com> Date: Wed, 17 Jul 2024 11:58:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=E6=AC=A1=E8=BF=9B=E5=85=A5=20?= =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index df416aa..fdb2806 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -213,8 +213,10 @@ onLoad(() => { initContent() } else { activityCode.value = activityCodeU - Object.assign(srcList, srcListU, { - url: getTimesTamp(srcListU.url), + srcList.url = contentDataU.content_templates.source + `?activity_code=${activityCode.value}` + srcList.title = contentDataU.content_templates.moduledesc + Object.assign(srcList, { + url: getTimesTamp(srcList.url), }) Object.assign(contentData, contentDataU) uni.setNavigationBarTitle({