已修改
This commit is contained in:
parent
0159f0f51d
commit
744e3381a9
|
@ -7,7 +7,7 @@
|
||||||
<image :src="avatar" class="head-port""
|
<image :src="avatar" class="head-port""
|
||||||
@click="goNav('/pages/my/userinfo')"></image>
|
@click="goNav('/pages/my/userinfo')"></image>
|
||||||
</view>
|
</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="u-font-18 ">
|
||||||
<view class="flex align-center" style="margin-bottom: 5px;">
|
<view class="flex align-center" style="margin-bottom: 5px;">
|
||||||
<view class="margin-left-sm">{{ userName }}</view>
|
<view class="margin-left-sm">{{ userName }}</view>
|
||||||
|
@ -168,7 +168,7 @@
|
||||||
证件资质
|
证件资质
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="sdza" @click="goHetong()"
|
<view class="sdza" @click="goNfeedback()"
|
||||||
style="background: url(../../static/images/my/gyw06.png);background-size: cover;">
|
style="background: url(../../static/images/my/gyw06.png);background-size: cover;">
|
||||||
<image src="../../static/images/my/hetong.png"
|
<image src="../../static/images/my/hetong.png"
|
||||||
style="width: 54rpx;height: 60rpx;margin-bottom: 4px;margin-top: 20px;"></image>
|
style="width: 54rpx;height: 60rpx;margin-bottom: 4px;margin-top: 20px;"></image>
|
||||||
|
@ -415,12 +415,6 @@
|
||||||
url:'/my/feedback/index'
|
url:'/my/feedback/index'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 跳转合同页面
|
|
||||||
goHetong(){
|
|
||||||
uni.navigateTo({
|
|
||||||
url:'/pages/hetong/index'
|
|
||||||
})
|
|
||||||
},
|
|
||||||
getMyPageNum() {
|
getMyPageNum() {
|
||||||
let artificerId = uni.getStorageSync("artificerId");
|
let artificerId = uni.getStorageSync("artificerId");
|
||||||
console.log("artificerId--->",artificerId);
|
console.log("artificerId--->",artificerId);
|
||||||
|
|
|
@ -1146,7 +1146,8 @@
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
}
|
}
|
||||||
.order-details{
|
.order-details{
|
||||||
font-size: 34rpx;
|
font-size: 32rpx;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue