diff --git a/README.md b/README.md
index 2ccd2b4..6b40747 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
# campus_leader
polo car
-111
\ No newline at end of file
+111111222233
\ No newline at end of file
diff --git a/others/cjn.txt b/others/cjn.txt
new file mode 100644
index 0000000..a88f4ab
--- /dev/null
+++ b/others/cjn.txt
@@ -0,0 +1 @@
+cjnpp
\ No newline at end of file
diff --git a/src/canteen.js b/src/canteen.js
new file mode 100644
index 0000000..292d412
--- /dev/null
+++ b/src/canteen.js
@@ -0,0 +1,78 @@
+// pages/canteen/canteen.js
+Page({
+
+ /**
+ * 页面的初始数据
+ */
+ data: {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面加载
+ */
+ onLoad(options) {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面初次渲染完成
+ */
+ onReady() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面显示
+ */
+ onShow() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面隐藏
+ */
+ onHide() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面卸载
+ */
+ onUnload() {
+
+ },
+
+ /**
+ * 页面相关事件处理函数--监听用户下拉动作
+ */
+ onPullDownRefresh() {
+
+ },
+
+ /**
+ * 页面上拉触底事件的处理函数
+ */
+ onReachBottom() {
+
+ },
+
+ /**
+ * 用户点击右上角分享
+ */
+ onShareAppMessage() {
+
+ },
+ goEvaluate:function(options){
+
+ wx.navigateTo({
+ url: '../evaluate/evaluate'
+ })
+ },
+ goCwindow:function(options){
+
+ wx.navigateTo({
+ url: '../cwindow/cwindow'
+ })
+ },
+})
\ No newline at end of file
diff --git a/src/canteen.json b/src/canteen.json
new file mode 100644
index 0000000..3928faa
--- /dev/null
+++ b/src/canteen.json
@@ -0,0 +1,3 @@
+{
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/src/canteen.wxml b/src/canteen.wxml
new file mode 100644
index 0000000..cf5b6b8
--- /dev/null
+++ b/src/canteen.wxml
@@ -0,0 +1,36 @@
+
+
+
+ 窗口1:\n
+ 窗口详情:\n
+ 评分:x.x
+
+
+
+
+
+
+
+
+ 窗口:2\n
+ 窗口详情:\n
+ 评分:
+
+
+
+
+
+
+
+
+
+ 窗口3:\n
+ 窗口详情:\n
+ 评分:
+
+
+
+
+
+
+
diff --git a/src/canteen.wxss b/src/canteen.wxss
new file mode 100644
index 0000000..ef8ba82
--- /dev/null
+++ b/src/canteen.wxss
@@ -0,0 +1,37 @@
+/* pages/canteen/canteen.wxss */
+.tapbtn1{
+ margin-bottom: 20rpx;
+ background-color: #FFFFFF;
+ width:200rpx;
+ height: 60rpx;
+ border-radius: 100rpx;
+ text-align: top;
+ justify-content: center;
+ font-size: 20rpx;
+
+
+ }
+ .tapbtn2{
+ margin-bottom: 20rpx;
+ background-color: #FFFFFF;
+ width:200rpx;
+ height: 60rpx;
+ border-radius: 100rpx;
+ text-align: center;
+ justify-content: center;
+ font-size: 20rpx;
+
+
+ }
+ .container{
+ display:flex;
+ }
+ .word{
+ display:flexbox;
+ margin-right: 13em;
+ }
+ .divLineX{
+ background: #E4E6ED;
+ width: 100%;
+ height: 1rpx;
+}
diff --git a/src/mdnb.txt b/src/mdnb.txt
new file mode 100644
index 0000000..fe6dffa
--- /dev/null
+++ b/src/mdnb.txt
@@ -0,0 +1 @@
+真他妈牛逼
\ No newline at end of file