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 -->