Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
learn-online
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
learn-online
Commits
9faa481a
提交
9faa481a
authored
6月 15, 2022
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: 修改我的学分
上级
49f048cf
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
23 行增加
和
24 行删除
+23
-24
myScore.wxml
learnOnline/pages/learnSystem/myScore/myScore.wxml
+5
-11
project.config.json
learnOnline/project.config.json
+15
-3
project.private.config.json
learnOnline/project.private.config.json
+3
-10
没有找到文件。
learnOnline/pages/learnSystem/myScore/myScore.wxml
浏览文件 @
9faa481a
<!--pages/learnSystem/myScore/myScore.wxml-->
<!--pages/learnSystem/myScore/myScore.wxml-->
<view class="my-score">
<view class="my-score">
<view class="tips">注:</view>
<view class="tips">注:</view>
<view class="tips">1. 每一门课程达到60分及格通过,低于60分需要重修
,重修费用按照每学分2000元进行缴纳
。</view>
<view class="tips">1. 每一门课程达到60分及格通过,低于60分需要重修。</view>
<view class="tips">2. 所有课程全部通过,
且10门必修课完成获得全部30学分,
符合申请学位要求。</view>
<view class="tips">2. 所有课程全部通过,
获得全部30学分
符合申请学位要求。</view>
<view class="progress">
<view class="progress">
<view class="progress-item">
<view class="progress-item">
<view class="progress-item-hd">
<view class="progress-item-hd">
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
</view>
</view>
</view>
</view>
</view>
</view>
<view class="progress-item">
<view class="progress-item"
wx:if="{{ false }}"
>
<view class="progress-item-hd">
<view class="progress-item-hd">
<view class="porgress-item-hd__title">综合必修平均分</view>
<view class="porgress-item-hd__title">综合必修平均分</view>
<view class="porgress-item-hd__core">100</view>
<view class="porgress-item-hd__core">100</view>
...
@@ -43,14 +43,8 @@
...
@@ -43,14 +43,8 @@
<text class="col6-td5">学分</text>
<text class="col6-td5">学分</text>
<text class="col6-td6">成绩</text>
<text class="col6-td6">成绩</text>
</view>
</view>
<view
<view class="list-title" hover-class="none" hover-stop-propagation="false" wx:for="{{ score.lists }}" wx:key="index">
class="list-title"
<text class="col6-td1">{{ index + 1 }}</text>
hover-class="none"
hover-stop-propagation="false"
wx:for="{{ score.lists }}"
wx:key="index"
>
<text class="col6-td1">{{ index }}</text>
<text class="col6-td2">{{ item.semester_name }}</text>
<text class="col6-td2">{{ item.semester_name }}</text>
<text class="col6-td3">{{ item.course_name }}</text>
<text class="col6-td3">{{ item.course_name }}</text>
<text class="col6-td4">
<text class="col6-td4">
...
...
learnOnline/project.config.json
浏览文件 @
9faa481a
{
{
"description"
:
"项目配置文件
。
"
,
"description"
:
"项目配置文件
,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html
"
,
"setting"
:
{
"setting"
:
{
"urlCheck"
:
true
,
"urlCheck"
:
true
,
"es6"
:
true
,
"es6"
:
true
,
...
@@ -31,13 +31,16 @@
...
@@ -31,13 +31,16 @@
"packNpmManually"
:
false
,
"packNpmManually"
:
false
,
"packNpmRelationList"
:
[],
"packNpmRelationList"
:
[],
"minifyWXSS"
:
true
,
"minifyWXSS"
:
true
,
"showES6CompileOption"
:
false
"showES6CompileOption"
:
false
,
"disableUseStrict"
:
false
,
"useCompilerPlugins"
:
false
,
"ignoreUploadUnusedFiles"
:
true
,
"useStaticServer"
:
true
},
},
"compileType"
:
"miniprogram"
,
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.21.3"
,
"libVersion"
:
"2.21.3"
,
"appid"
:
"wxeef6398b18cebb5e"
,
"appid"
:
"wxeef6398b18cebb5e"
,
"projectname"
:
"learnOnline"
,
"projectname"
:
"learnOnline"
,
"isGameTourist"
:
false
,
"simulatorType"
:
"wechat"
,
"simulatorType"
:
"wechat"
,
"simulatorPluginLibVersion"
:
{},
"simulatorPluginLibVersion"
:
{},
"condition"
:
{
"condition"
:
{
...
@@ -96,5 +99,13 @@
...
@@ -96,5 +99,13 @@
}
}
]
]
}
}
},
"packOptions"
:
{
"ignore"
:
[],
"include"
:
[]
},
"editorSetting"
:
{
"tabIndent"
:
"insertSpaces"
,
"tabSize"
:
2
}
}
}
}
\ No newline at end of file
learnOnline/project.private.config.json
浏览文件 @
9faa481a
{
{
"setting"
:
{},
"setting"
:
{},
"condition"
:
{
"condition"
:
{
"plugin"
:
{
"list"
:
[]
},
"game"
:
{
"list"
:
[]
},
"gamePlugin"
:
{
"list"
:
[]
},
"miniprogram"
:
{
"miniprogram"
:
{
"list"
:
[
"list"
:
[
{
{
...
@@ -80,5 +71,6 @@
...
@@ -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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论