12345678910111213141516171819 |
- <!--pages/loans/loans.wxml-->
- <import src="../../module/header.wxml"/>
- <scroll-view
- class="conent"
- style="height:{{windowh}}rpx;"
- scroll-y="{{selectbar==''?'true':'false'}}"
- bindscrolltolower="{{hasloadall?'':'getMyBuy'}}"
- >
- <template
- is="header"
- data="{{title:'我要贷款',headerheight:headerheight,hasback:true}}"
- />
- <view class="page-content">
- <image src="../../img/loans.png"/>
- </view>
- <navigator class="to_loan" url="../myloan/myloan">
- 好一车贷款计算器
- </navigator>
- </scroll-view>
|