Commit b95eccfe by 高淑倩

add: 支付页面

parent 7f772514
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
"pages/myReleaseDetail/myReleaseDetail", "pages/myReleaseDetail/myReleaseDetail",
"pages/grassCommunity/grassCommunity", "pages/grassCommunity/grassCommunity",
"pages/myInvite/myInvite", "pages/myInvite/myInvite",
"pages/ paymentStatus/ paymentStatus" "pages/paymentStatus/paymentStatus"
] ]
} }
], ],
......
...@@ -259,9 +259,9 @@ ...@@ -259,9 +259,9 @@
"scene": null "scene": null
}, },
{ {
"id": -1, "id": 33,
"name": "支付状态", "name": "subPackage/page/pages/paymentStatus/paymentStatus",
"pathName": "subPackage/page/pages/ paymentStatus/ paymentStatus", "pathName": "subPackage/page/pages/paymentStatus/paymentStatus",
"query": "", "query": "",
"scene": null "scene": null
} }
......
<!--subPackage/page/pages/ paymentStatus/ paymentStatus.wxml-->
ddd
// subPackage/page/pages/ paymentStatus/ paymentStatus.js
// subPackage/page/pages/paymentStatus/paymentStatus.js
const app = getApp() const app = getApp()
const wxService = require('../../../../utils/wxService') const wxService = require('../../../../utils/wxService')
const utils = require('../../../../utils/util') const utils = require('../../../../utils/util')
......
<!--subPackage/page/pages/paymentStatus/paymentStatus.wxml-->
<view class="payment">
<view class="">
<view class="">支付成功</view>
<view class="">¥ 306.90</view>
<view class="">交易时间: 2019-03-24 至 2019-06-23</view>
</view>
<view class=""></view>
<view class=""></view>
</view>
\ No newline at end of file
/* subPackage/page/pages/ paymentStatus/ paymentStatus.wxss */
/* subPackage/page/pages/paymentStatus/paymentStatus.wxss */
@import './../../../../base/base.wxss'; @import './../../../../base/base.wxss';
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment