From c3156663180ec5504f3bdde6da6f8c2e19c2c948 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Sat, 18 Sep 2021 10:04:53 +0800 Subject: [PATCH] no message --- pages/article/sucessFul/index.js | 75 ------------------- pages/article/sucessfull/index.js | 18 +++++ .../{sucessFul => sucessfull}/index.json | 0 .../{sucessFul => sucessfull}/index.wxml | 0 .../{sucessFul => sucessfull}/index.wxss | 0 5 files changed, 18 insertions(+), 75 deletions(-) delete mode 100644 pages/article/sucessFul/index.js create mode 100644 pages/article/sucessfull/index.js rename pages/article/{sucessFul => sucessfull}/index.json (100%) rename pages/article/{sucessFul => sucessfull}/index.wxml (100%) rename pages/article/{sucessFul => sucessfull}/index.wxss (100%) diff --git a/pages/article/sucessFul/index.js b/pages/article/sucessFul/index.js deleted file mode 100644 index 9b6ece3..0000000 --- a/pages/article/sucessFul/index.js +++ /dev/null @@ -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() - } -}) \ No newline at end of file diff --git a/pages/article/sucessfull/index.js b/pages/article/sucessfull/index.js new file mode 100644 index 0000000..76bfbdc --- /dev/null +++ b/pages/article/sucessfull/index.js @@ -0,0 +1,18 @@ +// pages/article/sucessFul/index.js +Page({ + /** + * 页面的初始数据 + */ + data: { + + }, + /** + * 生命周期函数--监听页面加载 + */ + onLoad: function (options) { + + }, + rt:function(){ + wx.navigateBack() + } +}) \ No newline at end of file diff --git a/pages/article/sucessFul/index.json b/pages/article/sucessfull/index.json similarity index 100% rename from pages/article/sucessFul/index.json rename to pages/article/sucessfull/index.json diff --git a/pages/article/sucessFul/index.wxml b/pages/article/sucessfull/index.wxml similarity index 100% rename from pages/article/sucessFul/index.wxml rename to pages/article/sucessfull/index.wxml diff --git a/pages/article/sucessFul/index.wxss b/pages/article/sucessfull/index.wxss similarity index 100% rename from pages/article/sucessFul/index.wxss rename to pages/article/sucessfull/index.wxss