【bug】 bug修改

This commit is contained in:
fengachen
2021-10-27 19:07:51 +08:00
parent a007ca89cb
commit a9e0bf7aa2
5 changed files with 12 additions and 7 deletions
+3 -3
View File
@@ -7,8 +7,8 @@ export function wxBind(callback){
wx.request({
url: 'https://api.weixin.qq.com/sns/jscode2session',
data: {
appid: 'wx322b63d1e6ff4765',
secret: '7d3dd94092bb50981d0a8ded849601a0',
appid: 'wx457dfcb58fd556ea',
secret: 'e8d2ee25e32c77561efccb7145ba9dc8',
js_code: res.code,
grant_type: 'authorization_code'
},
@@ -39,4 +39,4 @@ export function isLogin(callback){
})
}
})
}
}
+2 -2
View File
@@ -11,7 +11,7 @@ Page({
// 列表查询条件
searchParams: {
pageNo: 1,
pageSize: 10,
pageSize: 20,
companyName: '',
// 创建时间倒叙排序
column:'createTime',
@@ -198,7 +198,7 @@ Page({
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
console.log(12343241352);
this.data.searchParams.pageNo++
this.loadData()
},
+3 -1
View File
@@ -1,4 +1,6 @@
{
"usingComponents": {},
"navigationBarTitleText": "选择企业"
"navigationBarTitleText": "选择企业",
"enablePullDownRefresh":true,
"onReachBottomDistance":200
}
+2 -1
View File
@@ -106,7 +106,8 @@ Page({
queryMeetingList() {
wx.showToast({
title: '加载中...',
icon: 'loading'
icon: 'loading',
duration:3000
})
MeetingApi.meetingList(this.data.searchParams).then(res => {
if (res.success) {
@@ -61,12 +61,14 @@ page{
.file-name view text{
overflow: hidden;
}
.file-name view image{
width: 30px;
min-width: 30px;
height: 30px;
margin-right: 10px;
}
.basic-info .meeting-files .file-name .look-file{
min-width: 40px;
color: #069F99;