|
@@ -52,6 +52,7 @@ const navHeight = computed(() => {
|
|
|
})
|
|
})
|
|
|
const totalProduct = ref<Api.shoppingCartOrderConfirm>()
|
|
const totalProduct = ref<Api.shoppingCartOrderConfirm>()
|
|
|
function handleTopNavChange(item: Api.xsbCategoriesChildren) {
|
|
function handleTopNavChange(item: Api.xsbCategoriesChildren) {
|
|
|
|
|
+ goodsLoading.value = 'loading'
|
|
|
topNavActive.value = item.code
|
|
topNavActive.value = item.code
|
|
|
leftActive.value = item.children[0].code
|
|
leftActive.value = item.children[0].code
|
|
|
show.value = false
|
|
show.value = false
|
|
@@ -642,7 +643,7 @@ function handlePay() {
|
|
|
<template #footer>
|
|
<template #footer>
|
|
|
<view class="box-border w-full flex items-center justify-between py20rpx">
|
|
<view class="box-border w-full flex items-center justify-between py20rpx">
|
|
|
<view class="w-48%">
|
|
<view class="w-48%">
|
|
|
- <wd-button hairline plain block @click="selectGoods = false">
|
|
|
|
|
|
|
+ <wd-button plain hairline block @click="selectGoods = false">
|
|
|
取消
|
|
取消
|
|
|
</wd-button>
|
|
</wd-button>
|
|
|
</view>
|
|
</view>
|