Commit 52afa11e authored by youjie's avatar youjie

no message

parent bc1a7b23
......@@ -2,7 +2,7 @@
<page-meta :page-style="showPopu?'overflow:hidden;':''">
<view class="indexpage">
<navbar class="navbarSticky" bg="#F6F6F6">
<view class="index-header-box">
<!-- <view class="index-header-box">
<view class="index-header-img">
<van-image width="100%" height="100%" fit="cover" class="img" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653464014000_713.png" />
</view>
......@@ -12,7 +12,8 @@
</view>
<view class="index-header-name">{{userData.AccountName}}</view>
</view>
</view>
</view> -->
<signOut></signOut>
</navbar>
<view style="margin: 40rpx 0 10rpx 0;">
<view style="padding:0 50rpx;font-weight: 800;color: #282828;">
......@@ -47,6 +48,7 @@
import JobComponents from '@/components/index/JobComponents'
import examComponents from '@/components/index/examComponents'
import commentsComponents from '@/components/index/commentsComponents'
import signOut from "@/components/signOut";
import vue, {
ref,
reactive,
......@@ -77,7 +79,8 @@
courseCard,
JobComponents,
examComponents,
commentsComponents
commentsComponents,
signOut
},
setup(props) {
let {
......@@ -104,7 +107,6 @@
});
},
changeCourseHandler(id){
console.log(id,',,,,,,,,,,,,,')
methods.getStuHomeWorkAndExam(id)
},
getStuCourse() {
......
......@@ -2,7 +2,7 @@
<page-meta :page-style="showPopu?'overflow:hidden;':''">
<view class="workSituationpage">
<navbar class="navbarSticky" bg="#F6F6F6">
<view class="index-header-box" @click="back">
<!-- <view class="index-header-box" @click="back">
<view class="index-header-img">
<van-image width="100%" height="100%" fit="cover" class="img"
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653464014000_713.png" />
......@@ -13,7 +13,8 @@
</view>
<view class="index-header-name">{{userData.AccountName}}</view>
</view>
</view>
</view> -->
<signOut></signOut>
</navbar>
<view style="margin: 40rpx 0 10rpx 0;" class="workSituationAccountName flex">
<view style="padding:0 50rpx;font-weight: 800;color: #282828;">
......@@ -63,6 +64,7 @@
import operation from '@/components/index/workSituation/operation'
import studentList from '@/components/index/workSituation/studentList'
import examList from '@/components/index/workSituation/examList'
import signOut from "@/components/signOut";
import vue, {
ref,
reactive,
......@@ -92,7 +94,8 @@
operation,
studentList,
examList,
Loadmore
Loadmore,
signOut
},
setup(props) {
let {
......@@ -380,6 +383,7 @@
margin-right: 20rpx;
background: #FFFFFF;
}
.workSituationpage {
min-height: 100vh;
background-color: #f6f6f6;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment