康巴易测肤/伤疤uniapp小程序类
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

10 行
202B

  1. export default {
  2. props: {
  3. // 是否自动关闭其他swipe按钮组
  4. autoClose: {
  5. type: Boolean,
  6. default: uni.$u.props.swipeAction.autoClose
  7. }
  8. }
  9. }