tttt.vue 308 B

12345678910111213141516171819202122
  1. <template>
  2. <view>
  3. <!-- @功能 -->
  4. <!-- <view class="process" v-show="_call_s.length>0" @click="processFunc">
  5. <text>当前{{_call_s.length}}人@我</text>
  6. </view> -->
  7. </view>
  8. </template>
  9. <script>
  10. export default {
  11. data() {
  12. return {
  13. };
  14. }
  15. }
  16. </script>
  17. <style lang="scss">
  18. </style>