|
@@ -1,7 +1,8 @@
|
|
|
<template>
|
|
<template>
|
|
|
<uni-popup ref="popupRef" :animation="false" :is-mask-click="false" type="top"
|
|
<uni-popup ref="popupRef" :animation="false" :is-mask-click="false" type="top"
|
|
|
mask-background-color="rgba(255, 255, 255, 0.6);" class="ezy-popup-width-all">
|
|
mask-background-color="rgba(255, 255, 255, 0.6);" class="ezy-popup-width-all">
|
|
|
- <view class="ezy-result-page" :style="{backgroundImage: 'url(' + courseBjFun() + ')'}">
|
|
|
|
|
|
|
+<!-- <view class="ezy-result-page" :style="{backgroundImage: 'url(' + courseBjFun() + ')'}">-->
|
|
|
|
|
+ <view class="ezy-result-page">
|
|
|
<view class="icon-title-navBar-box">
|
|
<view class="icon-title-navBar-box">
|
|
|
<view @click="handleBack" class="nav-bar-icon"></view>
|
|
<view @click="handleBack" class="nav-bar-icon"></view>
|
|
|
<view class="nav-bar-title">成绩</view>
|
|
<view class="nav-bar-title">成绩</view>
|
|
@@ -187,7 +188,7 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- function courseBjFun() {
|
|
|
|
|
|
|
+/* function courseBjFun() {
|
|
|
const cardId = Number(props.cardId);
|
|
const cardId = Number(props.cardId);
|
|
|
switch (cardId) {
|
|
switch (cardId) {
|
|
|
case 1:
|
|
case 1:
|
|
@@ -199,7 +200,7 @@
|
|
|
default:
|
|
default:
|
|
|
break;
|
|
break;
|
|
|
}
|
|
}
|
|
|
- }
|
|
|
|
|
|
|
+ }*/
|
|
|
|
|
|
|
|
defineExpose({
|
|
defineExpose({
|
|
|
showPopup,
|
|
showPopup,
|