|
|
@ -20,7 +20,7 @@ |
|
|
<view class="lf-m-t-28 text-black lf-font-24 lf-m-l-20"> |
|
|
<view class="lf-m-t-28 text-black lf-font-24 lf-m-l-20"> |
|
|
需要支付 |
|
|
需要支付 |
|
|
</view> |
|
|
</view> |
|
|
<view class="lf-m-l-20 lf-m-t-16">¥<text class="lf-font-60 lf-font-bold">{{prcie}}</text></view> |
|
|
|
|
|
|
|
|
<view class="lf-m-l-20 lf-m-t-16">¥<text class="lf-font-60 lf-font-bold">{{prcie || 0}}</text></view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
@ -46,7 +46,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="btn-bottom" style="bottom: 60rpx;"> |
|
|
<view class="btn-bottom" style="bottom: 60rpx;"> |
|
|
<view class="padding-lr-lg lf-m-b-18"> |
|
|
|
|
|
|
|
|
<view class="padding-lr-lg lf-m-b-18" v-if="agreement"> |
|
|
<checkbox-group @change="checkboxChange" style="display: inline-block;"> |
|
|
<checkbox-group @change="checkboxChange" style="display: inline-block;"> |
|
|
<checkbox class="lf-text-vertical" style="" :checked="checked"></checkbox> |
|
|
<checkbox class="lf-text-vertical" style="" :checked="checked"></checkbox> |
|
|
</checkbox-group> |
|
|
</checkbox-group> |
|
|
@ -57,7 +57,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="padding-lr-lg"> |
|
|
<view class="padding-lr-lg"> |
|
|
<button class="cu-btn block bg-orange lg" style="border-radius: 42rpx;" @tap="subimitApply()"> |
|
|
<button class="cu-btn block bg-orange lg" style="border-radius: 42rpx;" @tap="subimitApply()"> |
|
|
<text class="lf-font-32 text-white">购买并支付¥{{prcie}}</text> |
|
|
|
|
|
|
|
|
<text class="lf-font-32 text-white">购买并支付¥{{prcie || 0}}</text> |
|
|
</button> |
|
|
</button> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|