@@ -87,7 +87,6 @@ export default {
},
onLoad() {
this.getList()
- console.log(getApp());
methods: {
// 获取页面信息
@@ -171,6 +170,7 @@ export default {
// 再抽一次
getAgain() {
+ this.getList()
this.$refs.popup.close()
this.startCallBack()