|
|
|
|
@ -158,7 +158,13 @@
|
|
|
|
|
|
|
|
|
|
<transition name="qrcode-pop" enter-active-class="fade-in" leave-to-class="fade-out">
|
|
|
|
|
<view class="qrcode-pop_cover" v-show="isShowQr" @click="isShowQr = false">
|
|
|
|
|
<image src="" class="qrcode-pop_cover_img"></image>
|
|
|
|
|
<view v-if="taskId === 2" class="qrcode-pop_cover_img">
|
|
|
|
|
<image src="/static/jscn-qrcode.jpeg"></image>
|
|
|
|
|
<image src="/static/sph-qrcode.jpeg"></image>
|
|
|
|
|
</view>
|
|
|
|
|
<view v-else class="qrcode-pop_cover_img">
|
|
|
|
|
<image src="/static/sjg-qrcode.png"></image>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="qrcode-pop_cover_word">
|
|
|
|
|
扫码{{ taskId === 2 ? '关注' : '下载' }}
|
|
|
|
|
</view>
|
|
|
|
|
@ -663,13 +669,19 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&_img {
|
|
|
|
|
background: #fff;
|
|
|
|
|
width: 100vw;
|
|
|
|
|
transform: translate(-50%,-50%);
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 50%;
|
|
|
|
|
top: 50%;
|
|
|
|
|
width: 300rpx;
|
|
|
|
|
height: 300rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-evenly;
|
|
|
|
|
|
|
|
|
|
& > image {
|
|
|
|
|
width: 300rpx;
|
|
|
|
|
height: 300rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|