Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
c315666318
5 changed files with 18 additions and 75 deletions
  1. 75
      pages/article/sucessFul/index.js
  2. 18
      pages/article/sucessfull/index.js
  3. 0
      pages/article/sucessfull/index.json
  4. 0
      pages/article/sucessfull/index.wxml
  5. 0
      pages/article/sucessfull/index.wxss

75
pages/article/sucessFul/index.js

@ -1,75 +0,0 @@
// pages/article/sucessFul/index.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
},
/**
* 分享至朋友圈
*/
onShareTimeline:function(){
},
rt:function(){
wx.navigateBack()
}
})

18
pages/article/sucessfull/index.js

@ -0,0 +1,18 @@
// pages/article/sucessFul/index.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
rt:function(){
wx.navigateBack()
}
})

pages/article/sucessFul/index.json → pages/article/sucessfull/index.json

pages/article/sucessFul/index.wxml → pages/article/sucessfull/index.wxml

pages/article/sucessFul/index.wxss → pages/article/sucessfull/index.wxss

Loading…
Cancel
Save