管灌系统农户端微信小程序(嘉峪关应用)
pages/home/home.wxml
@@ -8,6 +8,9 @@
        <t-avatar class="avatar-example" image="{{image}}" size="120rpx" bind:tap="handleAvatarTap" />
         <view class="current-project">
          <text>{{ projectConfig[selectedProject].displayName }}</text>
          <view class="switch-project" bind:tap="switchProject">
            <image class="switch-icon" src="/images/switch.svg" />
          </view>
        </view>
      </view>
      <view class="head-text-wrapper">
@@ -27,9 +30,13 @@
  </view>
  <view class="center-wrapper">
    <view class="center-view" bind:tap="recharge">
    <!-- <view class="center-view" bind:tap="recharge">
      <image src="/images/wallet.svg" />
      <text>充值</text>
    </view> -->
    <view class="center-view" bind:tap="monitor">
      <image src="/images/monitor.svg" />
      <text>综合站监测</text>
    </view>
    <view class="center-view" bind:tap="openValve">
      <image src="/images/valva.svg" />