Commit 38f4ba68 authored by zhengke's avatar zhengke

修改

parent 1c155722
......@@ -280,6 +280,7 @@
.jz_Content .price .money {
font-size: 36rpx;
color:#FF3166;
}
</style>
<template>
......@@ -395,8 +396,7 @@
</view>
<view>
<text></text>
<text class="money">{{$utils.getretailer()==true? item.b2BPrice:item.b2CPrice}}</text>
<text></text>
<text class="money">{{item.b2CPrice}}</text>
</view>
</view>
</view>
......
......@@ -626,13 +626,6 @@ export default {
var ContactMobile = this.contactMobile;
var CustomerType = 4;
var price = this.currentPriceInfo.b2CPrice;
// if (this.$utils.getretailer()) {
// CustomerId = this.basedataObj.virtualB2BCustomerId;
// CustomerType = 4;
// price = this.currentPriceInfo.b2BMemberPrice;
// } else {
// price = this.currentPriceInfo.b2CMemberPrice;
// }
let msg = {
OrderId: 0,
TCID: this.currentPriceInfo.tcid,
......@@ -777,18 +770,12 @@ export default {
this.submit = true;
this.userInfo = uni.getStorageSync("mall_UserInfo");
this.basedataObj = uni.getStorageSync("basedata").mall;
var CustomerId = 0;
var CustomerId = this.basedataObj.virtualB2BCustomerId;
var ContactName = this.contactName;
var ContactMobile = this.contactMobile;
var CustomerType = 3;
var price = 0;
if (this.$utils.getretailer()) {
CustomerId = this.basedataObj.virtualB2BCustomerId;
CustomerType = 1;
price = this.currentPriceInfo.b2BMemberPrice;
} else {
price = this.currentPriceInfo.b2CMemberPrice;
}
var CustomerType = 4;
var price = this.currentPriceInfo.b2CPrice;
let msg = {
OrderId: 0,
TCID: this.currentPriceInfo.tcid,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment