hookehuyr

fix

1 <!-- 1 <!--
2 * @Date: 2022-09-19 14:11:06 2 * @Date: 2022-09-19 14:11:06
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-05-28 17:51:23 4 + * @LastEditTime: 2024-05-29 09:48:54
5 * @FilePath: /meihuaApp/src/pages/index/index.vue 5 * @FilePath: /meihuaApp/src/pages/index/index.vue
6 * @Description: 首页 6 * @Description: 首页
7 --> 7 -->
...@@ -13,13 +13,13 @@ ...@@ -13,13 +13,13 @@
13 <image mode="aspectFill" src="http://cdn.ipadbiz.cn/meihua/logo1.png" style="width: 4.2rem; height: 6rem;" /> 13 <image mode="aspectFill" src="http://cdn.ipadbiz.cn/meihua/logo1.png" style="width: 4.2rem; height: 6rem;" />
14 </view> 14 </view>
15 <view style="position: absolute; right: 2rem; top: 1.5rem; display: flex;"> 15 <view style="position: absolute; right: 2rem; top: 1.5rem; display: flex;">
16 - <view @tap="onShowNotice(3)" style=""> 16 + <view @tap="onShowNotice(1)" style="">
17 <image mode="aspectFill" src="http://cdn.ipadbiz.cn/meihua/%E8%AE%BE%E6%96%BD3.png" style="width: 1.55rem; height: 5.2rem;" /> 17 <image mode="aspectFill" src="http://cdn.ipadbiz.cn/meihua/%E8%AE%BE%E6%96%BD3.png" style="width: 1.55rem; height: 5.2rem;" />
18 </view> 18 </view>
19 <view @tap="onShowNotice(2)" style="margin: 0 1.25rem;"> 19 <view @tap="onShowNotice(2)" style="margin: 0 1.25rem;">
20 <image mode="aspectFill" src="http://cdn.ipadbiz.cn/meihua/%E5%85%A5%E4%BD%8F3.png" style="width: 1.6rem; height: 5.2rem;" /> 20 <image mode="aspectFill" src="http://cdn.ipadbiz.cn/meihua/%E5%85%A5%E4%BD%8F3.png" style="width: 1.6rem; height: 5.2rem;" />
21 </view> 21 </view>
22 - <view @tap="onShowNotice(1)" style=""> 22 + <view @tap="onShowNotice(3)" style="">
23 <image mode="aspectFill" src="http://cdn.ipadbiz.cn/meihua/%E6%8E%A0%E5%BD%B13.png" style="width: 1.55rem; height: 5.2rem;" /> 23 <image mode="aspectFill" src="http://cdn.ipadbiz.cn/meihua/%E6%8E%A0%E5%BD%B13.png" style="width: 1.55rem; height: 5.2rem;" />
24 </view> 24 </view>
25 </view> 25 </view>
......