首页优化完成

This commit is contained in:
lym
2026-03-29 00:52:05 +08:00
parent c93c946f13
commit ba8fef5edf
20 changed files with 143 additions and 45 deletions

View File

@@ -1,7 +1,13 @@
<!--index.wxml-->
<import src="../../wxParse/wxParse.wxml" />
<view class="container">
<!-- 背景图层:覆盖整个页面,包括顶部状态栏区域 -->
<image class="bg-image" src="../../images/首页背景.png" mode="aspectFill"></image>
<view class="container-header">
<!-- 页面标题,替代原生导航栏标题 -->
<view class="page-title" style="padding-top: {{statusBarHeight}}px;">仁E森命</view>
<view class="header">
<!--<view class="searchbox2">
<view class="logobox"><image src="../../images/logo2.png" /></view>
@@ -60,7 +66,7 @@
<view>
<view wx:if='{{icon1===0}}' bindtap="onCategory" data-id="企业介绍">
<image src='../../images/mydata0_ico0.png'></image>
<image src='../../images/ry-02.png'></image>
<text>企业介绍</text>
</view>
<!--
@@ -71,11 +77,11 @@
-->
<view wx:if='{{icon2===0}}' bindtap="onCategory" data-id="操作教程">
<image src='../../images/mydata0_ico4.png'></image>
<image src='../../images/ry-03.png'></image>
<text>操作教程</text>
</view>
<view wx:if='{{icon3===0}}' bindtap="onCategory" data-id="发图素材">
<image src='../../images/mydata0_ico2.png'></image>
<image src='../../images/ry-04.png'></image>
<text>发图素材</text>
</view>
<view wx:if='{{icon4===0}}' bindtap="onCategory" data-id="健康知识">
@@ -83,7 +89,7 @@
<text>健康知识</text>
</view>
<view wx:if='{{icon5===0}}' bindtap="onCategory" data-id="客服专区">
<image src='../../images/mydata0_ico3.png'></image>
<image src='../../images/ry-05.png'></image>
<text>客服专区</text>
</view>
</view>