Commit 502cd83a authored by tangfh's avatar tangfh

+

parent 20d74d36
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<style lang="scss"> <style lang="scss">
/*每个页面公共css */ /*每个页面公共css */
@import '@/static/common.scss'; @import '/static/common.scss';
page { page {
background-color: #fafafc; background-color: #fafafc;
} }
......
...@@ -3,5 +3,6 @@ ...@@ -3,5 +3,6 @@
git add . git add .
git commit -m "+" 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 https://gitee.com/tangfh666/uni-app-base.git
git remote set-url origin http://git.guoguodz.com/tangfh/uni-app-base.git git remote set-url origin http://git.guoguodz.com/tangfh/uni-app-base.git
\ No newline at end of file
...@@ -104,6 +104,7 @@ ...@@ -104,6 +104,7 @@
onShow() { onShow() {
var tab = this.tabBars[this.tabIndex]; var tab = this.tabBars[this.tabIndex];
if (!tab.content.firstRequest && tab.content.page == 1) { if (!tab.content.firstRequest && tab.content.page == 1) {
tab.content.refreshing = true;
this.getList(); this.getList();
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment