- <cu-custom isBack bgColor="bg-gradual-blue">
- <view slot="backText">返回</view>
- <view slot="content">商品详情</view>
- </cu-custom>
- <view class="section" style="margin-bottom:50px">
- <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>
- <view wx:for="{{value.details}}" wx:key="index" class="bg-img"
- style="background-image: url('{{item}}');height: 414rpx;"></view>
- </view>
- <van-goods-action>
- <van-goods-action-button text="立即申请" bind:click="onClickButton" />
- </van-goods-action>
|