diff --git a/manifest.json b/manifest.json
index c0e3648f3f9e0badf680f3dcac9b923af81bb8ce..f03511d0151f64887cef01156e7b8ba1abfe2608 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,37 +1,47 @@
-{
- "name" : "hello-uniapp x",
- "appid" : "__UNI__3584C99",
- "description" : "",
- "versionName" : "1.0.23",
- "versionCode" : 10023,
- "uni-app-x" : {},
- /* 快应用特有相关 */
- "quickapp" : {},
- /* 小程序特有相关 */
- "mp-weixin" : {
- "appid" : "",
- "setting" : {
- "urlCheck" : false
- },
- "usingComponents" : true
- },
- "mp-alipay" : {
- "usingComponents" : true
- },
- "mp-baidu" : {
- "usingComponents" : true
- },
- "mp-toutiao" : {
- "usingComponents" : true
- },
- "uniStatistics" : {
- "enable" : false
- },
- "app" : {},
- "vueVersion" : "3",
- "h5" : {
- "router" : {
- "base" : "/web/"
+{
+ "name": "hello-uniapp x",
+ "appid": "__UNI__3584C99",
+ "description": "",
+ "versionName": "1.0.23",
+ "versionCode": 10023,
+ "uni-app-x": {},
+ /* 快应用特有相关 */
+ "quickapp": {},
+ /* 小程序特有相关 */
+ "mp-weixin": {
+ "appid": "",
+ "setting": {
+ "urlCheck": false
+ },
+ "usingComponents": true
+ },
+ "mp-alipay": {
+ "usingComponents": true
+ },
+ "mp-baidu": {
+ "usingComponents": true
+ },
+ "mp-toutiao": {
+ "usingComponents": true
+ },
+ "uniStatistics": {
+ "enable": false
+ },
+ "app": {
+ "distribute": {
+ /* android打包配置 */
+ "modules": {
+ "uni-payment":{
+ "alipay":{},
+ "wxpay":{}
}
- }
+ }
+ }
+ },
+ "vueVersion": "3",
+ "h5": {
+ "router": {
+ "base": "/web/"
+ }
+ }
}
diff --git a/pages/API/request-payment/request-payment.uvue b/pages/API/request-payment/request-payment.uvue
index 69c67bb1a6a35961536fec98fdb46e0136b4bb31..b79bf87da84c67a73d1719b95ab412cd7910ef09 100644
--- a/pages/API/request-payment/request-payment.uvue
+++ b/pages/API/request-payment/request-payment.uvue
@@ -1,9 +1,14 @@
-
-
+
+
+
+
+