Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
U
uni-app-base
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tangfh
uni-app-base
Commits
cb43672c
Commit
cb43672c
authored
Jul 19, 2023
by
tangfh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+
parent
259bab9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
base-page.vue
pages/template/base-page.vue
+8
-7
No files found.
pages/template/base-page.vue
View file @
cb43672c
...
@@ -13,11 +13,11 @@
...
@@ -13,11 +13,11 @@
<scroll-view
class=
"scroll-view"
scroll-y=
"true"
enable-back-to-top=
"true"
:refresher-enabled=
"refresherEnabled"
<scroll-view
class=
"scroll-view"
scroll-y=
"true"
enable-back-to-top=
"true"
:refresher-enabled=
"refresherEnabled"
@
refresherrefresh=
"onRefresh"
@
scrolltolower=
"onLoadMore"
:refresher-triggered=
"refresherTriggered"
@
refresherrefresh=
"onRefresh"
@
scrolltolower=
"onLoadMore"
:refresher-triggered=
"refresherTriggered"
:style=
"
{'height':(scrollViewHeight+'px')}">
:style=
"
{'height':(scrollViewHeight+'px')}">
<view
class=
"flex-column"
v-if=
"items.length > 0"
:style=
"
{'min-height': (scrollViewHeight + 'px')}">
<view
class=
"flex-column"
v-if=
"
detail ||
items.length > 0"
:style=
"
{'min-height': (scrollViewHeight + 'px')}">
</view>
</view>
<c-status-view
@
onStatusClick=
"onStatusClick"
v-if=
"contentStatus.value"
></c-status-view>
<c-status-view
@
onStatusClick=
"onStatusClick"
v-if=
"contentStatus.value"
></c-status-view>
<uni-load-more
:status=
"loadMoreStatus"
:icon-size=
"16"
v-if=
"items.length > 0"
<uni-load-more
:status=
"loadMoreStatus"
:icon-size=
"16"
v-if=
"
detail ||
items.length > 0"
:content-text=
"loadMoreViewContentText"
/>
:content-text=
"loadMoreViewContentText"
/>
</scroll-view>
</scroll-view>
<view
class=
"com-view-bottom"
:style=
"
{paddingBottom: bottomBtnPaddingBottom}">
<view
class=
"com-view-bottom"
:style=
"
{paddingBottom: bottomBtnPaddingBottom}">
...
@@ -34,13 +34,13 @@
...
@@ -34,13 +34,13 @@
return
{
return
{
option
:
{
option
:
{
navBar
:
{
navBar
:
{
title
:
'
添加店员
'
,
title
:
'
标题
'
,
center
:
{
center
:
{
right
:
{
right
:
{
icon
:
"
/static/btn_bar_screen
.png"
icon
:
"
btn_bar_historydata
.png"
},
},
right2
:
{
right2
:
{
icon
:
"
/static/btn_problem.png
"
icon
:
""
}
}
}
}
}
}
...
@@ -61,6 +61,7 @@
...
@@ -61,6 +61,7 @@
channel
:
"ongoning"
,
channel
:
"ongoning"
,
firstRequest
:
true
,
firstRequest
:
true
,
bottomBtnPaddingBottom
:
""
,
bottomBtnPaddingBottom
:
""
,
detail
:
null
,
}
}
},
},
onLoad
(
option
)
{
onLoad
(
option
)
{
...
@@ -207,4 +208,4 @@
...
@@ -207,4 +208,4 @@
.image-fashion-logo
{
.image-fashion-logo
{
width
:
136rpx
;
width
:
136rpx
;
}
}
</
style
>
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment