|
|
@ -84,15 +84,34 @@ |
|
|
|
<view class="f-title c-title text-bold">技师简介</view> |
|
|
|
<view class="f-title c-title text-bold">技师简介</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="tags"> |
|
|
|
|
|
|
|
<view class="tagItem"> |
|
|
|
|
|
|
|
<u-icon name="checkmark-circle" color="#17C161" size="20"></u-icon> |
|
|
|
|
|
|
|
<text>爽约包退</text> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="tagItem" @click="goGroup(orderInfo.coach_info)"> |
|
|
|
|
|
|
|
<u-icon name="checkmark-circle" color="#17C161" size="20"></u-icon> |
|
|
|
|
|
|
|
<text>实名认证</text> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="tagItem"> |
|
|
|
|
|
|
|
<u-icon name="checkmark-circle" color="#17C161" size="20"></u-icon> |
|
|
|
|
|
|
|
<text>资质证书</text> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
<view class="f-caption c-caption radius-16"> |
|
|
|
<view class="f-caption c-caption radius-16"> |
|
|
|
<view class="subtitle"> |
|
|
|
<view class="subtitle"> |
|
|
|
基本信息 |
|
|
|
基本信息 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<text class="c-paragraph" decode="emsp" style="word-break:break-all;"> |
|
|
|
<text class="c-paragraph" decode="emsp" style="word-break:break-all;"> |
|
|
|
{{orderInfo.coach_info.coach_name}}:{{orderInfo.coach_info.text}}</text> |
|
|
|
{{orderInfo.coach_info.coach_name}}:{{orderInfo.coach_info.text}}</text> |
|
|
|
<view class="subtitle"> |
|
|
|
<!-- <view class="subtitle"> |
|
|
|
爽约包退 |
|
|
|
实名认证 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="imageContent"> |
|
|
|
|
|
|
|
<image @tap.stop="toPreviewImage(index,'license')" mode="aspectFill" class="img-item-mini radius-16" |
|
|
|
|
|
|
|
:src="item" v-for="(item,index) in orderInfo.coach_info.license" :key="index"> |
|
|
|
|
|
|
|
</image> |
|
|
|
|
|
|
|
</view> --> |
|
|
|
<view class="subtitle"> |
|
|
|
<view class="subtitle"> |
|
|
|
资质证书 |
|
|
|
资质证书 |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -101,7 +120,7 @@ |
|
|
|
:src="item" v-for="(item,index) in orderInfo.coach_info.license" :key="index"> |
|
|
|
:src="item" v-for="(item,index) in orderInfo.coach_info.license" :key="index"> |
|
|
|
</image> |
|
|
|
</image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="subtitle"> |
|
|
|
<!-- <view class="subtitle"> |
|
|
|
实名认证 |
|
|
|
实名认证 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="imageContent"> |
|
|
|
<view class="imageContent"> |
|
|
@ -109,7 +128,7 @@ |
|
|
|
:src="item" v-for="(item,index) in orderInfo.coach_info.id_card" :key="index"> |
|
|
|
:src="item" v-for="(item,index) in orderInfo.coach_info.id_card" :key="index"> |
|
|
|
</image> |
|
|
|
</image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
--> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="mt-md ml-lg mr-lg fill-base radius-16"> |
|
|
|
<view class="mt-md ml-lg mr-lg fill-base radius-16"> |
|
|
@ -291,6 +310,11 @@ |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
...mapActions(['getConfigInfo', 'getMineInfo', 'getCarList']), |
|
|
|
...mapActions(['getConfigInfo', 'getMineInfo', 'getCarList']), |
|
|
|
...mapMutations(['updateUserItem']), |
|
|
|
...mapMutations(['updateUserItem']), |
|
|
|
|
|
|
|
goGroup(item){ |
|
|
|
|
|
|
|
this.$util.goUrl({ |
|
|
|
|
|
|
|
url:'/user/pages/myGroup/myGroup?isGroup=false&company_id='+item.company_id |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
}, |
|
|
|
async initIndex(refresh = false) { |
|
|
|
async initIndex(refresh = false) { |
|
|
|
// #ifdef H5 |
|
|
|
// #ifdef H5 |
|
|
|
if (!refresh && this.$jweixin.isWechat()) { |
|
|
|
if (!refresh && this.$jweixin.isWechat()) { |
|
|
@ -617,4 +641,20 @@ |
|
|
|
height: 200upx; |
|
|
|
height: 200upx; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.tags{ |
|
|
|
|
|
|
|
background: rgba(23,193,97,0.3); |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: space-around; |
|
|
|
|
|
|
|
// margin:0 20rpx; |
|
|
|
|
|
|
|
padding:20rpx 0; |
|
|
|
|
|
|
|
border-radius:20rpx; |
|
|
|
|
|
|
|
.tagItem{ |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
text{ |
|
|
|
|
|
|
|
font-size:24rpx; |
|
|
|
|
|
|
|
margin-left:10rpx; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|