Commit 931fc388 by 梁建民

js

parent 8dafe026
...@@ -157,6 +157,7 @@ ...@@ -157,6 +157,7 @@
getPop: false, //获得机会弹窗,没机会时展示 getPop: false, //获得机会弹窗,没机会时展示
getPops: false, getPops: false,
quota: '', quota: '',
finished:false,
quotaNum: '', quotaNum: '',
loadingYp: false, loadingYp: false,
applyCount: 0, applyCount: 0,
...@@ -182,7 +183,6 @@ ...@@ -182,7 +183,6 @@
ziYingIndex: state => state.sample.ziYingIndex, ziYingIndex: state => state.sample.ziYingIndex,
aggs: state => state.sample.aggs, aggs: state => state.sample.aggs,
goodList: state => state.sample.goodList, goodList: state => state.sample.goodList,
finished: state => state.sample.finished,
loading: state => state.sample.loading, loading: state => state.sample.loading,
getsamplebanner: state => state.sample.getsamplebanner getsamplebanner: state => state.sample.getsamplebanner
}) })
...@@ -272,7 +272,7 @@ ...@@ -272,7 +272,7 @@
}, },
onLoad() { onLoad() {
this.p++; this.p++;
this.finished=true;
}, },
getuserf() { getuserf() {
this.getPop = false; this.getPop = false;
......
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 sign in to comment