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
e5f37d31
Commit
e5f37d31
authored
Jul 21, 2023
by
tangfh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+
parent
09d90918
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
README.md
README.md
+1
-0
base-page.vue
pages/template/base-page.vue
+6
-4
No files found.
README.md
View file @
e5f37d31
# uni-app 基础框架
自定义navBar + scroll-view下拉刷新、上拉加载 + 官方tabBar
git add .
git commit -m "+"
git push origin master
...
...
pages/template/base-page.vue
View file @
e5f37d31
...
...
@@ -21,7 +21,7 @@
:content-text=
"loadMoreViewContentText"
/>
</scroll-view>
<view
class=
"com-view-bottom"
:style=
"
{paddingBottom: bottomBtnPaddingBottom}">
<text
class=
"text-bottom-btn"
@
click=
"onBottomBtnClick"
>
底部按钮
</text>
<text
class=
"text-bottom-btn"
@
click=
"onBottomBtnClick"
>
{{
detail
.
btnText
}}
</text>
</view>
</view>
</
template
>
...
...
@@ -35,10 +35,10 @@
return
{
option
:
{
navBar
:
{
title
:
'
标题
'
,
title
:
'
店铺信息认证
'
,
center
:
{
right
:
{
icon
:
"
btn_bar_historydata.png
"
icon
:
""
},
right2
:
{
icon
:
""
...
...
@@ -62,7 +62,9 @@
channel
:
"ongoning"
,
firstRequest
:
true
,
bottomBtnPaddingBottom
:
""
,
detail
:
null
,
detail
:
{
btnText
:
"下一步"
,
},
}
},
onLoad
(
option
)
{
...
...
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