From d405d7cfefd8ac846e7ae4afd293198d6de6a9e6 Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期六, 22 六月 2024 17:12:54 +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