|
@@ -288,6 +288,9 @@ export default {
|
|
this.getLuckDrawActivity();
|
|
this.getLuckDrawActivity();
|
|
this.getCarouselList();
|
|
this.getCarouselList();
|
|
},
|
|
},
|
|
|
|
+ mounted() {
|
|
|
|
+ console.log(window.navigator.userAgent)
|
|
|
|
+ },
|
|
methods: {
|
|
methods: {
|
|
async getCarouselList() {
|
|
async getCarouselList() {
|
|
const res = await this.$axios.$post('/activity/v1/member/carousel');
|
|
const res = await this.$axios.$post('/activity/v1/member/carousel');
|