From 69273c1c63c195289e281772e92fa10a2c93a46e Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期六, 22 六月 2024 15:43:26 +0800 Subject: [PATCH] Merge branch 'master' of http://218.28.192.34:9999/r/sqys/sqys_xcx --- 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