This commit is contained in:
2023-07-07 10:10:51 +08:00
parent be6d4622bc
commit 1af9e0eda5
4 changed files with 2722 additions and 2725 deletions

View File

@@ -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({

View File

@@ -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);

View File

@@ -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">
案件委托拓展服务