修改首页下拉

This commit is contained in:
魏啾
2024-05-30 14:07:19 +08:00
parent 63d85521eb
commit a4d0bc8177
6 changed files with 30 additions and 40 deletions

View File

@@ -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;