Commit 502cd83a authored by tangfh's avatar tangfh

+

parent 20d74d36
......@@ -14,7 +14,7 @@
<style lang="scss">
/*每个页面公共css */
@import '@/static/common.scss';
@import '/static/common.scss';
page {
background-color: #fafafc;
}
......
......@@ -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
......@@ -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();
}
},
......
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