|
|
@@ -157,7 +157,7 @@ async function handleAddCart() {
|
|
|
</view>
|
|
|
</template>
|
|
|
</wd-swiper>
|
|
|
- <view class="header view-0 relative z-3 rounded-t-32rpx px24rpx pt24rpx -mt30rpx">
|
|
|
+ <view class="view-0 header relative z-3 rounded-t-32rpx px24rpx pt24rpx -mt30rpx">
|
|
|
<view class="flex items-center justify-between">
|
|
|
<view class="flex items-end text-#FF4D3A font-semibold">
|
|
|
<view class="text-24rpx">
|
|
|
@@ -357,7 +357,7 @@ async function handleAddCart() {
|
|
|
|
|
|
<view class="flex items-center">
|
|
|
<view class="w220rpx">
|
|
|
- <wd-button plain hairline block @click="selectGoods = true">
|
|
|
+ <wd-button hairline plain block @click="selectGoods = true">
|
|
|
加入购物车
|
|
|
</wd-button>
|
|
|
</view>
|
|
|
@@ -373,12 +373,12 @@ async function handleAddCart() {
|
|
|
<template #footer>
|
|
|
<view class="box-border w-full flex items-center justify-between py20rpx">
|
|
|
<view class="w-48%">
|
|
|
- <wd-button plain hairline block :loading="isLoging" :disabled="isLoging" @click="handleAddCart">
|
|
|
+ <wd-button plain hairline block :loading="isLoging" loading-color="#9ED605" @click="handleAddCart">
|
|
|
加入购物车
|
|
|
</wd-button>
|
|
|
</view>
|
|
|
<view class="w-48%">
|
|
|
- <wd-button block :loading="isLoging" :disabled="isLoging" @click="handleConfimOrder">
|
|
|
+ <wd-button block :loading="isLoging" loading-color="#9ED605" @click="handleConfimOrder">
|
|
|
立即购买
|
|
|
</wd-button>
|
|
|
</view>
|