Commit 52afa11e authored by youjie's avatar youjie

no message

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