From 79b196363a2a7fe0cc0b8d7aa176d9d930b408a1 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 22 十月 2024 11:18:49 +0800
Subject: [PATCH] update 首页、我的、商品列表和详情的客服样式功能变更
---
pages/order/order-detail.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/order/order-detail.vue b/pages/order/order-detail.vue
index 53b8a64..43f9a37 100644
--- a/pages/order/order-detail.vue
+++ b/pages/order/order-detail.vue
@@ -21,7 +21,7 @@
async onShow() {
// 支付回调
- // #ifdef PUB_CUSTOMER_DEV
+ // #ifdef PUB_CUSTOMER
let options = wx.getEnterOptionsSync();
if (options.scene == '1038' && options.referrerInfo.appId == 'wxef277996acc166c3') {
// 代表从收银台小程序返回
@@ -356,7 +356,7 @@
if (code === 0) {
//微信接口
let that = this
- // #ifndef PUB_CUSTOMER_DEV
+ // #ifndef PUB_CUSTOMER
wx.requestPayment({
...data,
@@ -371,7 +371,7 @@
}
})
// #endif
- // #ifdef PUB_CUSTOMER_DEV
+ // #ifdef PUB_CUSTOMER
var param = {
// cusid: "平台分配的商户号",
// appid: "平台分配的appid",
--
Gitblit v1.9.3