12345678910111213141516171819202122 |
- <template>
- <view>
- <!-- @功能 -->
- <!-- <view class="process" v-show="_call_s.length>0" @click="processFunc">
- <text>当前{{_call_s.length}}人@我</text>
- </view> -->
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
-
- };
- }
- }
- </script>
- <style lang="scss">
- </style>
|