|
|
@@ -5,7 +5,7 @@
|
|
|
<image :src="baseURL + '/resource/icon/model1/resume.png'" mode="" class="readme"></image>
|
|
|
<view class="top-user flex">
|
|
|
<image :src="cardInfo.avatar" mode="" class="user-logo"></image>
|
|
|
- <image :src="baseURL + '/resource/icon/model1/jpfw.png'" mode="" class="gp"></image>
|
|
|
+ <!-- <image :src="baseURL + '/resource/icon/model1/jpfw.png'" mode="" class="gp"></image> -->
|
|
|
</view>
|
|
|
<view class="user-name">
|
|
|
{{cardInfo.name || '暂无'}}
|
|
|
@@ -68,7 +68,7 @@
|
|
|
<text>{{cardInfo.service_max_price}}</text>元/{{cardInfo.service_time_type_title && cardInfo.service_time_type_title.replace('每','')}}
|
|
|
</view>
|
|
|
</view>
|
|
|
- <image :src="baseURL + '/resource/icon/model1/yrz.png'" mode="" class="rz"></image>
|
|
|
+ <image :src="baseURL + '/resource/icon/model1/yrz.png'" mode="" class="rz" v-if="cardInfo.is_type_audit == 1"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -204,7 +204,9 @@
|
|
|
onLoad(opt) {
|
|
|
// this.getUserCardInfo()
|
|
|
this.mtype = opt.mtype
|
|
|
+ uni.hideShareMenu();
|
|
|
if (opt.look && opt.look == 1) {
|
|
|
+ uni.showShareMenu();
|
|
|
this.look = false
|
|
|
}
|
|
|
if (opt.uid) {
|
|
|
@@ -309,7 +311,8 @@
|
|
|
title: '0-6岁早期教育',
|
|
|
content: '在婴孩最敏感最能接受的时期进行事半功倍的适时教育,针对不同年龄段的孩子,开发婴幼儿潜能的教育,为孩子多元化和健康人格打下良好基础。'
|
|
|
}
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ is_type_audit: 1
|
|
|
}
|
|
|
}
|
|
|
}).catch((e) => {})
|