From 3e09b4ba47a3919df59d85a4158c5700b49dd4b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=A3=8A?= <468619417@qq.com> Date: Fri, 21 Jul 2023 09:54:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=87=BA=E6=A0=B8=E9=94=80=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E4=BF=AE=E6=94=B9-imei?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/verification/stepOne.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/verification/stepOne.vue b/pages/verification/stepOne.vue index 9d36051..386d9fe 100644 --- a/pages/verification/stepOne.vue +++ b/pages/verification/stepOne.vue @@ -154,6 +154,7 @@ export default { point: 0, money: "", num_dine: "", // 人数 + imei:'' }, mb_flag: false, tenantId: "", @@ -167,6 +168,7 @@ export default { this.axios_data.id = uni.getStorageSync("store_obj").id; this.axios_data.storeName = uni.getStorageSync("store_obj").shop_name; + this.axios_data.imei = uni.getStorageSync("store_obj").imei; this.tenantId = uni.getStorageSync("customer_info")[0]; this.getListFn(this.axios_data.id, this.tenantId); @@ -206,7 +208,7 @@ export default { this.newData.coupon = JSON.stringify(this.newData.coupon); let params = { type: 2, - imei: this.axios_data.id, + imei: this.axios_data.imei, user_id: this.tenantId, number_of_people: +this.newData.userNum, amount_receivable: this.newData.totalMoney,