From d3821072a4f2657258fd82982d813ca8bb36acdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=A4=A9=E6=80=A1?= <10205501416@stu.ecnu.edu.cn> Date: Thu, 2 Jun 2022 10:55:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20'hangout-master/Pages/travel/plan/main/wish/vote/index'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../travel/plan/main/wish/vote/index/index.js | 66 ++++++++++++++++++++++ .../travel/plan/main/wish/vote/index/index.json | 3 + .../travel/plan/main/wish/vote/index/index.wxml | 2 + .../travel/plan/main/wish/vote/index/index.wxss | 1 + 4 files changed, 72 insertions(+) create mode 100644 hangout-master/Pages/travel/plan/main/wish/vote/index/index.js create mode 100644 hangout-master/Pages/travel/plan/main/wish/vote/index/index.json create mode 100644 hangout-master/Pages/travel/plan/main/wish/vote/index/index.wxml create mode 100644 hangout-master/Pages/travel/plan/main/wish/vote/index/index.wxss diff --git a/hangout-master/Pages/travel/plan/main/wish/vote/index/index.js b/hangout-master/Pages/travel/plan/main/wish/vote/index/index.js new file mode 100644 index 0000000..37ce19a --- /dev/null +++ b/hangout-master/Pages/travel/plan/main/wish/vote/index/index.js @@ -0,0 +1,66 @@ +// Pages/travel/plan/main/wish/vote/index/index.js +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 diff --git a/hangout-master/Pages/travel/plan/main/wish/vote/index/index.json b/hangout-master/Pages/travel/plan/main/wish/vote/index/index.json new file mode 100644 index 0000000..8835af0 --- /dev/null +++ b/hangout-master/Pages/travel/plan/main/wish/vote/index/index.json @@ -0,0 +1,3 @@ +{ + "usingComponents": {} +} \ No newline at end of file diff --git a/hangout-master/Pages/travel/plan/main/wish/vote/index/index.wxml b/hangout-master/Pages/travel/plan/main/wish/vote/index/index.wxml new file mode 100644 index 0000000..7e3c141 --- /dev/null +++ b/hangout-master/Pages/travel/plan/main/wish/vote/index/index.wxml @@ -0,0 +1,2 @@ + +Pages/travel/plan/main/wish/vote/index/index.wxml diff --git a/hangout-master/Pages/travel/plan/main/wish/vote/index/index.wxss b/hangout-master/Pages/travel/plan/main/wish/vote/index/index.wxss new file mode 100644 index 0000000..1683d6a --- /dev/null +++ b/hangout-master/Pages/travel/plan/main/wish/vote/index/index.wxss @@ -0,0 +1 @@ +/* Pages/travel/plan/main/wish/vote/index/index.wxss */ \ No newline at end of file