Commit 1f4e002b authored by lvtz's avatar lvtz

mfix

parent 368ed834
......@@ -29,7 +29,7 @@ Page({
},
submit: false,
from: 0,
colorArr : [1,2,3,4,5]
colorArr : [1,2,3,4,5,6,7]
},
onLoad: function(options) { // Do some initialize when page load.
const {id, sid, from, newcreate} = options;
......
......@@ -27,6 +27,9 @@ page::after{
position: relative;
margin-left: 40rpx;
}
.color-item:first-of-type{
margin-left: 0;
}
.color-item::after{
content: '';
width: 50rpx;
......
export default {
imageRoot: 'https://cdn.img.shangjiadao.cn/qingxiao/daka/images/',
// imageRoot: 'http://wxloss.oss-cn-hangzhou.aliyuncs.com/dakav5/',
// host: 'https://qxapi.qingxiao.online/daka',
// host2: 'https://wx.m.shangjiadao.cn',
host: 'https://qxapi.qingxiao.online/daka',
host2: 'https://wx.m.shangjiadao.cn',
storageVersion: '4.0',
imageVersion: '20190826',
host: 'https://clock.wp53.cn',
host2: 'https://test.wp53.cn',
// host: 'https://clock.wp53.cn',
// host2: 'https://test.wp53.cn',
appId: 'wxc1246ea029394785',
miniProgram: {
clock: 'wxdeee20e52a1fd7ee'
......
......@@ -279,6 +279,12 @@ function courseColor(type){
case 5:
text = '#BD9FFF';
break;
case 6:
text = '#ffd338';
break;
case 7:
text = '#35c13a';
break;
default:
text = '#fff'
break
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment