暂存
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
<view class="" style="width: 60%; text-align: center;">
|
||||
<button type="primary" @click="pupShow = true">新开一个班级</button>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="tabsBox" :class="[fixed ? 'fixed' : '' ]">
|
||||
<u-tabs v-if="tabList.length > 0" :class="['tabList']" @click="fatherClick" :current="curTagId"
|
||||
:activeStyle="activeStyle" :scrollable="scrollable" :list="tabList"
|
||||
@@ -182,6 +182,7 @@
|
||||
},
|
||||
//页面显示
|
||||
onShow() {
|
||||
this.addType = undefined
|
||||
// 隐藏原生的tabbar
|
||||
// uni.hideTabBar();
|
||||
},
|
||||
@@ -221,8 +222,7 @@
|
||||
goCreateClass(){
|
||||
console.log('this.addType',this.addType);
|
||||
if(this.addType != undefined){
|
||||
this.pupShow = false
|
||||
this.addType = undefined
|
||||
this.pupShow = false
|
||||
setTimeout(()=> {
|
||||
uni.navigateTo({
|
||||
url:`/pages/miniClass/addClass?type=${this.addType}`
|
||||
|
||||
Reference in New Issue
Block a user