处理订单
This commit is contained in:
@@ -204,9 +204,10 @@ const _sfc_main = {
|
||||
fee_type: 0,
|
||||
fee_type_name: "请选择",
|
||||
fee_combo_id: 0,
|
||||
// 套餐费用ID
|
||||
// 套餐ID
|
||||
fee_combo_name: "请选择",
|
||||
// 套餐费用名称
|
||||
// 套餐名称
|
||||
// fee_combo_price: null,
|
||||
fee_amount: null,
|
||||
// 线下支付费用
|
||||
fee_pay_status: 0,
|
||||
@@ -236,9 +237,9 @@ const _sfc_main = {
|
||||
order_goods: orderGoods.value,
|
||||
order: form
|
||||
};
|
||||
common_vendor.index.__f__("log", "at pages/index/orderAdd.vue:469", "提交的订单数据:", data);
|
||||
common_vendor.index.__f__("log", "at pages/index/orderAdd.vue:470", "提交的订单数据:", data);
|
||||
api_index.fetchAddOrder(data).then((res) => {
|
||||
common_vendor.index.__f__("log", "at pages/index/orderAdd.vue:472", res);
|
||||
common_vendor.index.__f__("log", "at pages/index/orderAdd.vue:473", res);
|
||||
common_vendor.index.showToast({
|
||||
icon: "none",
|
||||
title: "开台成功"
|
||||
|
||||
Reference in New Issue
Block a user