|
@@ -182,7 +182,7 @@
|
|
|
<view class="list_con g_color">¥{{ userinfo.user_money }}</view>
|
|
<view class="list_con g_color">¥{{ userinfo.user_money }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="order_list flex_r flex_ac flex_jb" v-if="['2','3', '4', '5', '7', '8'].includes(Data.type) && isAct">
|
|
<view class="order_list flex_r flex_ac flex_jb" v-if="['2','3', '4', '5', '7', '8'].includes(Data.type) && isAct">
|
|
|
- <view class="list_name">我的付宝</view>
|
|
|
|
|
|
|
+ <view class="list_name">我的消费金</view>
|
|
|
<view class="list_con g_color">{{ localInfo.property }}</view>
|
|
<view class="list_con g_color">{{ localInfo.property }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="order_list flex_r flex_ac flex_jb" v-if="Data.type == 1">
|
|
<view class="order_list flex_r flex_ac flex_jb" v-if="Data.type == 1">
|
|
@@ -194,13 +194,13 @@
|
|
|
<view class="list_con g_color">{{ userinfo.cha_bao }}</view>
|
|
<view class="list_con g_color">{{ userinfo.cha_bao }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="order_list flex_r flex_ac flex_jb" v-if="Data.type == 1">
|
|
<view class="order_list flex_r flex_ac flex_jb" v-if="Data.type == 1">
|
|
|
- <view class="list_name">付宝</view>
|
|
|
|
|
|
|
+ <view class="list_name">消费金</view>
|
|
|
<view class="list_con g_color">¥{{ localInfo.property }}</view>
|
|
<view class="list_con g_color">¥{{ localInfo.property }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="msginfo" v-if="Data.type == 1">
|
|
<view class="msginfo" v-if="Data.type == 1">
|
|
|
<view class="title">特别提示</view>
|
|
<view class="title">特别提示</view>
|
|
|
- <view>1、寄卖服务费只能使用您的付宝抵扣或微信支付</view>
|
|
|
|
|
|
|
+ <view>1、寄卖服务费只能使用您的消费金抵扣或微信支付</view>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 订单信息-end -->
|
|
<!-- 订单信息-end -->
|
|
|
<!-- 底部操作栏 -->
|
|
<!-- 底部操作栏 -->
|
|
@@ -344,9 +344,9 @@ export default {
|
|
|
this.amountTotal = this.$h.Add(wpt,this.amountTotal)
|
|
this.amountTotal = this.$h.Add(wpt,this.amountTotal)
|
|
|
ps = this.$h.Add(ps, wp);
|
|
ps = this.$h.Add(ps, wp);
|
|
|
}
|
|
}
|
|
|
- let um = 0; //可用付宝
|
|
|
|
|
- if (this.isAct) um = this.localInfo.property; //可用付宝
|
|
|
|
|
- let userBalance = this.$h.Add(this.userinfo.user_money, um); //用户总余额(可用付宝+云宝)
|
|
|
|
|
|
|
+ let um = 0; //可用消费金
|
|
|
|
|
+ if (this.isAct) um = this.localInfo.property; //可用消费金
|
|
|
|
|
+ let userBalance = this.$h.Add(this.userinfo.user_money, um); //用户总余额(可用消费金+云宝)
|
|
|
|
|
|
|
|
let b = this.$h.Sub(a, userBalance); //待支付金额
|
|
let b = this.$h.Sub(a, userBalance); //待支付金额
|
|
|
let b1 = this.$h.Sub(ps, userBalance); //待支付金额 - 零售&批发&云宝货易 运费必须现金支付
|
|
let b1 = this.$h.Sub(ps, userBalance); //待支付金额 - 零售&批发&云宝货易 运费必须现金支付
|
|
@@ -355,7 +355,7 @@ export default {
|
|
|
if (type == 1) {
|
|
if (type == 1) {
|
|
|
// b1 = this.$h.Sub(ps, this.userinfo.user_money); //用云宝计算后 待支付价格
|
|
// b1 = this.$h.Sub(ps, this.userinfo.user_money); //用云宝计算后 待支付价格
|
|
|
b1 = this.$h.Sub(ps,um); // 寄卖服务待支付价格不使用云宝
|
|
b1 = this.$h.Sub(ps,um); // 寄卖服务待支付价格不使用云宝
|
|
|
- let sp = this.$h.Sub(wy,um); //寄卖服务费只能用数智生活付宝抵扣或微信支付
|
|
|
|
|
|
|
+ let sp = this.$h.Sub(wy,um); //寄卖服务费只能用数智生活消费金抵扣或微信支付
|
|
|
obligation = b1 > 0 ? b1 : 0;
|
|
obligation = b1 > 0 ? b1 : 0;
|
|
|
obligation = this.$h.Add(obligation,sp > 0 ? sp : 0);
|
|
obligation = this.$h.Add(obligation,sp > 0 ? sp : 0);
|
|
|
}
|
|
}
|
|
@@ -678,7 +678,7 @@ page {
|
|
|
|
|
|
|
|
// 订单信息
|
|
// 订单信息
|
|
|
.list_name {
|
|
.list_name {
|
|
|
- width: 120rpx;
|
|
|
|
|
|
|
+ width: 134rpx;
|
|
|
font-size: 26rpx;
|
|
font-size: 26rpx;
|
|
|
text-align-last: justify;
|
|
text-align-last: justify;
|
|
|
color: rgba(0, 0, 0, 0.8);
|
|
color: rgba(0, 0, 0, 0.8);
|