Browse Source

不眠之梦

dev_xrcc
chenkainan 3 months ago
parent
commit
eb744767c3
  1. 4
      bmzm/chapter1/index.vue
  2. 4
      bmzm/chapter6/index.vue
  3. 2
      bmzm/chapter7/index.vue
  4. 2
      bmzm/home/home.vue

4
bmzm/chapter1/index.vue

@ -12,6 +12,10 @@
<template v-if="index == 3"> <template v-if="index == 3">
<video src="https://static.ticket.sz-trip.com/epicSoul/bmzm.mp4" style="width: 100vw;height: 30vh;" objectFit="cover"></video> <video src="https://static.ticket.sz-trip.com/epicSoul/bmzm.mp4" style="width: 100vw;height: 30vh;" objectFit="cover"></video>
</template> </template>
<!-- 动图 -->
<template v-if="index == 8">
<image src="https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter1/img7s.gif" mode="widthFix" style="width: 100vw;"></image>
</template>
</view> </view>
</swiper-item> </swiper-item>
</swiper> </swiper>

4
bmzm/chapter6/index.vue

@ -5,7 +5,7 @@
<view class="swiper-item" :style="{ backgroundImage: `url(${imageUrl})` }" <view class="swiper-item" :style="{ backgroundImage: `url(${imageUrl})` }"
@click="index == 10 ? gotoPath('/bmzm/chapter7/index') : null"> @click="index == 10 ? gotoPath('/bmzm/chapter7/index') : null">
<image src="https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/btn-img.png" mode="aspectFill" <image src="https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/btn-img.png" mode="aspectFill"
:class="['btn-img', {'btn-imgs': index == 6}]" @click="gotoPath" v-if="index == 4 || index == 6"></image> :class="['btn-img', {'btn-imgs': index == 6}]" @click="gotoPaths" v-if="index == 4 || index == 6"></image>
</view> </view>
</swiper-item> </swiper-item>
</swiper> </swiper>
@ -45,7 +45,7 @@ export default {
handleSwiperChange(e) { handleSwiperChange(e) {
this.currentIndex = e.detail.current; this.currentIndex = e.detail.current;
}, },
gotoPath() { gotoPaths() {
uni.switchTab({ uni.switchTab({
url: '/pages/index/sensoryStore' url: '/pages/index/sensoryStore'
}) })

2
bmzm/chapter7/index.vue

@ -73,7 +73,7 @@ export default {
'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img7.png' 'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img7.png'
], ],
answerObj: {}, answerObj: {},
showAnswerBox: false // answer-box showAnswerBox: false
}; };
}, },
onShow() { onShow() {

2
bmzm/home/home.vue

@ -31,7 +31,7 @@ export default {
return { return {
currentIndex: 0, currentIndex: 0,
swiperImages: [ swiperImages: [
'https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home1.gif', 'https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home1s.gif',
'https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home2.png', 'https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home2.png',
'https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home3.png', 'https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home3.png',
'https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home4.png' 'https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home4.png'

Loading…
Cancel
Save