已修改

This commit is contained in:
kbing1981 2024-07-01 20:27:17 +08:00
parent 0159f0f51d
commit 744e3381a9
2 changed files with 4 additions and 9 deletions

View File

@ -7,7 +7,7 @@
<image :src="avatar" class="head-port""
@click="goNav('/pages/my/userinfo')"></image>
</view>
<view class="u-flex-1 text-white" v-if="isLogin && userName">
<view class="u-flex-1" v-if="isLogin && userName">
<view class="u-font-18 ">
<view class="flex align-center" style="margin-bottom: 5px;">
<view class="margin-left-sm">{{ userName }}</view>
@ -168,7 +168,7 @@
证件资质
</view>
</view>
<view class="sdza" @click="goHetong()"
<view class="sdza" @click="goNfeedback()"
style="background: url(../../static/images/my/gyw06.png);background-size: cover;">
<image src="../../static/images/my/hetong.png"
style="width: 54rpx;height: 60rpx;margin-bottom: 4px;margin-top: 20px;"></image>
@ -415,12 +415,6 @@
url:'/my/feedback/index'
})
},
//
goHetong(){
uni.navigateTo({
url:'/pages/hetong/index'
})
},
getMyPageNum() {
let artificerId = uni.getStorageSync("artificerId");
console.log("artificerId--->",artificerId);

View File

@ -1146,7 +1146,8 @@
font-size: 30rpx;
}
.order-details{
font-size: 34rpx;
font-size: 32rpx;
font-weight: bold;
}
</style>