Commit ecc837ce authored by zhengke's avatar zhengke
parents e7e58038 59c94bb5
...@@ -6,7 +6,8 @@ import request from '../utils/request.js' ...@@ -6,7 +6,8 @@ import request from '../utils/request.js'
*/ */
export function getPaperList(data) { export function getPaperList(data) {
return request({ return request({
url: '/AppletIndex/GetGuestExaminationPublishPage', //url: '/AppletIndex/GetGuestExaminationPublishPage_V2',
url: '/AppletIndex/GetGuestPublishPage_V2',
method: 'post', method: 'post',
data data
}) })
......
...@@ -100,8 +100,6 @@ ...@@ -100,8 +100,6 @@
} }
} }
onMounted(()=>{ onMounted(()=>{
console.log(103,props.item)
}) })
let that = methods; let that = methods;
return { return {
......
...@@ -101,7 +101,6 @@ export default { ...@@ -101,7 +101,6 @@ export default {
msg: { msg: {
PageIndex: 1, PageIndex: 1,
PageSize: 10, PageSize: 10,
rowsPerPage: 10,
ExamStatus: 0, ExamStatus: 0,
GuestId: 0, GuestId: 0,
}, },
......
...@@ -176,8 +176,6 @@ ...@@ -176,8 +176,6 @@
font-size: 20rpx; font-size: 20rpx;
color: #333333; color: #333333;
text-align: center; text-align: center;
} }
@keyframes to-mini @keyframes to-mini
......
...@@ -316,12 +316,12 @@ ...@@ -316,12 +316,12 @@
</view> </view>
<view class="examination" v-if='InfoData'> <view class="examination" v-if='InfoData'>
<view style="padding: 0 20px;"> <view style="padding: 0 20px;">
<view style="color: #666666;font-size: 14px;">加油哦!</view> <view style="color: #666666;font-size: 28rpx;">加油哦!</view>
<view class="row" style="justify-content: space-between;margin-top: 9px;"> <view class="row" style="justify-content: space-between;margin-top: 9px;">
<view class="row" style="color: #111111;font-size: 23px;font-weight: bold;"> <view class="row" style="color: #111111;font-size: 46rpx;font-weight: bold;">
考试 考试
</view> </view>
<view style="font-size: 14px;color: #4C50E7;" @click="gourlkaoshilist()">更多考试</view> <view style="font-size: 28rpx;color: #4C50E7;" @click="gourlkaoshilist()">更多考试</view>
</view> </view>
</view> </view>
<view class="reviewcenter" style="height: 300rpx;margin-top: 0;align-items: center;justify-content: center;" v-if="InfoData.ExamList.length==0"> <view class="reviewcenter" style="height: 300rpx;margin-top: 0;align-items: center;justify-content: center;" v-if="InfoData.ExamList.length==0">
......
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