Commit 931fc388 by 梁建民

js

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