无需迁移的组件,批量 review

This commit is contained in:
YunaiV
2023-12-16 22:03:37 +08:00
parent 82b751e49c
commit 19d90f5df5
10 changed files with 16 additions and 7 deletions
@@ -1,3 +1,4 @@
<!-- 商品详情cell 组件 -->
<template>
<view class="detail-cell-wrap ss-flex ss-col-center ss-row-between" @tap="onClick">
<view class="label-text">{{ label }}</view>
@@ -13,7 +14,6 @@
* 详情 cell
*
*/
const props = defineProps({
label: {
type: String,