更新:增加课程“复读”功能
This commit is contained in:
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user