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 |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/h5/apph5/pages/index/index.vue b/h5/apph5/pages/index/index.vue
index d2c1124..92921ec 100644
--- a/h5/apph5/pages/index/index.vue
+++ b/h5/apph5/pages/index/index.vue
@@ -1,8 +1,8 @@
 <template>
 	<view class="content">
-		<view @click="openTuer()">鐐瑰嚮璺宠浆澶ц繑瀹�</view>
+		<!-- <view @click="openTuer()">鐐瑰嚮璺宠浆澶ц繑瀹�</view> -->
 
-		<a :href="tourl">test:</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