Commit dcbf89a3 authored by chenqikuai's avatar chenqikuai

fix

parent db7a9dcd
......@@ -11,7 +11,7 @@
eLoanMode.personal === mode ? 'rgba(62, 79, 175, 1)' : '',
}"
@click="loanMode.setModeAction(eLoanMode.personal)"
>个人</span
>个人产品</span
>
<span
class="info1"
......@@ -19,7 +19,7 @@
color: eLoanMode.company === mode ? 'rgba(62, 79, 175, 1)' : '',
}"
@click="loanMode.setModeAction(eLoanMode.company)"
>企业</span
>企业产品</span
>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment