From 331eef7c57b435f4c8bedb31b3ef6daf68a18db0 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期五, 02 八月 2024 11:41:44 +0800 Subject: [PATCH] feat:PVC改为聚氯乙烯树脂 --- pages/quality-inspection-page/qualityMy/quality-my.vue | 47 ++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 42 insertions(+), 5 deletions(-) diff --git a/pages/quality-inspection-page/qualityMy/quality-my.vue b/pages/quality-inspection-page/qualityMy/quality-my.vue index 5d64235..3242be2 100644 --- a/pages/quality-inspection-page/qualityMy/quality-my.vue +++ b/pages/quality-inspection-page/qualityMy/quality-my.vue @@ -1,5 +1,5 @@ <template> - <view class="driver-my"> + <view class="driver-my quality-my-wrap"> <view class="driver-banner"> <view class="navgation">鎴戠殑</view> <view class="avatar"> @@ -44,6 +44,34 @@ </view> <view class="information-value"> {{ userInfo.username || '' }} + </view> + </view> + <view class="information-line" + @click="scoreCert"> + <view class="line-label"> + <image src="https://mx.jzeg.cn:9096/appimg/image/banner/address.png" + mode="widthFix" + style="width: 36rpx;position: relative;left: 8rpx;"></image> + <view class="label-text">鏇存敼澶村儚</view> + </view> + <view class="information-value"> + <view class=""> + {{ '' }} + </view> + </view> + </view> + <view class="information-line last" + @click="scorePass"> + <view class="line-label"> + <image src="https://mx.jzeg.cn:9096/appimg/image/banner/address.png" + mode="widthFix" + style="width: 36rpx;position: relative;left: 8rpx;"></image> + <view class="label-text">鏇存敼瀵嗙爜</view> + </view> + <view class="information-value"> + <view class=""> + {{ '' }} + </view> </view> </view> </view> @@ -240,6 +268,16 @@ }); }); }, + scoreCert(){ + uni.navigateTo({ + url: '/pages/password/face?id='+this.userInfo.userId+'&imgPath='+this.userInfo.imgPath+'&username='+this.userInfo.username + }) + }, + scorePass(){ + uni.navigateTo({ + url: '/pages/password/password?id='+this.userInfo.userId + }) + }, // 淇敼鎸夐挳鐐瑰嚮 editBtnClick() { this.editDriverPopupShow = true; @@ -380,12 +418,11 @@ justify-content: center; position: relative; top: vww(20); - width: 100%; padding: 40rpx; box-sizing: border-box; &-block { - width: 690rpx; + width: 100%; background: #ffffff; box-shadow: 0rpx 0rpx 14rpx 0rpx rgba(73, 120, 240, 0.14), 0rpx 7rpx 45rpx 0rpx rgba(73, 120, 240, 0.12); border-radius: 20rpx; @@ -490,7 +527,7 @@ @include flex; justify-content: center; position: relative; - bottom: vww(-400); + bottom: vww(-450); .loginout-main { width: 84%; } @@ -501,7 +538,7 @@ @include flex; justify-content: center; position: relative; - bottom: vww(-430); + bottom: vww(-480); .loginout-main { width: 84%; -- Gitblit v1.9.1