From 8a128613c19f14a644663757350bd5d2af3f5362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 16 May 2024 08:39:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesC/H5Healthrecord/H5Healthrecord.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pagesC/H5Healthrecord/H5Healthrecord.vue b/pagesC/H5Healthrecord/H5Healthrecord.vue index c244e25..b963cba 100644 --- a/pagesC/H5Healthrecord/H5Healthrecord.vue +++ b/pagesC/H5Healthrecord/H5Healthrecord.vue @@ -20,7 +20,7 @@ methods: { info() { getHealthKey(uni.getStorageSync('userinfo').cardNo, uni.getStorageSync('openid')).then(res => { - this.src = 'https://qmjk.jiankangdongying.cn/html/gzd/jkda/expLogin.html?key=' + res.data + + this.src = 'https://qmjk.jiankangdongying.cn/jkdy/pages/jkda/jkdady?key=' + res.data + '&dyfs=14' }) },