From b6b61b53530b2a023aa2141c38946b75d1282cf6 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期二, 22 八月 2023 14:04:08 +0800 Subject: [PATCH] no message --- h5/apph5/pages/index/index.vue | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/h5/apph5/pages/index/index.vue b/h5/apph5/pages/index/index.vue index d6827f1..92921ec 100644 --- a/h5/apph5/pages/index/index.vue +++ b/h5/apph5/pages/index/index.vue @@ -2,7 +2,7 @@ <view class="content"> <!-- <view @click="openTuer()">鐐瑰嚮璺宠浆澶ц繑瀹�</view> --> - <a :href="tourl">鐐瑰嚮璺宠浆澶ц繑瀹�</a> + <a ref="ahref" :href="tourl">鐐瑰嚮璺宠浆澶ц繑瀹�</a> </view> </template> @@ -11,10 +11,17 @@ data() { return { timer:null, - tourl: 'dafanguan://{"url":"/pages/rankinglist/common_act?t_url=http://appapitest.ushopvip.com/html/freebuy.html","totype":"0"}' + tourl: 'dafanguan://{"url":"/pages/rankinglist/common_act","totype":"0"}' } }, onLoad() { + + }, + mounted() + { + uni.navigateTo({ + url:this.tourl + }) }, methods: { openTuer() { -- Gitblit v1.9.3