油站小程序
This commit is contained in:
parent
f8a1fdea61
commit
4d5b7529e4
@ -7,11 +7,13 @@
|
||||
<view class="my-icons"></view>
|
||||
</view>
|
||||
<view class="mub">
|
||||
<view class="mub-box" v-for="(item,index) in activityList" :key="index"
|
||||
@click="intoOtherPage(item.name)">
|
||||
<view class="right-box">
|
||||
<view class="mub-box" v-for="(item,index) in activityList" :key="index">
|
||||
<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>
|
||||
@ -22,8 +24,8 @@
|
||||
</view>
|
||||
<view class="box-size">
|
||||
<view class="box-s-title">{{item.name || "活动标题"}}</view>
|
||||
<view class="box-s-size">{{item.des || "内容"}}</view>
|
||||
<!-- <view class="dis-box">
|
||||
<view class="box-s-size">{{item.des || "内容"}}</view>
|
||||
<!-- <view class="dis-box">
|
||||
<view class="dian"></view>
|
||||
<view class="h_size">适用用户:普通会员、银牌会员、V2</view>
|
||||
</view>
|
||||
@ -238,4 +240,4 @@
|
||||
font-weight: 400;
|
||||
color: #777777;
|
||||
}
|
||||
</style>
|
||||
</style>
|
@ -105,9 +105,7 @@
|
||||
exchangeQuantity: '',
|
||||
exchangeMethod: '',
|
||||
shippingType: '',
|
||||
|
||||
amount: '',
|
||||
|
||||
courierCompanies: '',
|
||||
theTrackingNumber: ''
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
<image src="../../static/imgs/mjyh.png" v-if="title == '满减营销活动'"></image>
|
||||
<image src="../../static/imgs/xryl.png" v-if="title == '新人有礼活动'"></image>
|
||||
<image src="../../static/imgs/yqyl.png" v-if="title == '推荐有礼活动'"></image>
|
||||
<image src="../../static/imgs/chongzhi.png" v-if="title == '储值卡充值活动'"></image>
|
||||
</view>
|
||||
<view class="center-box" v-for="(item,index) in datas" :key="index" v-if="title == '消费有礼活动'">
|
||||
<view class=" title-box">活动介绍</view>
|
||||
|
Loading…
Reference in New Issue
Block a user