Commit 7f772514 by 高淑倩

add: 支付页面

parent a8c41880
......@@ -44,7 +44,8 @@
"pages/orderBenefit/orderBenefit",
"pages/myReleaseDetail/myReleaseDetail",
"pages/grassCommunity/grassCommunity",
"pages/myInvite/myInvite"
"pages/myInvite/myInvite",
"pages/ paymentStatus/ paymentStatus"
]
}
],
......
......@@ -39,7 +39,7 @@
"list": []
},
"miniprogram": {
"current": 32,
"current": 33,
"list": [
{
"id": -1,
......@@ -255,6 +255,14 @@
"id": -1,
"name": "我的邀请",
"pathName": "subPackage/page/pages/myInvite/myInvite",
"query": "",
"scene": null
},
{
"id": -1,
"name": "支付状态",
"pathName": "subPackage/page/pages/ paymentStatus/ paymentStatus",
"query": "",
"scene": null
}
]
......
// subPackage/page/pages/ paymentStatus/ paymentStatus.js
const app = getApp()
const wxService = require('../../../../utils/wxService')
const utils = require('../../../../utils/util')
wxService.page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
\ No newline at end of file
{
"navigationBarTitleText": "支付成功",
"usingComponents": {}
}
\ No newline at end of file
<!--subPackage/page/pages/ paymentStatus/ paymentStatus.wxml-->
ddd
/* subPackage/page/pages/ paymentStatus/ paymentStatus.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