更新:增加课程“复读”功能

This commit is contained in:
2025-12-08 18:05:45 +08:00
parent b671e8d76c
commit c3b84946fb
12 changed files with 268 additions and 225 deletions

View File

@@ -16,7 +16,7 @@
<!-- 商品列表 -->
<view class="selector-header">
<text class="title">{{ isFudu ? t('order.selectFuduScheme') : t('order.selectPurchaseScheme') }}</text>
<text class="title">{{ t('order.goodsList') }}</text>
</view>
<view class="goods-list">
<view
@@ -54,7 +54,6 @@ const { t } = useI18n()
interface Props {
show: boolean
goods: IGoods[]
isFudu?: boolean // 是否为复读
}
const props = defineProps<Props>()