From 0512f40da106268ac342377256cf9099d7f90b3e Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 18 十月 2024 10:41:35 +0800
Subject: [PATCH] add 首页的定位

---
 pages/order/order.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/order/order.vue b/pages/order/order.vue
index b9921fa..4847452 100644
--- a/pages/order/order.vue
+++ b/pages/order/order.vue
@@ -94,7 +94,7 @@
 		},
 		async onShow() {
 			// 支付回调
-			// #ifdef PUB_CUSTOMER_DEV
+			// #ifdef PUB_CUSTOMER
 			let options = wx.getEnterOptionsSync();
 			if (options.scene == '1038' && options.referrerInfo.appId == 'wxef277996acc166c3') {
 				// 代表从收银台小程序返回
@@ -337,7 +337,7 @@
 						if (code === 0) {
 							//微信接口
 							let that = this
-							// #ifndef PUB_CUSTOMER_DEV
+							// #ifndef PUB_CUSTOMER
 							wx.requestPayment({
 								...data,
 								async success(res) {
@@ -354,7 +354,7 @@
 								}
 							})
 							// #endif
-							// #ifdef PUB_CUSTOMER_DEV
+							// #ifdef PUB_CUSTOMER
 							var param = {
 								// cusid: "平台分配的商户号",
 								// appid: "平台分配的appid",

--
Gitblit v1.9.3