|
@@ -187,6 +187,7 @@ export default {
|
|
|
userInfo:{},
|
|
userInfo:{},
|
|
|
subOrderNo:'',
|
|
subOrderNo:'',
|
|
|
id:'',
|
|
id:'',
|
|
|
|
|
+ storeId:'',
|
|
|
activity:{},
|
|
activity:{},
|
|
|
requestStatus:false,
|
|
requestStatus:false,
|
|
|
isActivityCheck:true, //是否参与过该活动
|
|
isActivityCheck:true, //是否参与过该活动
|
|
@@ -211,9 +212,8 @@ export default {
|
|
|
for (let i = 0; i < b.length; i++) {
|
|
for (let i = 0; i < b.length; i++) {
|
|
|
param[b[i].split('=')[0]] = b[i].split('=')[1]
|
|
param[b[i].split('=')[0]] = b[i].split('=')[1]
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
this.id= param.activityId
|
|
this.id= param.activityId
|
|
|
-
|
|
|
|
|
|
|
+ this.storeId= param.storeId
|
|
|
console.log("扫店长端二维码进来的活动参数===》",param)
|
|
console.log("扫店长端二维码进来的活动参数===》",param)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -297,6 +297,7 @@ export default {
|
|
|
orderType: 7,
|
|
orderType: 7,
|
|
|
serviceObjectId:this.serviceObjectId,
|
|
serviceObjectId:this.serviceObjectId,
|
|
|
activityId: this.activity.id,
|
|
activityId: this.activity.id,
|
|
|
|
|
+ storeId:this.storeId,
|
|
|
}).then(res => {
|
|
}).then(res => {
|
|
|
console.log('++++++++++++++++++订单提交+++++++++++', res)
|
|
console.log('++++++++++++++++++订单提交+++++++++++', res)
|
|
|
uni.hideLoading();
|
|
uni.hideLoading();
|