审核调整

This commit is contained in:
邱贞招 2024-02-07 15:17:46 +08:00
parent 6002dbb75b
commit fcf7b0bada
3 changed files with 60 additions and 55 deletions

View File

@ -47,7 +47,7 @@
<a href="javascript:;" :v-model="indexs" :class="indexs === index ? 'actives' : ''"
@click="btnone(item,index)">{{item.name}}</a>
</view>
<text class="zuqin"><text class="xuzhi">须知:</text>租期内,你可随时买断商品,获得商品所有权:如未买断</text>
<text class="zuqin"><text class="xuzhi">须知:</text>先享后付到期后将自动从您的账户上扣除款项</text>
<!-- <view class="comboset">
套餐
</view> -->
@ -166,7 +166,7 @@
},
/**
* 购物车手动输入数量
*
*
*/
bindCode: function(e) {
this.$emit('iptCartNum', this.attr.productSelect.cart_num);
@ -494,4 +494,4 @@
background-color: rgb(255, 87, 51);
color: #fff !important;
}
</style>
</style>

View File

@ -55,7 +55,7 @@
<view class="pad30">
<view class="pad30">
<!-- 完善身份信息 -->
<view class="identity" @click="btnimprovess">
<view class="lt">
@ -145,31 +145,31 @@
</view>
<view class='wrapper borRadius14' v-if="orderInfoVo.payFee != 0">
<view class='item'>
<a @click="btnment">
<a > <!-- @click="btnment"-->
<view class="planjh">
<text>分期计划</text>
<view class="datejt"><text class="detewz">{{installmentobj.name}}</text><uni-view
data-v-064d693c="" class="iconfont icon-jiantou"></uni-view></view>
<text>先享后付</text>
<!-- <view class="datejt"><text class="detewz">{{installmentobj.name}}</text><uni-view-->
<!-- data-v-064d693c="" class="iconfont icon-jiantou"></uni-view></view>-->
</view>
</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">
<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>
<text>还款金额</text>
<view class="datejt"><text class="detewzs">{{totalAmount}}</text></view>
</view>
<!-- 支付方式 -->
@ -220,7 +220,7 @@
<view class="readbox">
<checkbox :v-model="checkeds" @click="btncheaced" />
<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>合计:
@ -401,7 +401,7 @@
installmentobj: {},
downPaymentAmount: 0,
totalAmount: 0,
identification:{}, //
identification:{}, //
zongmey:''
};
},
@ -411,7 +411,7 @@
let markNum = 0;
if (this.mark) {
markNum = 150 - this.mark.length
return markNum
return markNum
}
},
},
@ -428,7 +428,7 @@
onLoad(options) {
// #ifdef H5
this.payChannel = this.$wechat.isWeixin() ? 'public' : 'weixinh5';
// #endif
// #endif
// #ifdef MP
this.payChannel = 'routine';
// #endif
@ -453,7 +453,7 @@
// this.installmentid = JSON.parse(localStorage.getItem('installments')).id
// this.fenqiname = JSON.parse(localStorage.getItem('installments')).name
this.installmentobj = JSON.parse(this.$Cache.get('installments'))
},
/**
* 生命周期函数--监听页面显示
@ -462,7 +462,7 @@
// console.log(this.$Cache.get('improvescode'))
this.getidentityq()
let _this = this
// wx.getLaunchOptionsSync
// wx.getLaunchOptionsSync
this.textareaStatus = true;
uni.$on("handClick", res => {
@ -477,6 +477,11 @@
},
methods: {
toArticle(id){
uni.navigateTo({
url: '/pages/news_details/index?id=' + id
});
},
//
getinstallmentpost: function() {
let data = {
@ -498,8 +503,8 @@
// this.zongmey = this.orderInfoVo.payFee
this.getinstallmentpost()
},
//
btnment() {
uni.navigateTo({
@ -524,8 +529,8 @@
this.zongmey = orderInfoVo.payFee
// console.log(this.zongmey,11)
this.getinstallmentpost()
this.orderInfoVo = orderInfoVo;
this.shopmey = this.orderInfoVo.proTotalFee //
if (orderInfoVo.addressId && this.addressChangeId === 0) {
@ -608,7 +613,7 @@
// console.log(this.orderInfoVo.payFee,11)
this.zongmey = this.orderInfoVo.payFee
this.getinstallmentpost()
}).catch(err => {
return this.$util.Tips({
title: err
@ -636,7 +641,7 @@
},
/**
* 处理点击优惠券后的事件
*
*
*/
ChangCoupons: function(e) {
// this.usableCoupon = e
@ -680,7 +685,7 @@
},
/**
* 获取当前金额可用优惠券
*
*
*/
getCouponList: function() {
getCouponsOrderPrice(this.preOrderNo).then(res => {
@ -1098,7 +1103,7 @@
this.checkeds = true
}
},
//
getidentityq:function(){
let data = {
@ -1111,7 +1116,7 @@
}
})
},
//
SubOrder(e) {
let that = this,
@ -1133,7 +1138,7 @@
data = {
realName: that.contacts,
phone: that.contactsTel,
addressId: that.addressId,
addressId: that.addressId,
couponId: that.couponId,
payType: 'fenqi',
useIntegral: that.useIntegral,
@ -1161,12 +1166,12 @@
// #ifndef MP
that.payment(data);
// #endif
//
let now = new Date();
let year = now.getFullYear(); //
let month = now.getMonth() + 1; // 01
let day = now.getDate(); //
let year = now.getFullYear(); //
let month = now.getMonth() + 1; // 01
let day = now.getDate(); //
let shi = now.toLocaleTimeString(); //
this.timeString = year + '-' + month + '-' + day + ' ' + shi
this.shopobj.shopmey = this.orderInfoVo.payFee
@ -1705,4 +1710,4 @@
font-size: 40rpx;
font-weight: 700;
}
</style>
</style>

View File

@ -13,7 +13,7 @@
<view class="">下单时间</view> <text>{{shopobj.date}}</text>
</view>
<view class="bd">
<view class="">支付方式</view> <text>分期支</text>
<view class="">支付方式</view> <text>先享后</text>
</view>
<view class="bd">
<view class="">支付金额</view> <text>{{shopobj.shopmey}}</text>
@ -22,7 +22,7 @@
<navigator url="../../../pages/users/order_list/index" class="ckdj">查看订单</navigator>
<navigator url="../../../pages/index/index" open-type="switchTab" class="fhsy">返回首页</navigator>
</view>
<!-- 加载logo -->
<view class="logobox" v-show="logoflag">
<image class="logoicon" src="../../../static/img/logo.png"></image>
@ -46,17 +46,17 @@
this.ordermo = this.$Cache.get('ordernobh')
this.logoflag = false
// console.log(this.ordermo)
}, 3000); // 1
}, 3000); // 1
},
onShow() {
},
onUnload() {
//
//
clearTimeout(this.timer);
},
onBeforeUnload() {
//
//
clearInterval(this.timer);
},
created() {
@ -72,11 +72,11 @@
</script>
<style lang="less">
page {
position: relative;
}
.logobox {
width: 100%;
height: 100vh;
@ -110,7 +110,7 @@
left: 50%;
transform: translateX(-50%);
}
.Pay_success {
width: 100%;
margin-top: 200rpx;
@ -178,4 +178,4 @@
}
}
}
</style>
</style>