添加门店选购商品页面

This commit is contained in:
2025-04-25 17:22:01 +08:00
parent b3fbfd4f0f
commit 5eb6d1b3b8
101 changed files with 3313 additions and 191 deletions

View File

@ -48,7 +48,7 @@
<!-- 下单 -->
<view class="order u-flex u-row-between">
<view class="bg-white u-text-center">
<view class="bg-white u-text-center" @click="buy">
<view class="text-default xxl">预约下单</view>
<view class="xs text-999">极速送达更便捷</view>
<view class="u-flex u-row-center">
@ -107,6 +107,13 @@
})
},
// 立即下单
buy() {
uni.navigateTo({
url: '/pages/store/store'
})
},
// 签到
signin() {
uni.navigateTo({