From b668b85e312acc4cfaecc423ff53cf7d919b7cf1 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期六, 22 六月 2024 15:18:28 +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