公告板
版本库
filestore
活动
搜索
登录
main
/
daylucky-alipayxcx
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
'接口完善'
admin
2020-12-19
84920ada00d69565bef33e7e31bc32b426ec5dc3
[daylucky-alipayxcx.git]
/
pages
/
assist-process
/
assist-process.js
1
2
3
4
5
6
7
8
9
10
11
var help = require('../../util/help.js');
Page({
data: {
friendsList: [{}, {}, {},{}, {}],
showLoading: true
},
onLoad() {
help.setPageNavBar("助力进度");
},
});