会议提交测试
This commit is contained in:
@@ -86,10 +86,10 @@ export struct HdList {
|
||||
.width('100%')
|
||||
.height('100%')
|
||||
.padding({ left: BasicConstant.SPACE_LG, right: BasicConstant.SPACE_LG })
|
||||
.divider({
|
||||
strokeWidth: $r('app.float.common_border_width'),
|
||||
color: $r('app.color.common_gray_border')
|
||||
})
|
||||
// .divider({
|
||||
// strokeWidth: $r('app.float.common_border_width'),
|
||||
// color: $r('app.color.common_gray_border')
|
||||
// })
|
||||
.onReachEnd(() => {
|
||||
if (this.loading || this.refreshing || this.finished) {
|
||||
return;
|
||||
|
||||
@@ -15,4 +15,5 @@ export class BasicConstant {
|
||||
|
||||
|
||||
static readonly getStartpage=BasicConstant.urlapp + "startpage";
|
||||
static readonly meetingListV2=BasicConstant.urlmyLan + "meetingListV2";
|
||||
}
|
||||
@@ -30,7 +30,7 @@
|
||||
},
|
||||
{
|
||||
"name": "hd_list_finished",
|
||||
"value": "没有更多了~"
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"name": "hd_clock_in",
|
||||
|
||||
Reference in New Issue
Block a user