diff --git a/pages.json b/pages.json index be22234..4e91a1b 100644 --- a/pages.json +++ b/pages.json @@ -428,6 +428,14 @@ "navigationBarTitleText" : "王者荣耀", "navigationStyle": "custom" } + }, + { + "path" : "wx-payment-success/wx-payment-success", + "style" : + { + "navigationBarTitleText" : "微信支付成功", + "navigationStyle": "custom" + } } ] }, diff --git a/pages/index/index.nvue b/pages/index/index.nvue index cb58293..56e4747 100644 --- a/pages/index/index.nvue +++ b/pages/index/index.nvue @@ -251,19 +251,14 @@ const otherList = [{ path: "/pages/other/tickets-app/index?type=trainTicket" }, { - icon: "/static/image/index/qita/gongzidan.png", - name: "工资条", - path: "/pages/other/splash/splash" + icon: "/static/image/index/qita/gouwu.png", + name: "购物", + path: "/pages/shopping/index" }, { - icon: "/static/image/index/qita/shipinqunliao.png", - name: "视频群聊", - path: "/pages/other/video-group-chat/video-group-chat" -}, -{ - icon: "/static/image/index/qita/card.png", - name: "身份证", - path: "/pages/other/card/card" + icon: "/static/image/other/bank/bank.png", + name: "银行卡", + path: "/pages/other/bank/index" }, { icon: "/static/image/index/qita/message.png", @@ -276,14 +271,34 @@ const otherList = [{ path: "/pages/common/call-and-message-entry/call-and-message-entry?type=call" }, { - icon: "/static/image/index/qita/ranking.png", - name: "从夯倒拉排名", - path: "/pages/other/ranking/ranking" + icon: "/static/image/index/qita/shipinqunliao.png", + name: "视频群聊", + path: "/pages/other/video-group-chat/video-group-chat" }, { - icon: "/static/image/index/qita/gouwu.png", - name: "购物", - path: "/pages/shopping/index" + icon: "/static/image/index/qita/zhifuchenggong-wx.png", + name: "微信支付", + path: "/pages/other/wx-payment-success/wx-payment-success" +}, +{ + icon: "/static/image/index/qita/gongzidan.png", + name: "工资条", + path: "/pages/other/splash/splash" +}, +{ + icon: "/static/image/index/qita/card.png", + name: "身份证", + path: "/pages/other/card/card" +}, +{ + icon: "/static/image/index/qita/about-iphone.png", + name: "关于本机", + path: "/pages/other/about-this-iphone/about-this-iphone" +}, +{ + icon: "/static/image/index/qita/game.png", + name: "王者主页", + path: "/pages/other/game/honor-of-kings" }, { icon: "/static/image/other/certificate/certificate.png", @@ -296,19 +311,9 @@ const otherList = [{ path: "/pages/other/silkBanner/silkBanner" }, { - icon: "/static/image/index/qita/about-iphone.png", - name: "关于本机", - path: "/pages/other/about-this-iphone/about-this-iphone" -}, -{ - icon: "/static/image/other/bank/bank.png", - name: "银行卡", - path: "/pages/other/bank/index" -}, -{ - icon: "/static/image/index/qita/game.png", - name: "王者主页", - path: "/pages/other/game/honor-of-kings" + icon: "/static/image/index/qita/ranking.png", + name: "从夯倒拉排名", + path: "/pages/other/ranking/ranking" }, ] diff --git a/pages/other/wx-payment-success/wx-payment-success.vue b/pages/other/wx-payment-success/wx-payment-success.vue new file mode 100644 index 0000000..709764e --- /dev/null +++ b/pages/other/wx-payment-success/wx-payment-success.vue @@ -0,0 +1,211 @@ + + + + + + diff --git a/static/image/index/qita/zhifuchenggong-wx.png b/static/image/index/qita/zhifuchenggong-wx.png new file mode 100644 index 0000000..8331b0d Binary files /dev/null and b/static/image/index/qita/zhifuchenggong-wx.png differ diff --git a/static/image/other/payment-success/payment-success.png b/static/image/other/payment-success/payment-success.png new file mode 100644 index 0000000..7d35966 Binary files /dev/null and b/static/image/other/payment-success/payment-success.png differ diff --git a/static/image/other/payment-success/symbol-yuan.png b/static/image/other/payment-success/symbol-yuan.png new file mode 100644 index 0000000..48a1a02 Binary files /dev/null and b/static/image/other/payment-success/symbol-yuan.png differ