提交 5b59c2ea authored 作者: GOD_ZYX's avatar GOD_ZYX

清控紫荆课堂

上级 ade1ff50
# 小程序 - 开发项目 # 小程序 - 开发项目
# 当前为 企业教育系统
# 必须修改 内容: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> - `微信开发者工具`<a href="https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html" target="_blank">下载地址</a>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"window": { "window": {
"navigationBarBackgroundColor": "#fff", "navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "MBA学习系统" "navigationBarTitleText": "清控紫荆课堂"
}, },
"tabBar": { "tabBar": {
"borderStyle": "#dcdcdc", "borderStyle": "#dcdcdc",
......
{ {
"navigationBarTitleText": "MBA学习系统", "navigationBarTitleText": "清控紫荆课堂",
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#414141", "navigationBarBackgroundColor": "#414141",
"disableScroll": true "disableScroll": true
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<view class='container'> <view class='container'>
<image class='bg' src='./icons/bg.png' mode='aspectFill'></image> <image class='bg' src='./icons/bg.png' mode='aspectFill'></image>
<image class='logo' src='./icons/hd-logo.png' mode='aspectFit'></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> <button class='btn' open-type='getUserInfo' bindgetuserinfo='getUserInfo'>登录</button>
<view class='userinfo'> <view class='userinfo'>
<!-- wx:if='{{!hasUserInfo && canIUse}}' --> <!-- wx:if='{{!hasUserInfo && canIUse}}' -->
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#fff", "navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "MBA学习系统" "navigationBarTitleText": "清控紫荆课堂"
} }
\ No newline at end of file
{ {
"navigationBarBackgroundColor": "#fff", "navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "MBA学习系统" "navigationBarTitleText": "清控紫荆课堂"
} }
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<image style='{{filter.selectTime == "down" ? "" : "display: none;"}}' src='../icons/home/down.png' mode='aspectFit'></image> <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> <image style='{{filter.selectTime == "up" ? "" : "display: none;"}}' src='../icons/home/up.png' mode='aspectFit'></image>
</view> </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>
<!-- 分类 --> <!-- 分类 -->
<view class='select-find'> <view class='select-find'>
......
{ {
"navigationBarBackgroundColor": "#3f3f3f", "navigationBarBackgroundColor": "#3f3f3f",
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
"navigationBarTitleText": "MBA学习系统", "navigationBarTitleText": "清控紫荆课堂",
"backgroundColor": "#535353", "backgroundColor": "#535353",
"disableScroll": true "disableScroll": true
} }
\ No newline at end of file
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.3.0", "libVersion": "2.3.0",
"appid": "wx944151f4ea4203a4", "appid": "wx81555c44ed2d7653",
"projectname": "learnOnline", "projectname": "learnOnline-enterprise",
"isGameTourist": false, "isGameTourist": false,
"condition": { "condition": {
"search": { "search": {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论