pages/index/index.vue
@@ -139,6 +139,7 @@
                        uni.showToast({
                           title: '已注销',
                           duration: 2000,
                           icon:'none',
                        });
                        await getVipInfoApi().then((res) =>{
                           if(res.code == 200){
@@ -172,10 +173,10 @@
   <view class="container">
      <view class="content">
         <view class="card-box" :style="{paddingTop:topHeight + 'rpx'}">
            <view class="user-info" @click="navTo('/pages/userInfo/index')">
               <image class="user-img" src='../../static/images/index/hend1.png' alt=''></image>
               <text>{{cardInfo.userName}}</text>
               <image class="user-more"src="../../static/images/index/back.png"></image>
            <view class="user-info" >
               <image class="user-img" src='../../static/images/index/head.png' alt=''></image>
               <text @click="navTo('/pages/userInfo/index')">{{cardInfo.userName}}</text>
               <image @click="navTo('/pages/userInfo/index')" class="user-more"src="../../static/images/index/back.png"></image>
               <view class="user-add-card" @click="navTo('/pages/addCard/index')">
                  <image src='../../static/images/index/vip-add.png' alt=''></image>
                  <text>添加会员卡</text>
@@ -252,7 +253,7 @@
                     <image src="../../static/images/index/icon51.png" alt=""></image>
                     <text>附近站点</text>
                  </view>
                  <view class="service-info">蔡家供水服务中心正在营业中……</view>
                  <view class="service-info">服务中心正在营业中……</view>
                  <view>
                     <text>查看更多</text>
                     <image src="../../static/images/index/more-info5.png" alt=""></image>