From 56ed4d5dc8edeb895f60dca8e907a4fe4a8500f4 Mon Sep 17 00:00:00 2001
From: Jony.zhu <zzf@bronet.cn>
Date: Thu, 18 Jul 2019 08:52:03 +0800
Subject: [PATCH] 123

---
 app.json                                     |  3 ++-
 pages/homeblock/shuxing/shuxing.js           | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 pages/homeblock/shuxing/shuxing.json         |  3 +++
 pages/homeblock/shuxing/shuxing.wxml         |  2 ++
 pages/homeblock/shuxing/shuxing.wxss         |  1 +
 pages/homeblock/video/video.js               | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 pages/homeblock/video/video.json             |  3 +++
 pages/homeblock/video/video.wxml             |  2 ++
 pages/homeblock/video/video.wxss             |  1 +
 pages/myblock/jifenjilu/jifenjilu.js         | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 pages/myblock/jifenjilu/jifenjilu.json       |  3 +++
 pages/myblock/jifenjilu/jifenjilu.wxml       |  2 ++
 pages/myblock/jifenjilu/jifenjilu.wxss       |  1 +
 pages/myblock/niangjiulist/niangjiulist.js   | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 pages/myblock/niangjiulist/niangjiulist.json |  3 +++
 pages/myblock/niangjiulist/niangjiulist.wxml |  2 ++
 pages/myblock/niangjiulist/niangjiulist.wxss |  1 +
 pages/myblock/pingjia/pingjia.js             | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 pages/myblock/pingjia/pingjia.json           |  3 +++
 pages/myblock/pingjia/pingjia.wxml           |  2 ++
 pages/myblock/pingjia/pingjia.wxss           |  1 +
 pages/myblock/shezhimima/shezhimima.js       | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 pages/myblock/shezhimima/shezhimima.json     |  3 +++
 pages/myblock/shezhimima/shezhimima.wxml     |  2 ++
 pages/myblock/shezhimima/shezhimima.wxss     |  1 +
 25 files changed, 434 insertions(+), 1 deletion(-)
 create mode 100644 pages/homeblock/shuxing/shuxing.js
 create mode 100644 pages/homeblock/shuxing/shuxing.json
 create mode 100644 pages/homeblock/shuxing/shuxing.wxml
 create mode 100644 pages/homeblock/shuxing/shuxing.wxss
 create mode 100644 pages/homeblock/video/video.js
 create mode 100644 pages/homeblock/video/video.json
 create mode 100644 pages/homeblock/video/video.wxml
 create mode 100644 pages/homeblock/video/video.wxss
 create mode 100644 pages/myblock/jifenjilu/jifenjilu.js
 create mode 100644 pages/myblock/jifenjilu/jifenjilu.json
 create mode 100644 pages/myblock/jifenjilu/jifenjilu.wxml
 create mode 100644 pages/myblock/jifenjilu/jifenjilu.wxss
 create mode 100644 pages/myblock/niangjiulist/niangjiulist.js
 create mode 100644 pages/myblock/niangjiulist/niangjiulist.json
 create mode 100644 pages/myblock/niangjiulist/niangjiulist.wxml
 create mode 100644 pages/myblock/niangjiulist/niangjiulist.wxss
 create mode 100644 pages/myblock/pingjia/pingjia.js
 create mode 100644 pages/myblock/pingjia/pingjia.json
 create mode 100644 pages/myblock/pingjia/pingjia.wxml
 create mode 100644 pages/myblock/pingjia/pingjia.wxss
 create mode 100644 pages/myblock/shezhimima/shezhimima.js
 create mode 100644 pages/myblock/shezhimima/shezhimima.json
 create mode 100644 pages/myblock/shezhimima/shezhimima.wxml
 create mode 100644 pages/myblock/shezhimima/shezhimima.wxss

diff --git a/app.json b/app.json
index 203a1db..0f7fb54 100644
--- a/app.json
+++ b/app.json
@@ -33,7 +33,8 @@
     "pages/myblock/niangjiulist/niangjiulist",
     "pages/myblock/shezhimima/shezhimima",
     "pages/homeblock/video/video",
