origanization.vue 158 B

1234567891011121314
  1. <template>
  2. <view class="">
  3. <t-c-contacts></t-c-contacts>
  4. </view>
  5. </template>
  6. <script>
  7. </script>
  8. <style>
  9. page{
  10. background-color: #f5f5f5;
  11. }
  12. </style>