From c4fad44718e5e095c561bcb2d57053c1a5006de9 Mon Sep 17 00:00:00 2001 From: ch Date: Tue, 19 Apr 2022 11:07:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8B=E5=8D=95=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3,=E7=A7=92=E6=9D=80=E4=B8=8B=E5=8D=95=E5=85=BC?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/api/order.js | 5 +++-- pages.json | 6 ++++++ pages/goods/detail/components/SkuPopup.vue | 11 +++++++--- pages/goods/detail/index.vue | 24 ++++++++++++++++------ pages/order/submit.vue | 16 +++++++++------ 5 files changed, 45 insertions(+), 17 deletions(-) diff --git a/common/api/order.js b/common/api/order.js index 123d286..5b8a587 100644 --- a/common/api/order.js +++ b/common/api/order.js @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-03-29 17:38:17 * @LastEditors: ch - * @LastEditTime: 2022-04-18 17:42:52 + * @LastEditTime: 2022-04-19 10:55:44 * @Description: file content */ import {ToAsyncAwait, MsbRequestTk} from '@/common/utils'; @@ -74,7 +74,8 @@ export const ApiPutCancelOrder = (data) => * @param {*} data */ export const ApiPostWxPay = (data) => - ToAsyncAwait(MsbRequestTk.post(`${BASE_URL}/pay/wxPay/app`, data)); + // ToAsyncAwait(MsbRequestTk.post(`${BASE_URL}/pay/wxPay/app`, data)); + ToAsyncAwait(MsbRequestTk.post(`${BASE_URL}/pay/payTest`, data)); diff --git a/pages.json b/pages.json index 622e390..889a339 100644 --- a/pages.json +++ b/pages.json @@ -266,6 +266,12 @@ } ] }, + "style": { + "app-plus": { + "animationType": "slide-in-right", + "animationDuration": 300 + } + }, "globalStyle": { "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle" : "black", diff --git a/pages/goods/detail/components/SkuPopup.vue b/pages/goods/detail/components/SkuPopup.vue index f28ee71..c3c29f1 100644 --- a/pages/goods/detail/components/SkuPopup.vue +++ b/pages/goods/detail/components/SkuPopup.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-03-24 11:30:55 * @LastEditors: ch - * @LastEditTime: 2022-04-11 10:37:46 + * @LastEditTime: 2022-04-19 10:51:46 * @Description: file content -->