이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10205501416
/
HanGouT
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
上传文件至 'hangout-master/Pages/community/plan'
master
曹天怡
2 년 전
부모
05fa168274
커밋
ae819ced8b
12개의 변경된 파일
과
216개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+66
-0
hangout-master/Pages/community/plan/info.js
+3
-0
hangout-master/Pages/community/plan/info.json
+2
-0
hangout-master/Pages/community/plan/info.wxml
+1
-0
hangout-master/Pages/community/plan/info.wxss
+66
-0
hangout-master/Pages/community/plan/new.js
+3
-0
hangout-master/Pages/community/plan/new.json
+2
-0
hangout-master/Pages/community/plan/new.wxml
+1
-0
hangout-master/Pages/community/plan/new.wxss
+66
-0
hangout-master/Pages/community/plan/view.js
+3
-0
hangout-master/Pages/community/plan/view.json
+2
-0
hangout-master/Pages/community/plan/view.wxml
+1
-0
hangout-master/Pages/community/plan/view.wxss
+ 66
- 0
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
(
)
{
}
}
)
+ 3
- 0
hangout-master/Pages/community/plan/info.json
파일 보기
@ -0,0 +1,3 @@
{
"usingComponents"
:
{
}
}
+ 2
- 0
hangout-master/Pages/community/plan/info.wxml
파일 보기
@ -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
파일 보기
@ -0,0 +1 @@
/* Pages/community/plan/info.wxss */
+ 66
- 0
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
(
)
{
}
}
)
+ 3
- 0
hangout-master/Pages/community/plan/new.json
파일 보기
@ -0,0 +1,3 @@
{
"usingComponents"
:
{
}
}
+ 2
- 0
hangout-master/Pages/community/plan/new.wxml
파일 보기
@ -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
파일 보기
@ -0,0 +1 @@
/* Pages/community/plan/new.wxss */
+ 66
- 0
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
(
)
{
}
}
)
+ 3
- 0
hangout-master/Pages/community/plan/view.json
파일 보기
@ -0,0 +1,3 @@
{
"usingComponents"
:
{
}
}
+ 2
- 0
hangout-master/Pages/community/plan/view.wxml
파일 보기
@ -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
파일 보기
@ -0,0 +1 @@
/* Pages/community/plan/view.wxss */
쓰기
미리보기
불러오는 중...
취소
저장