|
@@ -199,7 +199,6 @@ export default {
|
|
|
);
|
|
|
that.$refs.myLucky.stop(index);
|
|
|
that.queryAwardCount();
|
|
|
- that.getWinningList();
|
|
|
setTimeout(() => {
|
|
|
that.loading = false;
|
|
|
that.showWinningResult(res.data, index);
|
|
@@ -209,6 +208,7 @@ export default {
|
|
|
showWinningResult(data, index) {
|
|
|
console.log("中奖结果", data);
|
|
|
let that = this;
|
|
|
+ that.getWinningList();
|
|
|
uni.showModal({
|
|
|
title: "恭喜您抽中",
|
|
|
content: data.awardname,
|