会员价,优惠券,打包费相关更新

This commit is contained in:
GaoHao
2024-11-11 17:22:28 +08:00
parent 7167c2604f
commit 2caee2bd1a
7 changed files with 116 additions and 43 deletions

View File

@@ -43,9 +43,9 @@
<view class="panelfiveitemone">
{{ item.name }}
</view>
<view class="panelfiveitemtow">
<!-- <view class="panelfiveitemtow">
本店回头客第{{index+1}}
</view>
</view> -->
<view class="panelfiveitemthere flex-start">
<text>招牌</text>
</view>
@@ -1547,7 +1547,7 @@
padding: 12rpx 28rpx;
border-radius: 8rpx;
font-size: 24upx;
margin-left: 56rpx;
margin-right: 56rpx;
background: #EFEFEF;
border: 2rpx solid #EFEFEF;
position: relative;

View File

@@ -1069,7 +1069,7 @@
padding: 12rpx 28rpx;
border-radius: 8rpx;
font-size: 24upx;
margin-left: 56rpx;
margin-right: 56rpx;
background: #EFEFEF;
border: 2rpx solid #EFEFEF;
position: relative;

View File

@@ -135,9 +135,15 @@
*/
navigatorGo ( item ) {
uni.cache.set('shopId',item.shopId)
uni.pro.navigateTo('/pages/order_food/order_food', {
shopId: item.shopId
})
if ( this.type == 'confirm_order') {
uni.$emit('couponItem', JSON.stringify(item))
uni.navigateBack();
} else {
uni.pro.navigateTo('/pages/order_food/order_food', {
shopId: item.shopId
})
}
},
}
};