|
|
@@ -7,7 +7,7 @@
|
|
|
<view class="row-justify-sb m-tb20 step-content">
|
|
|
<view class="column-c" style="text-align: center;">
|
|
|
<image class="wh-45 m-b16"
|
|
|
- :src="`https://wealfavor-1257406827.cos.ap-beijing.myqcloud.com/new-xcx/information/${step === 1?'double':'correct'}.png`"
|
|
|
+ :src="`/page_task/static/img/information/${step === 1?'double':'correct'}.png`"
|
|
|
mode="aspectFill"></image>
|
|
|
<text class="size-24"
|
|
|
:class="step === 1?'color-0FB160 sys-weight-600':'sys-weight-400'">基本信息</text>
|
|
|
@@ -15,7 +15,7 @@
|
|
|
<view class="line"></view>
|
|
|
<view class="column-c justify-center">
|
|
|
<image class="wh-45 m-b16"
|
|
|
- :src="`https://wealfavor-1257406827.cos.ap-beijing.myqcloud.com/new-xcx/information/${stepTwo[step-1]}.png`"
|
|
|
+ :src="`/page_task/static/img/information/${stepTwo[step-1]}.png`"
|
|
|
mode="aspectFill"></image>
|
|
|
<text class="size-24"
|
|
|
:class="step === 2?'color-0FB160 sys-weight-600':'sys-weight-400'">抵押信息</text>
|
|
|
@@ -62,11 +62,11 @@
|
|
|
<text class="size-28 sys-weight-600">抵押信息({{index+1}})</text>
|
|
|
<view class="row-c sys-background-fff r-100 p-lr30 p-tb10">
|
|
|
<image class="wh-30"
|
|
|
- src="https://wealfavor-1257406827.cos.ap-beijing.myqcloud.com/new-xcx/information/edit.png"
|
|
|
+ src="/page_task/static/img/information/edit.png"
|
|
|
mode="aspectFill" @click="onEditInfo(index)"></image>
|
|
|
<view class="title-line m-lr20"></view>
|
|
|
<image class="wh-30"
|
|
|
- src="https://wealfavor-1257406827.cos.ap-beijing.myqcloud.com/new-xcx/information/delete.png"
|
|
|
+ src="/page_task/static/img/information/delete.png"
|
|
|
mode="aspectFill" @click="onDeleteInfo(index)">
|
|
|
</image>
|
|
|
</view>
|
|
|
@@ -147,7 +147,7 @@
|
|
|
<view class="row-justify-sb center p-b10">
|
|
|
<text class="size-30 sys-weight-600">抵押信息({{index+1}})</text>
|
|
|
<image class="wh-30"
|
|
|
- src="https://wealfavor-1257406827.cos.ap-beijing.myqcloud.com/new-xcx/information/delete.png"
|
|
|
+ src="/page_task/static/img/information/delete.png"
|
|
|
mode="aspectFill" @click="onDeleteInfo(index)">
|
|
|
</image>
|
|
|
</view>
|
|
|
@@ -176,7 +176,7 @@
|
|
|
<text
|
|
|
class="size-30 sys-weight-600">{{applyItem.apply_type*1===1?'还款信息':'监管银行卡信息'}}</text>
|
|
|
<image class="wh-30"
|
|
|
- src="https://wealfavor-1257406827.cos.ap-beijing.myqcloud.com/new-xcx/information/delete.png"
|
|
|
+ src="/page_task/static/img/information/delete.png"
|
|
|
mode="aspectFill" @click="onDeleteInfo(index)">
|
|
|
</image>
|
|
|
</view>
|
|
|
@@ -197,7 +197,7 @@
|
|
|
<view class="row-justify-sb center p-b10">
|
|
|
<text class="size-30 sys-weight-600">放款账户信息</text>
|
|
|
<image class="wh-30"
|
|
|
- src="https://wealfavor-1257406827.cos.ap-beijing.myqcloud.com/new-xcx/information/delete.png"
|
|
|
+ src="/page_task/static/img/information/delete.png"
|
|
|
mode="aspectFill" @click="onDeleteInfo(index)">
|
|
|
</image>
|
|
|
</view>
|