15 lines
651 B
Plaintext
15 lines
651 B
Plaintext
<view class="module-homecard">
|
|
<view class="homecard_top">
|
|
<text class="title">{{ homeInfo.topTips }}</text>
|
|
<text class="amount">{{ homeInfo.authAmountFormat }}</text>
|
|
<text class="tips">{{ homeInfo.tips }}</text>
|
|
</view>
|
|
<view class="button-container">
|
|
<view wx:if="{{ homeInfo.isShowBorrow }}" class="canborrow-tips">
|
|
<view class="amount">单笔可借{{ homeInfo.singleBorrow }}</view>
|
|
<view class="triangle"></view>
|
|
</view>
|
|
<view bindtap="onGoBorrowBtn" class="goborrow">{{ homeInfo.buttonTips }}</view>
|
|
</view>
|
|
<view class="rate_tips text-26 font-family-Regular">{{ homeInfo.homeTip }}</view>
|
|
</view> |