审核调整
This commit is contained in:
parent
6002dbb75b
commit
fcf7b0bada
|
@ -47,7 +47,7 @@
|
||||||
<a href="javascript:;" :v-model="indexs" :class="indexs === index ? 'actives' : ''"
|
<a href="javascript:;" :v-model="indexs" :class="indexs === index ? 'actives' : ''"
|
||||||
@click="btnone(item,index)">{{item.name}}</a>
|
@click="btnone(item,index)">{{item.name}}</a>
|
||||||
</view>
|
</view>
|
||||||
<text class="zuqin"><text class="xuzhi">须知:</text>租期内,你可随时买断商品,获得商品所有权:如未买断</text>
|
<text class="zuqin"><text class="xuzhi">须知:</text>先享后付到期后将自动从您的账户上扣除款项</text>
|
||||||
<!-- <view class="comboset">
|
<!-- <view class="comboset">
|
||||||
套餐
|
套餐
|
||||||
</view> -->
|
</view> -->
|
||||||
|
|
|
@ -145,31 +145,31 @@
|
||||||
</view>
|
</view>
|
||||||
<view class='wrapper borRadius14' v-if="orderInfoVo.payFee != 0">
|
<view class='wrapper borRadius14' v-if="orderInfoVo.payFee != 0">
|
||||||
<view class='item'>
|
<view class='item'>
|
||||||
<a @click="btnment">
|
<a > <!-- @click="btnment"-->
|
||||||
<view class="planjh">
|
<view class="planjh">
|
||||||
<text>分期计划</text>
|
<text>先享后付</text>
|
||||||
<view class="datejt"><text class="detewz">{{installmentobj.name}}</text><uni-view
|
<!-- <view class="datejt"><text class="detewz">{{installmentobj.name}}</text><uni-view-->
|
||||||
data-v-064d693c="" class="iconfont icon-jiantou"></uni-view></view>
|
<!-- data-v-064d693c="" class="iconfont icon-jiantou"></uni-view></view>-->
|
||||||
</view>
|
</view>
|
||||||
</a>
|
</a>
|
||||||
|
<!-- <view class="planjh">-->
|
||||||
|
<!-- <text>金额</text>-->
|
||||||
|
<!-- <view class="datejt"><text class="detewzs">¥{{downPaymentAmount}}</text></view>-->
|
||||||
|
<!-- </view>-->
|
||||||
|
<!-- <view class="planjh">-->
|
||||||
|
<!-- <text>还款周期(间隔)</text>-->
|
||||||
|
<!-- <view class="datejt"><text class="detewzs">{{fenqiobj.cycle}}天</text></view>-->
|
||||||
|
<!-- </view>-->
|
||||||
|
<!-- <view class="planjh">-->
|
||||||
|
<!-- <text>还款期数</text>-->
|
||||||
|
<!-- <view class="datejt"><text class="detewzs">{{fenqiobj.downPaymentNumber}}</text></view>-->
|
||||||
|
<!-- </view>-->
|
||||||
|
<!-- <view class="planjh">-->
|
||||||
|
<!-- <text>每期还款</text>-->
|
||||||
|
<!-- <view class="datejt"><text class="detewzs">¥{{fenqiobj.repaymentAmount}}</text></view>-->
|
||||||
|
<!-- </view>-->
|
||||||
<view class="planjh">
|
<view class="planjh">
|
||||||
<text>首付金额</text>
|
<text>还款金额</text>
|
||||||
<view class="datejt"><text class="detewzs">¥{{downPaymentAmount}}</text></view>
|
|
||||||
</view>
|
|
||||||
<view class="planjh">
|
|
||||||
<text>还款周期(间隔)</text>
|
|
||||||
<view class="datejt"><text class="detewzs">{{fenqiobj.cycle}}天</text></view>
|
|
||||||
</view>
|
|
||||||
<view class="planjh">
|
|
||||||
<text>还款期数</text>
|
|
||||||
<view class="datejt"><text class="detewzs">{{fenqiobj.downPaymentNumber}}</text></view>
|
|
||||||
</view>
|
|
||||||
<view class="planjh">
|
|
||||||
<text>每期还款</text>
|
|
||||||
<view class="datejt"><text class="detewzs">¥{{fenqiobj.repaymentAmount}}</text></view>
|
|
||||||
</view>
|
|
||||||
<view class="planjh">
|
|
||||||
<text>合计付款</text>
|
|
||||||
<view class="datejt"><text class="detewzs">¥{{totalAmount}}</text></view>
|
<view class="datejt"><text class="detewzs">¥{{totalAmount}}</text></view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 支付方式 -->
|
<!-- 支付方式 -->
|
||||||
|
@ -220,7 +220,7 @@
|
||||||
<view class="readbox">
|
<view class="readbox">
|
||||||
<checkbox :v-model="checkeds" @click="btncheaced" />
|
<checkbox :v-model="checkeds" @click="btncheaced" />
|
||||||
<view class="readtx">
|
<view class="readtx">
|
||||||
我已阅读并同意<text>《隐私协议》</text>、<text>《租赁服务协议》</text>、<text>《用户协议》</text>、<text>《意外保障协议》</text>
|
我已阅读并同意<text @click="toArticle(1)">《隐私协议》</text>、<text @click=toArticle(2)>《先享后付协议》</text>、<text @click=toArticle(3)>《用户协议》</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view>合计:
|
<view>合计:
|
||||||
|
@ -477,6 +477,11 @@
|
||||||
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
toArticle(id){
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pages/news_details/index?id=' + id
|
||||||
|
});
|
||||||
|
},
|
||||||
// 页面加载请求分期计划
|
// 页面加载请求分期计划
|
||||||
getinstallmentpost: function() {
|
getinstallmentpost: function() {
|
||||||
let data = {
|
let data = {
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<view class="">下单时间</view> <text>{{shopobj.date}}</text>
|
<view class="">下单时间</view> <text>{{shopobj.date}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="bd">
|
<view class="bd">
|
||||||
<view class="">支付方式</view> <text>分期支付</text>
|
<view class="">支付方式</view> <text>先享后付</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="bd">
|
<view class="bd">
|
||||||
<view class="">支付金额</view> <text>{{shopobj.shopmey}}</text>
|
<view class="">支付金额</view> <text>{{shopobj.shopmey}}</text>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user