This commit is contained in:
2025-04-18 16:32:32 +08:00
parent 09c087508f
commit 8e44473164
74 changed files with 24833 additions and 10335 deletions

View File

@@ -77,10 +77,14 @@
<template slot="labelSlot" slot-scope="slotProps">
<!-- isSelectGoods -->
<view
style="width: 100%;"
class="related_courses_name"
:class="`goods_item ${
selectGoodsData &&
selectGoodsData.productId == slotProps.row.productId
(!isFudu &&
selectGoodsData &&
selectGoodsData.productId == slotProps.row.productId) ||
(isFudu &&
selectGoodsData.productName == slotProps.row.productName)
? 'isSelectGoods color_shandow'
: ''
}`"
@@ -98,7 +102,7 @@
<view class="" style="align-items: center">
<!-- <text style="color: #999; text-decoration: line-through; margin-right: 20rpx;"
v-if="slotProps.row.activityPrice > 0 && slotProps.row.activityPrice < slotProps.row.price" >¥{{slotProps.row.price}}</text>
<view class="price" style="color: #258feb"
<view class="price" style="color: #3AB3AE "
>¥{{ slotProps.row.activityPrice?slotProps.row.activityPrice:slotProps.row.price }}</view
></view
> -->
@@ -163,7 +167,8 @@ export default {
"isScroll",
"selectGoodsData",
"customButtonGroup1",
"buyOptions",
"buyOptions", "isFudu", // 是否复读
"type", // 页面类型
],
data() {
return {