抖火法律首页调整

This commit is contained in:
唐明明
2023-06-14 14:25:30 +08:00
parent ca8c6dff01
commit 42e847fccd
26 changed files with 236 additions and 178 deletions

View File

@@ -6,8 +6,8 @@
<view class="order-block-content">
<view class="order-user">{{user.nickname}}<text>{{user.username}}</text></view>
<view class="order-content">
<view class="order-content-type" v-if="can.lawyer_status != 0">
<label>服务律师</label>
<view class="order-content-type" v-if="can.lawyer_status && can.lawyer_status != 0 ">
<label>服务律师</label> -->
<view class="nowrap" v-if="can.lawyer_status === 2">{{ lawyer.name || '-' }}</view>
<view class="nowrap" style="color: #FFAB3F;" v-else>待匹配律师</view>
</view>
@@ -71,6 +71,12 @@
isSelf: {
type : Boolean,
default : false
},
can : {
type : Object,
default : () => {
return { }
}
}
},
methods: {
@@ -78,8 +84,6 @@
this.$emit('info', id)
},
onPhone(mobile){
console.log(mobile)
this.$emit('callPhone', mobile)
},
onSing(id){