customer.vue 266 B

123456789101112131415
  1. <template>
  2. <hc-sys class="hc-my-customer-page" :isNavBar="false">
  3. <view class="p-4 text-center text-26">暂无相关消息</view>
  4. </hc-sys>
  5. </template>
  6. <script setup>
  7. </script>
  8. <style lang="scss" scoped>
  9. page {
  10. background: #EFEFF4;
  11. }
  12. </style>