このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
weapp
/
C
ウォッチ
8
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
66
Wiki
アクティビティ
ソースを参照
[成长值][修改]:[成长值加下拉刷新]
tags/湖南版5.1.4
meo
6年前
親
15efa3a3c3
コミット
afce46c088
4個のファイルの変更
、
18行の追加
、
3行の削除
分割表示
差分オプション
統計情報を表示
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);
},
書き込み
プレビュー
読み込み中…
キャンセル
保存