- <cu-custom isBack bgColor="bg-gradual-blue">
- <view slot="backText">返回</view>
- <view slot="content">商品详情</view>
- </cu-custom>
- <view class="section" style="margin-bottom:{{Ios ? '50px' : '118px'}};">
- <view class="padding-xl bg-cyan">
- <view class="padding-xs text-white text-xl">{{value.title}}</view>
- <view class="padding-xs text-white">贷款期限:{{value.month}}个月</view>
- </view>
- <image wx:for="{{value.details}}" wx:key="index" style="width: 100%;" src="{{item}}" mode="widthFix" class="image" />
- </view>
- <van-goods-action custom-class="goods-ios">
- <van-goods-action-button text="立即申请" bind:click="onClickButton" />
- </van-goods-action>
|