bug修改

This commit is contained in:
姚亚男
2021-11-04 08:44:07 +08:00
parent 481fe7629c
commit a0ade5ec12
21 changed files with 97 additions and 19 deletions
+4 -1
View File
@@ -6,12 +6,15 @@ Page({
* 页面的初始数据
*/
data: {
statusBarHeight: wx.getSystemInfoSync()['statusBarHeight'],
userId: '',
list: [],
pageNo: 1,
pageSize: 10
},
goBack(){
wx.navigateBack()
},
loadData(){
wx.showToast({
title: '加载中...',