From 614dc61169bcc1a4c7dba3ff924797d4ad064ab3 Mon Sep 17 00:00:00 2001 From: Liuyi <candymxq888@outlook.com> Date: 星期二, 15 十月 2024 17:25:23 +0800 Subject: [PATCH] 测试修改故障上报,会员卡注册,新增地址,资金记录等页面样式及接口 --- pages/index/index.vue | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 2e1b8cc..0ce994b 100644 --- a/pages/index/index.vue +++ b/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> -- Gitblit v1.9.3