이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
weapp
/
C
보기
8
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
66
위키
활동
소스 검색
[成长值][修改]:[成长值加下拉刷新]
tags/湖南版5.1.4
meo
6 년 전
부모
15efa3a3c3
커밋
afce46c088
4개의 변경된 파일
과
18개의 추가작업
그리고
3개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ext.json
+13
-0
pages/czdetail/czdetail.js
+2
-1
pages/czdetail/czdetail.json
+2
-1
pages/integralmall/integraHistory/index.js
+ 1
- 1
ext.json
파일 보기
@@ -4,7 +4,7 @@
"ext": {
"weappId": "wxea71200db93d756b",
"name": "富茂客官开发",
"appVersion": "C.4.2.10
7
",
"appVersion": "C.4.2.10
8
",
"attr": {
"configUrl": "https://ciformall.youlane.cn/C/api",
"socketUrl": "wss://mp.youlane.cn/W/ws",
+ 13
- 0
pages/czdetail/czdetail.js
파일 보기
@@ -47,6 +47,7 @@ Page({
pageSize: 20,
}
}).then(res => {
wx.stopPullDownRefresh();
res.data.list.map(file => {
file.createDate = util.formatTime(
file.createDate,
@@ -73,6 +74,18 @@ Page({
})
}
},
/**
* 刷新
*/
onPullDownRefresh: function (e) {
let that = this;
that.setData({
pageNum: 1,
list: [],
allow_load: true
});
that.record(1);
},
getScore: function() {
let that = this;
Http.get({
+ 2
- 1
pages/czdetail/czdetail.json
파일 보기
@@ -1,3 +1,4 @@
{
"navigationBarTitleText": "成长值"
"navigationBarTitleText": "成长值",
"enablePullDownRefresh": true
}
+ 2
- 1
pages/integralmall/integraHistory/index.js
파일 보기
@@ -89,7 +89,8 @@ Page({
let that = this;
that.setData({
pageNum: 1,
list:[]
list:[],
allow_load:true
});
that.record(1);
},
쓰기
미리보기
불러오는 중...
취소
저장