From ae819ced8b9fab8992f61f0aef80a8f1d9e305b1 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:46:40 +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/community/plan'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
hangout-master/Pages/community/plan/info.js | 66 +++++++++++++++++++++++++++
hangout-master/Pages/community/plan/info.json | 3 ++
hangout-master/Pages/community/plan/info.wxml | 2 +
hangout-master/Pages/community/plan/info.wxss | 1 +
hangout-master/Pages/community/plan/new.js | 66 +++++++++++++++++++++++++++
hangout-master/Pages/community/plan/new.json | 3 ++
hangout-master/Pages/community/plan/new.wxml | 2 +
hangout-master/Pages/community/plan/new.wxss | 1 +
hangout-master/Pages/community/plan/view.js | 66 +++++++++++++++++++++++++++
hangout-master/Pages/community/plan/view.json | 3 ++
hangout-master/Pages/community/plan/view.wxml | 2 +
hangout-master/Pages/community/plan/view.wxss | 1 +
12 files changed, 216 insertions(+)
create mode 100644 hangout-master/Pages/community/plan/info.js
create mode 100644 hangout-master/Pages/community/plan/info.json
create mode 100644 hangout-master/Pages/community/plan/info.wxml
create mode 100644 hangout-master/Pages/community/plan/info.wxss
create mode 100644 hangout-master/Pages/community/plan/new.js
create mode 100644 hangout-master/Pages/community/plan/new.json
create mode 100644 hangout-master/Pages/community/plan/new.wxml
create mode 100644 hangout-master/Pages/community/plan/new.wxss
create mode 100644 hangout-master/Pages/community/plan/view.js
create mode 100644 hangout-master/Pages/community/plan/view.json
create mode 100644 hangout-master/Pages/community/plan/view.wxml
create mode 100644 hangout-master/Pages/community/plan/view.wxss
diff --git a/hangout-master/Pages/community/plan/info.js b/hangout-master/Pages/community/plan/info.js
new file mode 100644
index 0000000..33e192a
--- /dev/null
+++ b/hangout-master/Pages/community/plan/info.js
@@ -0,0 +1,66 @@
+// Pages/community/plan/info.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/community/plan/info.json b/hangout-master/Pages/community/plan/info.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/hangout-master/Pages/community/plan/info.json
@@ -0,0 +1,3 @@
+{
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/hangout-master/Pages/community/plan/info.wxml b/hangout-master/Pages/community/plan/info.wxml
new file mode 100644
index 0000000..7496d25
--- /dev/null
+++ b/hangout-master/Pages/community/plan/info.wxml
@@ -0,0 +1,2 @@
+
+Pages/community/plan/info.wxml
diff --git a/hangout-master/Pages/community/plan/info.wxss b/hangout-master/Pages/community/plan/info.wxss
new file mode 100644
index 0000000..436c5d1
--- /dev/null
+++ b/hangout-master/Pages/community/plan/info.wxss
@@ -0,0 +1 @@
+/* Pages/community/plan/info.wxss */
\ No newline at end of file
diff --git a/hangout-master/Pages/community/plan/new.js b/hangout-master/Pages/community/plan/new.js
new file mode 100644
index 0000000..afecb09
--- /dev/null
+++ b/hangout-master/Pages/community/plan/new.js
@@ -0,0 +1,66 @@
+// Pages/community/plan/new.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/community/plan/new.json b/hangout-master/Pages/community/plan/new.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/hangout-master/Pages/community/plan/new.json
@@ -0,0 +1,3 @@
+{
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/hangout-master/Pages/community/plan/new.wxml b/hangout-master/Pages/community/plan/new.wxml
new file mode 100644
index 0000000..d257b85
--- /dev/null
+++ b/hangout-master/Pages/community/plan/new.wxml
@@ -0,0 +1,2 @@
+
+Pages/community/plan/new.wxml
diff --git a/hangout-master/Pages/community/plan/new.wxss b/hangout-master/Pages/community/plan/new.wxss
new file mode 100644
index 0000000..e176da0
--- /dev/null
+++ b/hangout-master/Pages/community/plan/new.wxss
@@ -0,0 +1 @@
+/* Pages/community/plan/new.wxss */
\ No newline at end of file
diff --git a/hangout-master/Pages/community/plan/view.js b/hangout-master/Pages/community/plan/view.js
new file mode 100644
index 0000000..555e7b8
--- /dev/null
+++ b/hangout-master/Pages/community/plan/view.js
@@ -0,0 +1,66 @@
+// Pages/community/plan/view.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/community/plan/view.json b/hangout-master/Pages/community/plan/view.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/hangout-master/Pages/community/plan/view.json
@@ -0,0 +1,3 @@
+{
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/hangout-master/Pages/community/plan/view.wxml b/hangout-master/Pages/community/plan/view.wxml
new file mode 100644
index 0000000..6b6574b
--- /dev/null
+++ b/hangout-master/Pages/community/plan/view.wxml
@@ -0,0 +1,2 @@
+
+Pages/community/plan/view.wxml
diff --git a/hangout-master/Pages/community/plan/view.wxss b/hangout-master/Pages/community/plan/view.wxss
new file mode 100644
index 0000000..cd87a89
--- /dev/null
+++ b/hangout-master/Pages/community/plan/view.wxss
@@ -0,0 +1 @@
+/* Pages/community/plan/view.wxss */
\ No newline at end of file