diff --git a/pages.json b/pages.json
index 2682e04..1ff9b9c 100644
--- a/pages.json
+++ b/pages.json
@@ -158,6 +158,12 @@
"navigationBarTitleText": "支付"
}
},
+ {
+ "path": "order/payResult",
+ "style": {
+ "navigationBarTitleText": "支付"
+ }
+ },
{
"path": "video/video",
"style": {
diff --git a/subPackages/order/payResult.vue b/subPackages/order/payResult.vue
new file mode 100644
index 0000000..7f4173e
--- /dev/null
+++ b/subPackages/order/payResult.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/subPackages/order/trades.vue b/subPackages/order/trades.vue
index 7b57100..4356153 100644
--- a/subPackages/order/trades.vue
+++ b/subPackages/order/trades.vue
@@ -168,6 +168,9 @@
}, '/api/pay/unify').then(res => {
console.log(res)
if (res.data) {
+ uni.navigateTo({
+ url: '/subPackages/order/payResult?text=' + encodeURIComponent(JSON.stringify(res.data))
+ })
// uni.requestPayment({
// nonceStr: res.data.nonceStr,
// package: res.data.package,
diff --git a/unpackage/dist/build/web/index.html b/unpackage/dist/build/web/index.html
index 6daaf4c..5111ecb 100644
--- a/unpackage/dist/build/web/index.html
+++ b/unpackage/dist/build/web/index.html
@@ -1,2 +1,2 @@
daoyous
\ No newline at end of file
+ document.write('')