油站小程序
This commit is contained in:
parent
f4e97540f3
commit
936812a15e
@ -9,9 +9,12 @@
|
||||
<view class="mub">
|
||||
<view class="mub-box" v-for="(item,index) in activityList" :key="index">
|
||||
|
||||
<view class="right-box">
|
||||
<view class="right-box" v-if="index!=0">
|
||||
立即前往
|
||||
</view>
|
||||
<view class="right-box" v-if="index==0">
|
||||
最新活动
|
||||
</view>
|
||||
<view class="box-img" @click="intoOtherPage(item.name)">
|
||||
<image src="../../static/imgs/xfyl.png" v-if="item.name == '消费有礼活动'"></image>
|
||||
<image src="../../static/imgs/zkyx.png" v-if="item.name == '折扣营销活动'"></image>
|
||||
|
Loading…
Reference in New Issue
Block a user