This commit is contained in:
2025-04-18 16:34:23 +08:00
parent f9bac673b5
commit 5d17820abc
3 changed files with 1060 additions and 6 deletions

View File

@@ -76,16 +76,16 @@
slotProps.row.vipPrice != null slotProps.row.vipPrice != null
" "
> >
<text style="color: #e97512; font-size: 12px; font-weight: bold" <text style="color: #e97512; font-size: 28rpx; font-weight: bold"
>¥{{ slotProps.row.vipPrice.toFixed(2) }}</text >¥{{ slotProps.row.vipPrice.toFixed(2) }}</text
> >
<text style="color: #fa2d12; font-size: 10px; margin-left: 4px" <text style="color: #fa2d12; font-size: 24rpx; margin-left: 4px"
>VIP到手价</text >VIP到手价</text
> >
<text <text
style=" style="
color: #8a8a8a; color: #8a8a8a;
font-size: 10px; font-size: 24rpx;
margin-left: 4px; margin-left: 4px;
font-weight: bold; font-weight: bold;
text-decoration: line-through; text-decoration: line-through;
@@ -99,16 +99,16 @@
slotProps.row.activityPrice && slotProps.row.activityPrice > 0 slotProps.row.activityPrice && slotProps.row.activityPrice > 0
" "
> >
<text style="color: #e97512; font-size: 12px; font-weight: bold" <text style="color: #e97512; font-size: 28rpx; font-weight: bold"
>¥{{ slotProps.row.activityPrice.toFixed(2) }}</text >¥{{ slotProps.row.activityPrice.toFixed(2) }}</text
> >
<text style="color: #613804; font-size: 10px; margin-left: 4px" <text style="color: #613804; font-size: 24rpx; margin-left: 4px"
>活动价</text >活动价</text
> >
<text <text
style=" style="
color: #8a8a8a; color: #8a8a8a;
font-size: 10px; font-size: 24rpx;
margin-left: 4px; margin-left: 4px;
font-weight: bold; font-weight: bold;
text-decoration: line-through; text-decoration: line-through;

File diff suppressed because it is too large Load Diff

View File

@@ -199,6 +199,7 @@ export default {
}); // 这里转换成 字符串 }); // 这里转换成 字符串
console.log('mynavData at line 192:', mynavData) console.log('mynavData at line 192:', mynavData)
this.$refs.commonSelectGoods.close();
uni.navigateTo({ uni.navigateTo({
url: `/pages/goods/order/index?data=${mynavData}`, url: `/pages/goods/order/index?data=${mynavData}`,
}); });