修改首页下拉
This commit is contained in:
@@ -141,27 +141,11 @@
|
||||
{{listdata.purchaseNotice.refundPolicy || '无'}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="fivecontenitem">
|
||||
<view class="fivecontenitem" v-if="listdata.purchaseNotice.usageRules">
|
||||
<view class="fivecontenitemone">
|
||||
使用规则
|
||||
</view>
|
||||
<view class="fivecontenitemtow">
|
||||
不可使用包间
|
||||
本单发票由商家提供,详情请咨询商家
|
||||
堂食外带均可
|
||||
1.购买:本券购买后,无需复制券码,进入书亦烧仙草小APP/
|
||||
程序【我的-兑换卡券】点击【获取美团券】即可。
|
||||
2.使用:请登录书亦烧仙草APP/小程序,选择对应商品,结算时
|
||||
券会自动抵扣。
|
||||
3.限1件商品使用,不可抵扣配送费、奶油等附加费用,如遇门
|
||||
店原料不足无法供应时,或售罄,您可视情况更换核销门店或
|
||||
退款处理。
|
||||
4.适用范围:部分门店不可用,最终已下单时系统结算为准。
|
||||
5.售后服务:如有疑问请致电400-888-1717。
|
||||
团购用户可享受店内其他所有优惠
|
||||
使用优惠券购买团单,有效期以优惠券规则为准
|
||||
每人每天最多购买2张美团券
|
||||
无需预约,消费高峰期可能需要等位
|
||||
<view class="fivecontenitemtow" v-html="listdata.purchaseNotice.usageRules">
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -403,7 +387,7 @@
|
||||
// 通用门店
|
||||
productgeneralstore(name) {
|
||||
uni.navigateTo({
|
||||
url:'/pages/product/generalstore?name=' + encodeURIComponent(JSON.stringify(name))
|
||||
url: '/pages/product/generalstore?name=' + encodeURIComponent(JSON.stringify(name))
|
||||
})
|
||||
},
|
||||
goMap(d) {
|
||||
@@ -1119,9 +1103,8 @@
|
||||
}
|
||||
|
||||
.classshowpopupitem {
|
||||
margin-top: 32rpx;
|
||||
|
||||
.classshowpopupitemone {
|
||||
margin-top: 32rpx;
|
||||
font-family: Source Han Sans CN, Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
font-size: 32rpx;
|
||||
@@ -1129,6 +1112,7 @@
|
||||
}
|
||||
|
||||
.classshowpopupitemtow {
|
||||
margin-top: 16rpx;
|
||||
font-family: Source Han Sans CN, Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
|
||||
Reference in New Issue
Block a user