Procházet zdrojové kódy

上传文件至 'hangout-master/Pages/community/plan'

master
曹天怡 před 2 roky
rodič
revize
ae819ced8b
12 změnil soubory, kde provedl 216 přidání a 0 odebrání
  1. +66
    -0
      hangout-master/Pages/community/plan/info.js
  2. +3
    -0
      hangout-master/Pages/community/plan/info.json
  3. +2
    -0
      hangout-master/Pages/community/plan/info.wxml
  4. +1
    -0
      hangout-master/Pages/community/plan/info.wxss
  5. +66
    -0
      hangout-master/Pages/community/plan/new.js
  6. +3
    -0
      hangout-master/Pages/community/plan/new.json
  7. +2
    -0
      hangout-master/Pages/community/plan/new.wxml
  8. +1
    -0
      hangout-master/Pages/community/plan/new.wxss
  9. +66
    -0
      hangout-master/Pages/community/plan/view.js
  10. +3
    -0
      hangout-master/Pages/community/plan/view.json
  11. +2
    -0
      hangout-master/Pages/community/plan/view.wxml
  12. +1
    -0
      hangout-master/Pages/community/plan/view.wxss

+ 66
- 0
hangout-master/Pages/community/plan/info.js Zobrazit soubor

@ -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 () {
}
})

+ 3
- 0
hangout-master/Pages/community/plan/info.json Zobrazit soubor

@ -0,0 +1,3 @@
{
"usingComponents": {}
}

+ 2
- 0
hangout-master/Pages/community/plan/info.wxml Zobrazit soubor

@ -0,0 +1,2 @@
<!--Pages/community/plan/info.wxml-->
<text>Pages/community/plan/info.wxml</text>

+ 1
- 0
hangout-master/Pages/community/plan/info.wxss Zobrazit soubor

@ -0,0 +1 @@
/* Pages/community/plan/info.wxss */

+ 66
- 0
hangout-master/Pages/community/plan/new.js Zobrazit soubor

@ -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 () {
}
})

+ 3
- 0
hangout-master/Pages/community/plan/new.json Zobrazit soubor

@ -0,0 +1,3 @@
{
"usingComponents": {}
}

+ 2
- 0
hangout-master/Pages/community/plan/new.wxml Zobrazit soubor

@ -0,0 +1,2 @@
<!--Pages/community/plan/new.wxml-->
<text>Pages/community/plan/new.wxml</text>

+ 1
- 0
hangout-master/Pages/community/plan/new.wxss Zobrazit soubor

@ -0,0 +1 @@
/* Pages/community/plan/new.wxss */

+ 66
- 0
hangout-master/Pages/community/plan/view.js Zobrazit soubor

@ -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 () {
}
})

+ 3
- 0
hangout-master/Pages/community/plan/view.json Zobrazit soubor

@ -0,0 +1,3 @@
{
"usingComponents": {}
}

+ 2
- 0
hangout-master/Pages/community/plan/view.wxml Zobrazit soubor

@ -0,0 +1,2 @@
<!--Pages/community/plan/view.wxml-->
<text>Pages/community/plan/view.wxml</text>

+ 1
- 0
hangout-master/Pages/community/plan/view.wxss Zobrazit soubor

@ -0,0 +1 @@
/* Pages/community/plan/view.wxss */

Načítá se…
Zrušit
Uložit