yangyin
2024-03-11 de3639dc524474bb2c9074b19ee234ab7cbbe6a7
mine/index/index.wxml
@@ -82,41 +82,41 @@
  </view>
  <view class="cu-list menu card-menu margin-top-xl margin-bottom-xl shadow-lg radius">
    <view class="cu-item arrow">
      <view class="content" bindtap="openSetting"  hover-class="none">
    <view class="cu-item arrow" bindtap="openSetting">
      <view class="content" hover-class="none">
        <text class="cuIcon-settingsfill text-gray"></text>
        <text class="text-grey">设置</text>
      </view>
    </view>
    <view class="cu-item arrow">
      <navigator class="content" url="/other/about/EventechInfo" hover-class="none">
    <view class="cu-item arrow" bindtap="openEventechInfo">
      <view class="content" hover-class="none">
        <text class="cuIcon-formfill text-green"></text>
        <text class="text-grey">技术支持</text>
      </navigator>
      </view>
    </view>
    <view class="cu-item arrow">
      <view class="content" bindtap="changePassWord">
    <view class="cu-item arrow" bindtap="changePassWord">
      <view class="content" >
        <text class="cuIcon-lock text-red"></text>
        <text class="text-grey">修改密码</text>
      </view>
    </view>
    <view class="cu-item arrow">
      <button bindtap="reLogin" class="cu-btn content" >
    <view class="cu-item arrow" bindtap="reLogin">
      <button  class="cu-btn content" >
        <text class="cuIcon-exit text-cyan"></text>
        <text class="text-grey">重新登录</text>
      </button>
    </view>
    <view class="cu-item arrow">
      <button class="cu-btn content" bindtap="removeStorage">
    <view class="cu-item arrow" bindtap="removeStorage">
      <button class="cu-btn content" >
        <text class="cuIcon-deletefill text-cyan"></text>
        <text class="text-grey">清除缓存</text>
      </button>
    </view>
    <view class="cu-item arrow" wx:if="{{isDeBug}}">
      <button class="cu-btn content" bindtap="onTest">
    <view class="cu-item arrow" wx:if="{{isDeBug}}" bindtap="onTest">
      <view class="cu-btn content" >
        <text class="iconfont icon-qiyeguanwang"></text>
        <text class="text-grey">测试</text>
      </button>
      </view>
    </view>
    <view class="cu-item">
      <view class="content"  hover-class="none">