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
502cd83a
Commit
502cd83a
authored
Jul 17, 2023
by
tangfh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+
parent
20d74d36
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
App.vue
App.vue
+1
-1
README.md
README.md
+1
-0
base-tab.vue
pages/template/base-tab.vue
+1
-0
No files found.
App.vue
View file @
502cd83a
...
...
@@ -14,7 +14,7 @@
<
style
lang=
"scss"
>
/*每个页面公共css */
@import
'
@
/static/common.scss'
;
@import
'/static/common.scss'
;
page
{
background-color
:
#fafafc
;
}
...
...
README.md
View file @
502cd83a
...
...
@@ -3,5 +3,6 @@
git add .
git commit -m "+"
git push origin master
git remote set-url origin https://gitee.com/tangfh666/uni-app-base.git
git remote set-url origin http://git.guoguodz.com/tangfh/uni-app-base.git
\ No newline at end of file
pages/template/base-tab.vue
View file @
502cd83a
...
...
@@ -104,6 +104,7 @@
onShow
()
{
var
tab
=
this
.
tabBars
[
this
.
tabIndex
];
if
(
!
tab
.
content
.
firstRequest
&&
tab
.
content
.
page
==
1
)
{
tab
.
content
.
refreshing
=
true
;
this
.
getList
();
}
},
...
...
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