|
@@ -1,11 +1,16 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="m-tap">
|
|
<view class="m-tap">
|
|
|
- <image :src="imgSrc" mode=""></image>
|
|
|
|
|
|
|
+ <template v-if="num == 0">
|
|
|
|
|
+ <image src="~@/static/img/seckill.png" mode=""></image>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ <template else-if="num == 1">
|
|
|
|
|
+ <image src="~@/static/img/seckill.png" mode=""></image>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ <template else="num == 2">
|
|
|
|
|
+ <image src="~@/static/img/seckill.png" mode=""></image>
|
|
|
|
|
+ </template>
|
|
|
<text class="iconfont iconenter">更多</text>
|
|
<text class="iconfont iconenter">更多</text>
|
|
|
</view>
|
|
</view>
|
|
|
-<!-- <view class="">
|
|
|
|
|
- 9999999999999
|
|
|
|
|
- </view> -->
|
|
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
@@ -14,7 +19,7 @@ export default {
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
imgUrl: [
|
|
imgUrl: [
|
|
|
- '../static/img/seckill.png','../static/img/groupBooking.png','../static/img/exchange.png'
|
|
|
|
|
|
|
+ '~@/static/img/seckill.png','~@/static/img/groupBooking.png','~@/static/img/exchange.png'
|
|
|
]
|
|
]
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|