更新
This commit is contained in:
parent
d19f7d0bb6
commit
01de8e7b80
File diff suppressed because it is too large
Load Diff
@ -68,12 +68,6 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onReady() {
|
|
||||||
uni.setNavigationBarColor({
|
|
||||||
frontColor: '#ffffff',
|
|
||||||
backgroundColor: '#3175f9'
|
|
||||||
})
|
|
||||||
},
|
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.myEventList = []
|
this.myEventList = []
|
||||||
// this.getApproveMyList(this.params)
|
// this.getApproveMyList(this.params)
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<u-tabs
|
<u-tabs
|
||||||
:list="tabList"
|
:list="tabList"
|
||||||
@click="changeTabs"
|
@click="changeTabs"
|
||||||
lineColor="#3274F9"
|
lineColor="#0122c7"
|
||||||
itemStyle="padding-left: 15px; padding-right: 15px; height: 34px;font-size: 32rpx;"
|
itemStyle="padding-left: 15px; padding-right: 15px; height: 34px;font-size: 32rpx;"
|
||||||
></u-tabs>
|
></u-tabs>
|
||||||
</view>
|
</view>
|
||||||
|
@ -84,12 +84,6 @@
|
|||||||
areaManagerList: []
|
areaManagerList: []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onReady() {
|
|
||||||
uni.setNavigationBarColor({
|
|
||||||
frontColor: '#ffffff',
|
|
||||||
backgroundColor: '#3175f9'
|
|
||||||
})
|
|
||||||
},
|
|
||||||
onLoad() {},
|
onLoad() {},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.loadAreaManager();
|
this.loadAreaManager();
|
||||||
|
@ -234,12 +234,6 @@
|
|||||||
download_file
|
download_file
|
||||||
} from "@/api/junziqian.js"
|
} from "@/api/junziqian.js"
|
||||||
export default {
|
export default {
|
||||||
onReady() {
|
|
||||||
uni.setNavigationBarColor({
|
|
||||||
frontColor: '#ffffff',
|
|
||||||
backgroundColor: '#3175f9'
|
|
||||||
})
|
|
||||||
},
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
id: '',
|
id: '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user