Commit 73efbbaf authored by lvtz's avatar lvtz

fix

parent 5b38eb73
......@@ -387,11 +387,11 @@ Page({
// url: `${url}`,
// });
// },
// goClassreviewindex() {
// wx.navigateTo({
// url: `/business/pages/classservice/classreviewindex?sid=${this.data.sid}`,
// });
// },
goClassreviewindex() {
wx.navigateTo({
url: `/business/pages/classservice/classreviewindex?sid=${this.data.sid}`,
});
},
// 发布课堂瞬间
// toReleaseMoment() {
// wx.navigateTo({
......
......@@ -10,7 +10,7 @@
</view>
</view>
<view class="schoolselectedmodal" hidden="{{!schoolShow}}">
<view class="modalmask" bindtap="selectSchool"></view>
<view class="modalmask" bindtap="selectSchool" style="background: linear-gradient(to bottom, transparent 0, transparent {{statusBarHeight+titleBarHeight}}px, rgba(0, 0, 0, 0.5) {{statusBarHeight+titleBarHeight}}px, rgba(0, 0, 0, 0.5) 100%); "></view>
<view class="list-box" style="top:{{statusBarHeight+titleBarHeight}}px">
<view class="list-item" bindtap="sureSelect" data-item="{{item}}" wx:for="{{schoolList}}" wx:key="index">
<view class="title">{{item.title}}</view>
......
......@@ -58,13 +58,6 @@ page {
height: 100%;
left: 0;
top: 0;
background: linear-gradient(
to bottom,
transparent 0,
transparent 130rpx,
rgba(0, 0, 0, 0.5) 130rpx,
rgba(0, 0, 0, 0.5) 100%
);
}
.schoolselectedmodal .list-box {
width: 580rpx;
......
......@@ -45,7 +45,7 @@ page{
flex: 1;
}
.header-box .top-box .info-box .roletag {
line-height: 36rpx;
line-height: 32rpx;
background: rgba(234,248,255,1);
border-radius: 6rpx;
border: 1px solid rgba(53,186,253,1);
......
......@@ -3,7 +3,7 @@
// host: 'https://qxapi.qingxiao.online/daka',
// host2: 'https://wx.m.shangjiadao.cn',
storageVersion: '5.0',
imageVersion: '20200408',
imageVersion: '20200409',
host: 'https://clock.wp53.cn',
host2: 'https://test.wp53.cn',
appId: 'wxc1246ea029394785',
......
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