-    "pages/homeblock/shuxing/shuxing"
+    "pages/homeblock/shuxing/shuxing",
+    "pages/myblock/history/history"
   ],
   "window": {
     "backgroundTextStyle": "light",
diff --git a/pages/homeblock/shuxing/shuxing.js b/pages/homeblock/shuxing/shuxing.js
new file mode 100644
index 0000000..0a1684e
--- /dev/null
+++ b/pages/homeblock/shuxing/shuxing.js
@@ -0,0 +1,66 @@
+// pages/homeblock/shuxing/shuxing.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/pages/homeblock/shuxing/shuxing.json b/pages/homeblock/shuxing/shuxing.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/pages/homeblock/shuxing/shuxing.json
@@ -0,0 +1,3 @@
+{
+  "usingComponents": {}
+}
\ No newline at end of file
diff --git a/pages/homeblock/shuxing/shuxing.wxml b/pages/homeblock/shuxing/shuxing.wxml
new file mode 100644
index 0000000..7c9a08c
--- /dev/null
+++ b/pages/homeblock/shuxing/shuxing.wxml
@@ -0,0 +1,2 @@
+<!--pages/homeblock/shuxing/shuxing.wxml-->
+<text>pages/homeblock/shuxing/shuxing.wxml</text>
diff --git a/pages/homeblock/shuxing/shuxing.wxss b/pages/homeblock/shuxing/shuxing.wxss
new file mode 100644
index 0000000..eeec20b
--- /dev/null
+++ b/pages/homeblock/shuxing/shuxing.wxss
@@ -0,0 +1 @@
+/* pages/homeblock/shuxing/shuxing.wxss */
\ No newline at end of file
diff --git a/pages/homeblock/video/video.js b/pages/homeblock/video/video.js
new file mode 100644
index 0000000..062f574
--- /dev/null
+++ b/pages/homeblock/video/video.js
@@ -0,0 +1,66 @@
+// pages/homeblock/video/video.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/pages/homeblock/video/video.json b/pages/homeblock/video/video.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/pages/homeblock/video/video.json
@@ -0,0 +1,3 @@
+{
+  "usingComponents": {}
+}
\ No newline at end of file
diff --git a/pages/homeblock/video/video.wxml b/pages/homeblock/video/video.wxml
new file mode 100644
index 0000000..091b590
--- /dev/null
+++ b/pages/homeblock/video/video.wxml
@@ -0,0 +1,2 @@
+<!--pages/homeblock/video/video.wxml-->
+<text>pages/homeblock/video/video.wxml</text>
diff --git a/pages/homeblock/video/video.wxss b/pages/homeblock/video/video.wxss
new file mode 100644
index 0000000..1a06dae
--- /dev/null
+++ b/pages/homeblock/video/video.wxss
@@ -0,0 +1 @@
+/* pages/homeblock/video/video.wxss */
\ No newline at end of file
diff --git a/pages/myblock/jifenjilu/jifenjilu.js b/pages/myblock/jifenjilu/jifenjilu.js
new file mode 100644
index 0000000..ce5faa0
--- /dev/null
+++ b/pages/myblock/jifenjilu/jifenjilu.js
@@ -0,0 +1,66 @@
+// pages/myblock/jifenjilu/jifenjilu.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/pages/myblock/jifenjilu/jifenjilu.json b/pages/myblock/jifenjilu/jifenjilu.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/pages/myblock/jifenjilu/jifenjilu.json
@@ -0,0 +1,3 @@
+{
+  "usingComponents": {}
+}
\ No newline at end of file
diff --git a/pages/myblock/jifenjilu/jifenjilu.wxml b/pages/myblock/jifenjilu/jifenjilu.wxml
new file mode 100644
index 0000000..a276f97
--- /dev/null
+++ b/pages/myblock/jifenjilu/jifenjilu.wxml
@@ -0,0 +1,2 @@
+<!--pages/myblock/jifenjilu/jifenjilu.wxml-->
+<text>pages/myblock/jifenjilu/jifenjilu.wxml</text>
diff --git a/pages/myblock/jifenjilu/jifenjilu.wxss b/pages/myblock/jifenjilu/jifenjilu.wxss
new file mode 100644
index 0000000..e50fb21
--- /dev/null
+++ b/pages/myblock/jifenjilu/jifenjilu.wxss
@@ -0,0 +1 @@
+/* pages/myblock/jifenjilu/jifenjilu.wxss */
\ No newline at end of file
diff --git a/pages/myblock/niangjiulist/niangjiulist.js b/pages/myblock/niangjiulist/niangjiulist.js
new file mode 100644
index 0000000..59b340a
--- /dev/null
+++ b/pages/myblock/niangjiulist/niangjiulist.js
@@ -0,0 +1,66 @@
+// pages/myblock/niangjiulist/niangjiulist.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/pages/myblock/niangjiulist/niangjiulist.json b/pages/myblock/niangjiulist/niangjiulist.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/pages/myblock/niangjiulist/niangjiulist.json
@@ -0,0 +1,3 @@
+{
+  "usingComponents": {}
+}
\ No newline at end of file
diff --git a/pages/myblock/niangjiulist/niangjiulist.wxml b/pages/myblock/niangjiulist/niangjiulist.wxml
new file mode 100644
index 0000000..a4480f6
--- /dev/null
+++ b/pages/myblock/niangjiulist/niangjiulist.wxml
@@ -0,0 +1,2 @@
+<!--pages/myblock/niangjiulist/niangjiulist.wxml-->
+<text>pages/myblock/niangjiulist/niangjiulist.wxml</text>
diff --git a/pages/myblock/niangjiulist/niangjiulist.wxss b/pages/myblock/niangjiulist/niangjiulist.wxss
new file mode 100644
index 0000000..6861fb7
--- /dev/null
+++ b/pages/myblock/niangjiulist/niangjiulist.wxss
@@ -0,0 +1 @@
+/* pages/myblock/niangjiulist/niangjiulist.wxss */
\ No newline at end of file
diff --git a/pages/myblock/pingjia/pingjia.js b/pages/myblock/pingjia/pingjia.js
new file mode 100644
index 0000000..9324d41
--- /dev/null
+++ b/pages/myblock/pingjia/pingjia.js
@@ -0,0 +1,66 @@
+// pages/myblock/pingjia/pingjia.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/pages/myblock/pingjia/pingjia.json b/pages/myblock/pingjia/pingjia.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/pages/myblock/pingjia/pingjia.json
@@ -0,0 +1,3 @@
+{
+  "usingComponents": {}
+}
\ No newline at end of file
diff --git a/pages/myblock/pingjia/pingjia.wxml b/pages/myblock/pingjia/pingjia.wxml
new file mode 100644
index 0000000..87d354a
--- /dev/null
+++ b/pages/myblock/pingjia/pingjia.wxml
@@ -0,0 +1,2 @@
+<!--pages/myblock/pingjia/pingjia.wxml-->
+<text>pages/myblock/pingjia/pingjia.wxml</text>
diff --git a/pages/myblock/pingjia/pingjia.wxss b/pages/myblock/pingjia/pingjia.wxss
new file mode 100644
index 0000000..b648557
--- /dev/null
+++ b/pages/myblock/pingjia/pingjia.wxss
@@ -0,0 +1 @@
+/* pages/myblock/pingjia/pingjia.wxss */
\ No newline at end of file
diff --git a/pages/myblock/shezhimima/shezhimima.js b/pages/myblock/shezhimima/shezhimima.js
new file mode 100644
index 0000000..7867125
--- /dev/null
+++ b/pages/myblock/shezhimima/shezhimima.js
@@ -0,0 +1,66 @@
+// pages/myblock/shezhimima/shezhimima.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/pages/myblock/shezhimima/shezhimima.json b/pages/myblock/shezhimima/shezhimima.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/pages/myblock/shezhimima/shezhimima.json
@@ -0,0 +1,3 @@
+{
+  "usingComponents": {}
+}
\ No newline at end of file
diff --git a/pages/myblock/shezhimima/shezhimima.wxml b/pages/myblock/shezhimima/shezhimima.wxml
new file mode 100644
index 0000000..b8921c7
--- /dev/null
+++ b/pages/myblock/shezhimima/shezhimima.wxml
@@ -0,0 +1,2 @@
+<!--pages/myblock/shezhimima/shezhimima.wxml-->
+<text>pages/myblock/shezhimima/shezhimima.wxml</text>
diff --git a/pages/myblock/shezhimima/shezhimima.wxss b/pages/myblock/shezhimima/shezhimima.wxss
new file mode 100644
index 0000000..1b2b7d5
--- /dev/null
+++ b/pages/myblock/shezhimima/shezhimima.wxss
@@ -0,0 +1 @@
+/* pages/myblock/shezhimima/shezhimima.wxss */
\ No newline at end of file
--
libgit2 0.24.0