#
whycq
2024-03-30 9ab6b38c098f857f2ce0772693142c930e4f9b6d
uni_modules/mtview-ui/components/mt-card/mt-card.vue
@@ -1,5 +1,8 @@
<template>
   <view>111</view>
   <view class="container">
      <view>商品编号</view>
      <view>商品名称</view>
   </view>
</template>
<script>
@@ -9,4 +12,9 @@
</script>
<style scoped>
   .container {
      margin: 16rpx;
      padding: 16rpx;
      background-color: #999;
   }
</style>