提交 9faa481a authored 作者: 王鹏飞's avatar 王鹏飞

chore: 修改我的学分

上级 49f048cf
<!--pages/learnSystem/myScore/myScore.wxml-->
<view class="my-score">
<view class="tips">注:</view>
<view class="tips">1. 每一门课程达到60分及格通过,低于60分需要重修,重修费用按照每学分2000元进行缴纳。</view>
<view class="tips">2. 所有课程全部通过,且10门必修课完成获得全部30学分,符合申请学位要求。</view>
<view class="tips">1. 每一门课程达到60分及格通过,低于60分需要重修。</view>
<view class="tips">2. 所有课程全部通过,获得全部30学分符合申请学位要求。</view>
<view class="progress">
<view class="progress-item">
<view class="progress-item-hd">
......@@ -17,7 +17,7 @@
</view>
</view>
</view>
<view class="progress-item">
<view class="progress-item" wx:if="{{ false }}">
<view class="progress-item-hd">
<view class="porgress-item-hd__title">综合必修平均分</view>
<view class="porgress-item-hd__core">100</view>
......@@ -43,14 +43,8 @@
<text class="col6-td5">学分</text>
<text class="col6-td6">成绩</text>
</view>
<view
class="list-title"
hover-class="none"
hover-stop-propagation="false"
wx:for="{{ score.lists }}"
wx:key="index"
>
<text class="col6-td1">{{ index }}</text>
<view class="list-title" hover-class="none" hover-stop-propagation="false" wx:for="{{ score.lists }}" wx:key="index">
<text class="col6-td1">{{ index + 1 }}</text>
<text class="col6-td2">{{ item.semester_name }}</text>
<text class="col6-td3">{{ item.course_name }}</text>
<text class="col6-td4">
......
{
"description": "项目配置文件",
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"setting": {
"urlCheck": true,
"es6": true,
......@@ -31,13 +31,16 @@
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"showES6CompileOption": false
"showES6CompileOption": false,
"disableUseStrict": false,
"useCompilerPlugins": false,
"ignoreUploadUnusedFiles": true,
"useStaticServer": true
},
"compileType": "miniprogram",
"libVersion": "2.21.3",
"appid": "wxeef6398b18cebb5e",
"projectname": "learnOnline",
"isGameTourist": false,
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
......@@ -96,5 +99,13 @@
}
]
}
},
"packOptions": {
"ignore": [],
"include": []
},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
}
\ No newline at end of file
{
"setting": {},
"condition": {
"plugin": {
"list": []
},
"game": {
"list": []
},
"gamePlugin": {
"list": []
},
"miniprogram": {
"list": [
{
......@@ -80,5 +71,6 @@
}
]
}
}
},
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
}
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论