|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
- <guide style="z-index: 3" v-if="hasPresent === false"/>
|
|
|
+ <guide style="z-index: 99" v-if="hasPresent === false"/>
|
|
|
<van-swipe :autoplay="3000" style="margin: 10px 10px;" :initial-swipe="1">
|
|
|
<van-swipe-item v-for="(image, index) in images" :key="index">
|
|
|
<img v-lazy="image" style="width: 100%"/>
|
|
@@ -118,7 +118,6 @@
|
|
|
confirmButtonText: '查看校卡信息',
|
|
|
cancelButtonText: '查看礼物'
|
|
|
}).then(() => {
|
|
|
-
|
|
|
Toast.loading({
|
|
|
mask: true,
|
|
|
message: '加载中...',
|
|
@@ -133,7 +132,7 @@
|
|
|
});
|
|
|
let present = this.presents[i];
|
|
|
this.$router.push({
|
|
|
- path: 'giftDetail', query: {presentId: present.goodid}
|
|
|
+ path: 'giftDetail', query: {presentId: present.id}
|
|
|
});
|
|
|
});
|
|
|
} else {
|