diff --git a/app.json b/app.json
index db3307d..9b5dd5c 100644
--- a/app.json
+++ b/app.json
@@ -1,12 +1,19 @@
{
"pages": [
+
+ "wode/wode",
+ "gerenxinxi/gerenxinxi",
"shuji/shuji",
"denglu/denglu",
"shouye/shouye",
"chazhao/chazhao",
"jieyue/jieyue",
- "wode/wode"
+ "jieyuejilu/yiwancheng/yiwancheng",
+ "jieyuejilu/jieyuezhong/jieyuezhong"
+
+
+
],
"window": {
"backgroundTextStyle": "light",
diff --git a/chazhaoazhao.js b/chazhaoazhao.js
deleted file mode 100644
index e69de29..0000000
diff --git a/jieyuejielu/yiwancheng/yiwancheng.js b/jieyuejielu/yiwancheng/yiwancheng.js
new file mode 100644
index 0000000..d7acbbe
--- /dev/null
+++ b/jieyuejielu/yiwancheng/yiwancheng.js
@@ -0,0 +1,66 @@
+// jieyuejielu/yiwancheng/yiwancheng.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/jieyuejielu/yiwancheng/yiwancheng.json b/jieyuejielu/yiwancheng/yiwancheng.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/jieyuejielu/yiwancheng/yiwancheng.json
@@ -0,0 +1,3 @@
+{
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/jieyuejielu/yiwancheng/yiwancheng.wxml b/jieyuejielu/yiwancheng/yiwancheng.wxml
new file mode 100644
index 0000000..9a8dd06
--- /dev/null
+++ b/jieyuejielu/yiwancheng/yiwancheng.wxml
@@ -0,0 +1,2 @@
+
+jieyuejielu/yiwancheng/yiwancheng.wxml
diff --git a/jieyuejielu/yiwancheng/yiwancheng.wxss b/jieyuejielu/yiwancheng/yiwancheng.wxss
new file mode 100644
index 0000000..2227e04
--- /dev/null
+++ b/jieyuejielu/yiwancheng/yiwancheng.wxss
@@ -0,0 +1 @@
+/* jieyuejielu/yiwancheng/yiwancheng.wxss */
\ No newline at end of file
diff --git a/jieyuejilu/jieyuezhong/jieyuezhong.js b/jieyuejilu/jieyuezhong/jieyuezhong.js
new file mode 100644
index 0000000..5d96de3
--- /dev/null
+++ b/jieyuejilu/jieyuezhong/jieyuezhong.js
@@ -0,0 +1,70 @@
+
+
+// 获取全局应用程序实例对象
+const app = getApp();
+
+// 创建页面实例对象
+Page({
+ /**
+ * 页面名称
+ */
+ name: "index",
+ /**
+ * 页面的初始数据
+ */
+
+ data: {
+
+
+
+ },
+
+ /**
+ * 生命周期函数--监听页面加载
+ */
+ onLoad() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面初次渲染完成
+ */
+ onReady() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面显示
+ */
+ onShow() {
+ },
+
+ /**
+ * 生命周期函数--监听页面隐藏
+ */
+ onHide() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面卸载
+ */
+ onUnload() {
+
+ },
+
+ /**
+ * 页面相关事件处理函数--监听用户下拉动作
+ */
+ onPullDownRefresh() {
+
+ },
+
+ yiwanchengsubmit: function (e) {
+ wx.navigateTo({
+ url: '../../jieyuejilu/yiwancheng/yiwancheng',
+ //以下为自定义点击事件
+
+ })
+ },
+})
\ No newline at end of file
diff --git a/jieyuejilu/jieyuezhong/jieyuezhong.json b/jieyuejilu/jieyuezhong/jieyuezhong.json
new file mode 100644
index 0000000..d086501
--- /dev/null
+++ b/jieyuejilu/jieyuezhong/jieyuezhong.json
@@ -0,0 +1,28 @@
+{
+ "component": true,
+ "usingComponents": {},
+ "pages": [
+ "jieyuezhong/jieyuezhong",
+ "yiwancheng/yiwancheng"
+ ],
+ "tabBar": {
+ "color": "#000000",
+ "selectedColor": "#fd9941",
+ "borderStyle": "black",
+ "backgroundColor": "#ffffff",
+ "list": [
+ {
+ "pagePath": "jieyuezhong/jieyuezhong",
+ "text": "借阅中",
+ "iconPath": "image/shouye.png",
+ "selectedIconPath": "image/shouye-hl.png"
+ },
+ {
+ "pagePath": "yiwancheng/yiwancheng",
+ "text": "已完成",
+ "iconPath": "image/chazhao.png",
+ "selectedIconPath": "image/chazhao-hl.png"
+ }
+ ]
+ }
+}
diff --git a/jieyuejilu/jieyuezhong/jieyuezhong.wxml b/jieyuejilu/jieyuezhong/jieyuezhong.wxml
new file mode 100644
index 0000000..a39f41b
--- /dev/null
+++ b/jieyuejilu/jieyuezhong/jieyuezhong.wxml
@@ -0,0 +1,6 @@
+
+
\ No newline at end of file
diff --git a/jieyuejilu/jieyuezhong/jieyuezhong.wxss b/jieyuejilu/jieyuezhong/jieyuezhong.wxss
new file mode 100644
index 0000000..0fd8d1b
--- /dev/null
+++ b/jieyuejilu/jieyuezhong/jieyuezhong.wxss
@@ -0,0 +1,68 @@
+/* 基础样式 */
+view,scroll-view,swiper,swiper-item,icon,text,progress,button,checkbox-group,checkbox,form,input,label,picker,radio-group,radio,slider,switch,action-sheet,action-sheet-item,action-sheet-cancel,modal,toast,loading,navigator,audio,image,video,map,canvas {
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}
+page {
+ height: 100%;
+ font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
+}
+
+
+
+
+checkbox-group,
+radio-group{
+ display:block;
+}
+
+
+
+
+:before,
+:after ,
+::before,
+::after{
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}
+.c-minheight {
+ min-height: 80px;
+}
+.c-full {
+ width: 100%;
+ height: 100%;
+}
+.c-block {
+ display: block;
+}
+.c-autosize {
+ width: auto;
+ height: auto;
+}
+.c-fullwidth {
+ width: 100%;
+}
+.c-fullheight {
+ height: 100%;
+}
+.c-initHide{
+ opacity:0 !important;
+}
+.c-ellipse{
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 2;
+ overflow:hidden;
+}
+/* 自定义样式 */
+
+
+
+
+.wx-button_80jKCV{color: rgb(253, 153,65); margin-right: 187px; background-repeat: repeat-x; }
+.wx-button_jdfM7E{transition: all; margin-left: 187px; transform: rotate(0deg) scale(1) translate(0%, -100%); }
+
diff --git a/jieyuejilu/yiwancheng/yiwancheng.js b/jieyuejilu/yiwancheng/yiwancheng.js
new file mode 100644
index 0000000..6b355b0
--- /dev/null
+++ b/jieyuejilu/yiwancheng/yiwancheng.js
@@ -0,0 +1,68 @@
+// 获取全局应用程序实例对象
+const app = getApp();
+
+// 创建页面实例对象
+Page({
+ /**
+ * 页面名称
+ */
+ name: "index",
+ /**
+ * 页面的初始数据
+ */
+
+ data: {
+
+
+
+ },
+
+ /**
+ * 生命周期函数--监听页面加载
+ */
+ onLoad() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面初次渲染完成
+ */
+ onReady() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面显示
+ */
+ onShow() {
+ },
+
+ /**
+ * 生命周期函数--监听页面隐藏
+ */
+ onHide() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面卸载
+ */
+ onUnload() {
+
+ },
+
+ /**
+ * 页面相关事件处理函数--监听用户下拉动作
+ */
+ onPullDownRefresh() {
+
+ },
+
+ jieyuezhongsubmit: function (e) {
+ wx.navigateTo({
+ url: '../../jieyuejilu/jieyuezhong/jieyuezhong',
+ //以下为自定义点击事件
+
+ })
+ },
+})
diff --git a/jieyuejilu/yiwancheng/yiwancheng.json b/jieyuejilu/yiwancheng/yiwancheng.json
new file mode 100644
index 0000000..e8cfaaf
--- /dev/null
+++ b/jieyuejilu/yiwancheng/yiwancheng.json
@@ -0,0 +1,4 @@
+{
+ "component": true,
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/jieyuejilu/yiwancheng/yiwancheng.wxml b/jieyuejilu/yiwancheng/yiwancheng.wxml
new file mode 100644
index 0000000..028639f
--- /dev/null
+++ b/jieyuejilu/yiwancheng/yiwancheng.wxml
@@ -0,0 +1,6 @@
+
+
\ No newline at end of file
diff --git a/jieyuejilu/yiwancheng/yiwancheng.wxss b/jieyuejilu/yiwancheng/yiwancheng.wxss
new file mode 100644
index 0000000..52cae4f
--- /dev/null
+++ b/jieyuejilu/yiwancheng/yiwancheng.wxss
@@ -0,0 +1,68 @@
+/* 基础样式 */
+view,scroll-view,swiper,swiper-item,icon,text,progress,button,checkbox-group,checkbox,form,input,label,picker,radio-group,radio,slider,switch,action-sheet,action-sheet-item,action-sheet-cancel,modal,toast,loading,navigator,audio,image,video,map,canvas {
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}
+page {
+ height: 100%;
+ font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
+}
+
+
+
+
+checkbox-group,
+radio-group{
+ display:block;
+}
+
+
+
+
+:before,
+:after ,
+::before,
+::after{
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}
+.c-minheight {
+ min-height: 80px;
+}
+.c-full {
+ width: 100%;
+ height: 100%;
+}
+.c-block {
+ display: block;
+}
+.c-autosize {
+ width: auto;
+ height: auto;
+}
+.c-fullwidth {
+ width: 100%;
+}
+.c-fullheight {
+ height: 100%;
+}
+.c-initHide{
+ opacity:0 !important;
+}
+.c-ellipse{
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 2;
+ overflow:hidden;
+}
+/* 自定义样式 */
+
+
+
+
+.wx-button_80jKCV{color: rgb(0, 0,0); margin-right: 187px; background-repeat: repeat-x; }
+.wx-button_jdfM7E{color: rgb(253, 153,65);transition: all; margin-left: 187px; transform: rotate(0deg) scale(1) translate(0%, -100%); }
+
diff --git a/jieyueyue.json b/jieyueyue.json
deleted file mode 100644
index e69de29..0000000
diff --git a/project.config.json b/project.config.json
index 74e7be0..937d300 100644
--- a/project.config.json
+++ b/project.config.json
@@ -13,7 +13,7 @@
"compileType": "miniprogram",
"libVersion": "2.4.0",
"appid": "wxb280d1925541c356",
- "projectname": "%E7%9C%9F%E9%A6%991",
+ "projectname": "%E7%9C%9F%E9%A6%9913",
"debugOptions": {
"hidedInDevtools": []
},
diff --git a/shouyeouye.wxml b/shouyeouye.wxml
deleted file mode 100644
index e69de29..0000000
diff --git a/wode/wode.js b/wode/wode.js
index 29098c2..9e800d4 100644
--- a/wode/wode.js
+++ b/wode/wode.js
@@ -67,5 +67,10 @@ Page({
wx.navigateTo({
url: '../gerenxinxi/gerenxinxi',
})
- }
+ },
+ jieyuezhongsubmit: function (e) {
+ wx.navigateTo({
+ url: '../jieyuejilu/jieyuezhong/jieyuezhong',
+ })
+ }
})
\ No newline at end of file
diff --git a/wode/wode.wxml b/wode/wode.wxml
index c0b7b23..8a819b3 100644
--- a/wode/wode.wxml
+++ b/wode/wode.wxml
@@ -11,8 +11,8 @@
-
-
+
+
diff --git a/yiwancheng/yiwancheng.js b/yiwancheng/yiwancheng.js
new file mode 100644
index 0000000..ae70440
--- /dev/null
+++ b/yiwancheng/yiwancheng.js
@@ -0,0 +1,66 @@
+// yiwancheng/yiwancheng.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/yiwancheng/yiwancheng.json b/yiwancheng/yiwancheng.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/yiwancheng/yiwancheng.json
@@ -0,0 +1,3 @@
+{
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/yiwancheng/yiwancheng.wxml b/yiwancheng/yiwancheng.wxml
new file mode 100644
index 0000000..8cd709d
--- /dev/null
+++ b/yiwancheng/yiwancheng.wxml
@@ -0,0 +1,2 @@
+
+yiwancheng/yiwancheng.wxml
diff --git a/yiwancheng/yiwancheng.wxss b/yiwancheng/yiwancheng.wxss
new file mode 100644
index 0000000..f464b75
--- /dev/null
+++ b/yiwancheng/yiwancheng.wxss
@@ -0,0 +1 @@
+/* yiwancheng/yiwancheng.wxss */
\ No newline at end of file