|
@@ -13,7 +13,6 @@ const defaultCartParam = {
|
|
|
userId:0 // 用户Id
|
|
|
};
|
|
|
const defaultConfirmParam = {
|
|
|
- partnerId:0, // 外部来源下单默认 0
|
|
|
cartType:1, // 购买类型:(1自主下单, 3协销下单)
|
|
|
orderMiniType:0, // 订单提交状态 0初始提交 1 继续提交
|
|
|
orderSource:1, // 订单来源 1WWW 6小程序[采美,星范]
|
|
@@ -819,9 +818,7 @@ var shoppingConfirm = new Vue({
|
|
|
const _self = this;
|
|
|
this.urlType = getUrlParam("type") ? getUrlParam("type") * 1 : "";
|
|
|
if(globalUserData){
|
|
|
- const partnerId = CAIMEI.Storage.getItem('partnerId')
|
|
|
this.userId = this.productParam.userId = this.cartParam.userId = this.supportParm.userId = globalUserData.userId;
|
|
|
- this.confirmParam.partnerId = partnerId ? partnerId * 1 : 0
|
|
|
this.confirmParam.unionId = globalUserData.unionId ? globalUserData.unionId : '';
|
|
|
this.confirmParam.clubId = globalUserData.clubId
|
|
|
this.userIdentity = globalUserData.identity;
|