|
@@ -303,11 +303,7 @@ export default {
|
|
|
} else {
|
|
|
this.token = this.$route.query.token;
|
|
|
}
|
|
|
- },
|
|
|
- head: {
|
|
|
- title: '年卡抽奖活动',
|
|
|
- },
|
|
|
- created() {
|
|
|
+
|
|
|
if (this.$userAgent.isAndroid) {
|
|
|
this.client = 1;
|
|
|
} else if (this.$userAgent.isIos) {
|
|
@@ -317,6 +313,11 @@ export default {
|
|
|
} else {
|
|
|
this.client = 7;
|
|
|
}
|
|
|
+ },
|
|
|
+ head: {
|
|
|
+ title: '年卡抽奖活动',
|
|
|
+ },
|
|
|
+ created() {
|
|
|
this.getLuckDrawActivity();
|
|
|
this.getCarouselList();
|
|
|
},
|