瀏覽代碼

提现限制

Kirin 2 年之前
父節點
當前提交
805d8c27f4
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      app/admin/view/store/placeorder/index.php

+ 3 - 1
app/admin/view/store/placeorder/index.php

@@ -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码