Browse Source

修复bug

master
longjieli 11 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>2. After completing the task, you can settle the commission to the balance.</view>
</view> </view>
</view> </view>
<sTabbar select="2" />
</view> </view>
</template> </template>
<script> <script>
import sTabbar from '@/components/base/tabBar.vue'
export default { export default {
name: 'Starting', name: 'Starting',
components : { sTabbar },
data() { data() {
return { return {


Loading…
Cancel
Save