|
|
@@ -749,7 +749,8 @@
|
|
|
return new Promise(function(ok, erro) {
|
|
|
$eb.axios.post('{:Url("computedOrder")}', {
|
|
|
key,
|
|
|
- uid: that.userId
|
|
|
+ uid: that.userId,
|
|
|
+ offline_type:that.form.offline_type
|
|
|
}).then(function(res) {
|
|
|
//保存订单key
|
|
|
ok(res.data.data.result)
|
|
|
@@ -768,6 +769,7 @@
|
|
|
store_id: that.form.store_id,
|
|
|
real_name: that.userData.nickname,
|
|
|
phone: that.userData.phone,
|
|
|
+ offline_type:that.form.offline_type,
|
|
|
payType: that.form.pay_type //支付方式
|
|
|
};
|
|
|
//判断是否需要传入code码
|