|
|
@ -6,10 +6,10 @@ |
|
|
|
<view class="info"> |
|
|
|
<!-- 上面 --> |
|
|
|
<view class="top"> |
|
|
|
<image src="https://img-s-msn-com.akamaized.net/tenant/amp/entityid/BB1msKSi.img" mode="aspectFill"></image> |
|
|
|
<image :src="detail.roleHead" mode="aspectFill"></image> |
|
|
|
<view class="left"> |
|
|
|
<view class="title"> |
|
|
|
摄影师协会 |
|
|
|
{{ detail.roleName }} |
|
|
|
</view> |
|
|
|
<view class="left-list"> |
|
|
|
<view> |
|
|
@ -41,13 +41,13 @@ |
|
|
|
<view> |
|
|
|
<image src="../static/reservationDetail/1.png" mode=""></image> |
|
|
|
<view> |
|
|
|
预约时间 |
|
|
|
{{ $dayjs(detail.preTime).format('YYYY-MM-DD') }} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<image src="../static/reservationDetail/2.png" mode=""></image> |
|
|
|
<view> |
|
|
|
价格 |
|
|
|
¥{{ detail.price }} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view> |
|
|
@ -68,7 +68,7 @@ |
|
|
|
color="#B12731" |
|
|
|
></uv-icon> |
|
|
|
|
|
|
|
<text>推荐度</text> <text>9</text> |
|
|
|
<text>推荐度</text> <text>{{ detail.recommend }}</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="text"> |
|
|
@ -78,7 +78,7 @@ |
|
|
|
专业擅长 |
|
|
|
</view> |
|
|
|
<view class="right"> |
|
|
|
景德镇陶瓷考古研究所资料陈列馆副主任。累德镇交物鉴定小组成员。现为景德镇市第三批市级非物质文化遗产项目景德镇传统陶瓷书法” |
|
|
|
{{ detail.skill }} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@ -87,7 +87,7 @@ |
|
|
|
个人简介 |
|
|
|
</view> |
|
|
|
<view class="right"> |
|
|
|
景德镇陶瓷考古研究所资料陈列馆副主任。累德镇交物鉴定小组成员。现为景德镇市第三批市级非物质文化遗产项目景德镇传统陶瓷书法” |
|
|
|
{{ detail.brief }} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@ -98,15 +98,8 @@ |
|
|
|
<view class="title"> |
|
|
|
讲解现场 |
|
|
|
</view> |
|
|
|
<!-- <view class="list"> |
|
|
|
<view |
|
|
|
v-for="(item, index) in 10" |
|
|
|
:key="index"> |
|
|
|
<image src="https://img-s-msn-com.akamaized.net/tenant/amp/entityid/BB1msKSi.img" mode="aspectFill"></image> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
</view> |
|
|
|
<videoList ref="videoList"/> |
|
|
|
<videoList ref="videoList" :roleId="id"/> |
|
|
|
</view> |
|
|
|
|
|
|
|
<tabber/> |
|
|
@ -146,7 +139,7 @@ |
|
|
|
methods: { |
|
|
|
getData(){ |
|
|
|
this.$api('queryRoleInfoById', { |
|
|
|
id : this.id, |
|
|
|
roleInfoId : this.id, |
|
|
|
}, res => { |
|
|
|
uni.stopPullDownRefresh() |
|
|
|
if(res.code == 200){ |
|
|
|