@@ -288,6 +288,9 @@ export default {
this.getLuckDrawActivity();
this.getCarouselList();
},
+ mounted() {
+ console.log(window.navigator.userAgent)
+ },
methods: {
async getCarouselList() {
const res = await this.$axios.$post('/activity/v1/member/carousel');
@@ -18,7 +18,7 @@ function handleQuit() {
type: 'get',
dataType: 'json',
- function(res) {
+ success: function (res) {
if (res.status === 0) {
ws.close();
wsss.close();
decodeWoker.postMessage('close');
decodeWoker.terminate();