Feat:寻看点和抽奖

This commit is contained in:
lifizer
2024-02-06 12:42:46 +08:00
parent c88b6aa8a8
commit f3115fe7c8
73 changed files with 5324 additions and 6887 deletions
+1 -6
View File
@@ -149,9 +149,6 @@
<view v-show="activeIndex==3" class="btLine"></view>
</view>
</view>
<!-- <block v-if="inn.qrcode.length>0">-->
<!-- <drag-button :isDock="true" :existTabBar="true" @btnClick="showQrcode"/>-->
<!-- </block>-->
<view v-if="activeIndex==0" class="pics-section" style="position: relative;">
<view class="pics-list acea-row" v-if="inn.pics.length>0">
<view :style="{width:picColumnWidth}" @click="showPic(index)" class="pics-item" v-for="(url, index) in inn.pics"
@@ -249,14 +246,12 @@ import {
import {formatDateTime} from "@/utils";
import {getUrlParam} from "@/utils/common.js";
import imgBox from '@/components/imageTypeSet/imagebox.vue'
import dragButton from "@/components/drag-button/drag-button.vue";
import cookie from "@/utils/store/cookie";
var that;
export default {
components: {
imgBox,
dragButton
imgBox
},
data() {
return {