Feat:寻看点和抽奖
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user