Browse Source

修复bug

master
longjieli 9 months ago
parent
commit
109a022f12
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      pages/starting/starting.vue

+ 5
- 0
pages/starting/starting.vue View File

@ -45,13 +45,18 @@
<view>2. After completing the task, you can settle the commission to the balance.</view>
</view>
</view>
<sTabbar select="2" />
</view>
</template>
<script>
import sTabbar from '@/components/base/tabBar.vue'
export default {
name: 'Starting',
components : { sTabbar },
data() {
return {


Loading…
Cancel
Save