From 56af69511ed06af0950e5b22a92c00a6b74ad20a Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期一, 24 六月 2024 09:29:39 +0800
Subject: [PATCH] 处理富文本图片

---
 pages/index/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pages/index/index.vue b/pages/index/index.vue
index 095bc2d..6cd2b5b 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -12,10 +12,10 @@
 			<img src="/static/i06.png" class="more" @click="more1()" alt="" />
 		</view>
 		<view class="btnbox">
-			<img src="/static/i01.png" class="more" alt="" style="margin-right: 18rpx;" />
-			<img src="/static/i02.png" class="more" alt="" />
-			<img src="/static/i03.png" class="more" alt="" style="margin-right: 18rpx;" />
-			<img src="/static/i04.png" class="more" alt="" />
+			<img src="/static/i01.png" class="more" alt="" style="margin-right: 18rpx;" @click="goMyCompany('01')"/>
+			<img src="/static/i02.png" class="more" alt="" @click="goMyCompany('02')"/>
+			<img src="/static/i03.png" class="more" alt="" style="margin-right: 18rpx;" @click="goMyCompany('01')"/>
+			<img src="/static/i04.png" class="more" alt="" @click="goMyCompany('00')"/>
 				<!-- <u-button @click="goMyCompany('01')">鎴戞槸鎵ф硶浜哄憳</u-button>
 				<u-button @click="goMyCompany('02')">鎴戞槸浼佷笟</u-button>
 				<u-button @click="goMyCompany('00')">杩愯惀绠$悊</u-button> -->

--
Gitblit v1.9.1