[综法改版,个人中心新增数据模块]
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
<view class="create-type">
|
||||
<view class="create-type-title">
|
||||
选择咨询类型
|
||||
<text>点击咨询进行选择咨询类型(信用卡/贷款/综法业务)</text>
|
||||
<!-- /综法业务 -->
|
||||
<text>点击咨询进行选择咨询类型(信用卡/贷款)</text>
|
||||
</view>
|
||||
<block v-for="(item, businessIndex) in businessArr" :key="businessIndex">
|
||||
<view class="create-type-item" :class="{'active': item.self_type + item.business_id == businessName}" @click="onBusiness(item.self_type, item.business_id)">
|
||||
@@ -16,7 +15,7 @@
|
||||
<image class="create-type-check" :src="item.self_type + item.business_id == businessName ? '/static/icon/Check_active.png' : '/static/icon/Check.png'" mode="aspectFill"></image>
|
||||
</view>
|
||||
</block>
|
||||
<block v-for="(item, index) in synthesisArr" :key="index+'synthesis'">
|
||||
<!-- <block v-for="(item, index) in synthesisArr" :key="index+'synthesis'">
|
||||
<view class="create-type-item" :class="{'active': item.self_type + item.synthesis_id == businessName}" @click="onBusiness(item.self_type, item.synthesis_id)">
|
||||
<image class="create-type-icon" :src="item.cover" mode="aspectFill"></image>
|
||||
<view class="create-type-text">
|
||||
@@ -25,7 +24,7 @@
|
||||
</view>
|
||||
<image class="create-type-check" :src="item.self_type + item.synthesis_id == businessName ? '/static/icon/Check_active.png' : '/static/icon/Check.png'" mode="aspectFill"></image>
|
||||
</view>
|
||||
</block>
|
||||
</block> -->
|
||||
</view>
|
||||
<view class="create-btn">
|
||||
<button size="default" @click="onNext()">下一步</button>
|
||||
|
||||
Reference in New Issue
Block a user