Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
learn-online
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
learn-online
Commits
5b59c2ea
提交
5b59c2ea
authored
10月 22, 2018
作者:
GOD_ZYX
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
清控紫荆课堂
上级
ade1ff50
隐藏空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
21 行增加
和
9 行删除
+21
-9
README.md
README.md
+9
-0
app.json
learnOnline/app.json
+1
-1
hd-logo.png
learnOnline/pages/index/icons/hd-logo.png
+0
-0
index.json
learnOnline/pages/index/index.json
+1
-1
index.wxml
learnOnline/pages/index/index.wxml
+1
-1
courseContent.json
...Online/pages/learnSystem/courseContent/courseContent.json
+2
-1
home.json
learnOnline/pages/learnSystem/home/home.json
+2
-1
home.wxml
learnOnline/pages/learnSystem/home/home.wxml
+1
-1
show.json
learnOnline/pages/videoPlayer/show.json
+2
-1
project.config.json
learnOnline/project.config.json
+2
-2
没有找到文件。
README.md
浏览文件 @
5b59c2ea
# 小程序 - 开发项目
# 当前为 企业教育系统
# 必须修改 内容:2018.10.22
1.
所有 MBA学习系统 - 改成 紫荆教育学习系统
2.
去掉 Logo 中 sofia
3.
去掉 选课广场
4.
修改 对应 appId号
## 使用与运行
*
打开小程序 “微信开发者工具” 预览、调试、发布、上传都可以。
-
`微信开发者工具`
:
<a
href=
"https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html"
target=
"_blank"
>
下载地址
</a>
...
...
learnOnline/app.json
浏览文件 @
5b59c2ea
...
...
@@ -20,7 +20,7 @@
"window"
:
{
"navigationBarBackgroundColor"
:
"#fff"
,
"navigationBarTextStyle"
:
"black"
,
"navigationBarTitleText"
:
"
MBA学习系统
"
"navigationBarTitleText"
:
"
清控紫荆课堂
"
},
"tabBar"
:
{
"borderStyle"
:
"#dcdcdc"
,
...
...
learnOnline/pages/index/icons/hd-logo.png
查看替换文件 @
ade1ff50
浏览文件 @
5b59c2ea
3.8 KB
|
W:
|
H:
17.3 KB
|
W:
|
H:
2-up
Swipe
Onion skin
learnOnline/pages/index/index.json
浏览文件 @
5b59c2ea
{
"navigationBarTitleText"
:
"
MBA学习系统
"
,
"navigationBarTitleText"
:
"
清控紫荆课堂
"
,
"navigationBarTextStyle"
:
"white"
,
"navigationBarBackgroundColor"
:
"#414141"
,
"disableScroll"
:
true
...
...
learnOnline/pages/index/index.wxml
浏览文件 @
5b59c2ea
...
...
@@ -4,7 +4,7 @@
<view class='container'>
<image class='bg' src='./icons/bg.png' mode='aspectFill'></image>
<image class='logo' src='./icons/hd-logo.png' mode='aspectFit'></image>
<view class='text'>
在线学习系统
</view>
<view class='text'>
清控紫荆课堂
</view>
<button class='btn' open-type='getUserInfo' bindgetuserinfo='getUserInfo'>登录</button>
<view class='userinfo'>
<!-- wx:if='{{!hasUserInfo && canIUse}}' -->
...
...
learnOnline/pages/learnSystem/courseContent/courseContent.json
浏览文件 @
5b59c2ea
...
...
@@ -2,5 +2,5 @@
"enablePullDownRefresh"
:
true
,
"navigationBarBackgroundColor"
:
"#fff"
,
"navigationBarTextStyle"
:
"black"
,
"navigationBarTitleText"
:
"
MBA学习系统
"
"navigationBarTitleText"
:
"
清控紫荆课堂
"
}
\ No newline at end of file
learnOnline/pages/learnSystem/home/home.json
浏览文件 @
5b59c2ea
{
"navigationBarBackgroundColor"
:
"#fff"
,
"navigationBarTextStyle"
:
"black"
,
"navigationBarTitleText"
:
"
MBA学习系统
"
"navigationBarTitleText"
:
"
清控紫荆课堂
"
}
\ No newline at end of file
learnOnline/pages/learnSystem/home/home.wxml
浏览文件 @
5b59c2ea
...
...
@@ -9,7 +9,7 @@
<image style='{{filter.selectTime == "down" ? "" : "display: none;"}}' src='../icons/home/down.png' mode='aspectFit'></image>
<image style='{{filter.selectTime == "up" ? "" : "display: none;"}}' src='../icons/home/up.png' mode='aspectFit'></image>
</view>
<
view class='sel-item right' bindtap='jumpToCourseSquare'><image src='../icons/home/sel.png' mode='aspectFit'></image>选课广场</view
>
<
!-- <view class='sel-item right' bindtap='jumpToCourseSquare'><image src='../icons/home/sel.png' mode='aspectFit'></image>选课广场</view> --
>
</view>
<!-- 分类 -->
<view class='select-find'>
...
...
learnOnline/pages/videoPlayer/show.json
浏览文件 @
5b59c2ea
{
"navigationBarBackgroundColor"
:
"#3f3f3f"
,
"navigationBarTextStyle"
:
"white"
,
"navigationBarTitleText"
:
"
MBA学习系统
"
,
"navigationBarTitleText"
:
"
清控紫荆课堂
"
,
"backgroundColor"
:
"#535353"
,
"disableScroll"
:
true
}
\ No newline at end of file
learnOnline/project.config.json
浏览文件 @
5b59c2ea
...
...
@@ -9,8 +9,8 @@
},
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.3.0"
,
"appid"
:
"wx
944151f4ea4203a4
"
,
"projectname"
:
"learnOnline"
,
"appid"
:
"wx
81555c44ed2d7653
"
,
"projectname"
:
"learnOnline
-enterprise
"
,
"isGameTourist"
:
false
,
"condition"
:
{
"search"
:
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论