diff --git a/common/http.interceptor.js b/common/http.interceptor.js index 74ddf6b..ae44e21 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -42,7 +42,7 @@ const install = (Vue, vm) => { // 所以哪怕您重新登录修改了Storage,下一次的请求将会是最新值 // const token = uni.getStorageSync('token'); - const token = " Bearer 5791a135fff342a4b7e70109b6936826" + const token = " Bearer cd74d4416a9742f880424559a180121d" // console.log("我是token", token) config.header.Authorization = token; diff --git a/pages/Mystudent/Mystudent.vue b/pages/Mystudent/Mystudent.vue index 754c631..fa06730 100644 --- a/pages/Mystudent/Mystudent.vue +++ b/pages/Mystudent/Mystudent.vue @@ -118,7 +118,7 @@ 作业记录 - + 作业记录 @@ -338,9 +338,9 @@ }, backgroundColor: 'transparent', radar: [{ // 雷达图坐标系组件,只适用于雷达图。 - center: ['50%', '50%'], + center: ['50%', '55%'], // 圆中心坐标,数组的第一项是横坐标,第二项是纵坐标。[ default: ['50%', '50%'] ] - radius: '70rpx', + radius: '60rpx', // 圆的半径,数组的第一项是内半径,第二项是外半径。 startAngle: 90, // 坐标系起始角度,也就是第一个指示器轴的角度。[ default: 90 ] @@ -592,7 +592,9 @@ // flex-wrap: wrap; padding: 0 32rpx; width: 750rpx; - height: 1345.92rpx; + padding-bottom: 20rpx; + border-radius: 20rpx; + // height: 1345.92rpx; background-image: url("https://file.langsi.online/yasiimg/web/static/uBHiWpVS8LQdX241DdjX"); background-size: cover; background-position: center; @@ -773,7 +775,7 @@ } .study_info_cont_box { - + margin-bottom: 20rpx; margin-top: 32rpx; display: flex; // flex-wrap: warp; diff --git a/pages_teacher/teacher_teachers/teacher_addOperation.vue b/pages_teacher/teacher_teachers/teacher_addOperation.vue index 4ef5879..11cc65b 100644 --- a/pages_teacher/teacher_teachers/teacher_addOperation.vue +++ b/pages_teacher/teacher_teachers/teacher_addOperation.vue @@ -202,10 +202,10 @@ - - {{ item.topicEn }}: + + {{ item.topicEn }}: + class="type" style="display: inline;margin-right: 6rpx;"> 串题 跟读 模考 @@ -309,9 +309,9 @@ } }, onLoad(option) { - uni.removeStorageSync('selectedClassInfo'); - uni.removeStorageSync('selectedStuInfo'); - uni.removeStorageSync('selectforwork'); + // uni.removeStorageSync('selectedClassInfo'); + // uni.removeStorageSync('selectedStuInfo'); + // uni.removeStorageSync('selectforwork'); this.classinfo = JSON.parse(decodeURIComponent(option.classinfo)) // let classinofs = [{ // name: '阅读5班',