From aee5272d23ade39f178d6b3c2032a29db6752aca Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 21 十月 2024 13:18:52 +0800
Subject: [PATCH] update 首页定位
---
sub_pages/customer/shopping/confirm.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sub_pages/customer/shopping/confirm.vue b/sub_pages/customer/shopping/confirm.vue
index 570129d..8553dc6 100644
--- a/sub_pages/customer/shopping/confirm.vue
+++ b/sub_pages/customer/shopping/confirm.vue
@@ -68,7 +68,7 @@
},
async onShow() {
// 支付回调
- // #ifdef PUB_CUSTOMER_DEV
+ // #ifdef PUB_CUSTOMER
if (this.sign['cache_topay']) {
let options = wx.getEnterOptionsSync();
if (options.scene == '1038' && options.referrerInfo.appId == 'wxef277996acc166c3') {
@@ -337,7 +337,7 @@
await tmp.$store.dispatch('sign_add', 'shopping')
uni.navigateBack()
} else if (data) {
- // #ifndef PUB_CUSTOMER_DEV
+ // #ifndef PUB_CUSTOMER
wx.requestPayment({
...data,
async success(res) {
@@ -368,7 +368,7 @@
// #endif
// openEmbeddedMiniProgram,需要小程序基础库版本不低于 2.26.2
- // #ifdef PUB_CUSTOMER_DEV
+ // #ifdef PUB_CUSTOMER
var param = {
// cusid: "平台分配的商户号",
// appid: "平台分配的appid",
--
Gitblit v1.9.3