使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
weapp
/
C
关注
8
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
66
百科
动态
浏览代码
[成长值][修改]:[成长值加下拉刷新]
tags/湖南版5.1.4
meo
6 年前
父节点
15efa3a3c3
当前提交
afce46c088
共有
4 个文件被更改
,包括
18 次插入
和
3 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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);
},
撰写
预览
正在加载...
取消
保存