最新
This commit is contained in:
@@ -222,7 +222,7 @@
|
||||
<view class="enable-label" @click="developClick">
|
||||
<image class="enable-img" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/18/1ad1129b729b4d2ac990a951c35b9106.png" alt="" mode="widthFix"></image>
|
||||
<view class="nowrap enable-title">
|
||||
卓越领袖思维
|
||||
卓越领袖能量思维
|
||||
</view>
|
||||
<view class="enable-price">
|
||||
¥5980.00/年
|
||||
@@ -431,7 +431,6 @@
|
||||
onShow() {
|
||||
// 业务类型列表
|
||||
workIndex().then(res => {
|
||||
console.log(res)
|
||||
this.businessArr = res
|
||||
}).catch(err => {
|
||||
uni.showToast({
|
||||
|
||||
@@ -231,7 +231,6 @@
|
||||
|
||||
// 显示选择机构 -- 带搜索
|
||||
onShowInstitution(e, item, index){
|
||||
console.log(this.$refs.institutionPicker)
|
||||
this.columns = e
|
||||
this.old = item
|
||||
this.cIndex = index
|
||||
@@ -312,7 +311,6 @@
|
||||
|
||||
// 机构变更更新业务
|
||||
institutionChange(e){
|
||||
|
||||
let index = this.cIndex
|
||||
let old = this.old
|
||||
let value = old.institution.findIndex(val => val.institution_id === e.val.institution_id);
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
协商调解类
|
||||
</view>
|
||||
<view class="userSee-number" v-if="userData.business_orders_count">
|
||||
{{ userData.business_orders_count.all}}<text>单</text>
|
||||
{{ userData.business_orders_count.all ? userData.business_orders_count.all : '0'}}<text>单</text>
|
||||
</view>
|
||||
<view class="userSee-tips">
|
||||
信用卡、贷款业务
|
||||
@@ -52,7 +52,7 @@
|
||||
法律咨询类
|
||||
</view>
|
||||
<view class="userSee-number" v-if="userData.business_orders_count">
|
||||
{{synthesisAll.legal_consulting}}<text>单</text>
|
||||
{{synthesisAll.legal_consulting ? synthesisAll.legal_consulting : '0'}}<text>单</text>
|
||||
</view>
|
||||
<view class="userSee-tips">
|
||||
个人、企业法律
|
||||
@@ -64,7 +64,7 @@
|
||||
诉讼委托类
|
||||
</view>
|
||||
<view class="userSee-number">
|
||||
{{synthesisAll.lawsuit}}<text>单</text>
|
||||
{{synthesisAll.lawsuit ? synthesisAll.lawsuit : '0'}}<text>单</text>
|
||||
</view>
|
||||
<view class="userSee-tips">
|
||||
案件委托、拓展服务
|
||||
|
||||
Reference in New Issue
Block a user