diff --git a/pages.json b/pages.json index 936eaf8..b050dca 100644 --- a/pages.json +++ b/pages.json @@ -108,6 +108,16 @@ "navigationBarBackgroundColor": "#fff" } }] + }, + { + "root": "pages/test/", + "pages": [{ + "path": "payTest", + "style": { + "navigationBarTitleText": "测试支付", + "navigationBarBackgroundColor": "#fff" + } + }] } ], "tabBar": { diff --git a/pages/tabBar/my.vue b/pages/tabBar/my.vue index aba136e..5693ed5 100644 --- a/pages/tabBar/my.vue +++ b/pages/tabBar/my.vue @@ -24,6 +24,15 @@ + diff --git a/pages/test/payTest.vue b/pages/test/payTest.vue new file mode 100644 index 0000000..14254d1 --- /dev/null +++ b/pages/test/payTest.vue @@ -0,0 +1,439 @@ + + + + + \ No newline at end of file