Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
wechatapp.shangjiadao.com
Commits
73efbbaf
Commit
73efbbaf
authored
Apr 08, 2020
by
lvtz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
5b38eb73
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
15 deletions
+8
-15
index.js
business/pages/deskcenter/index.js
+5
-5
index.wxml
business/pages/deskcenter/index.wxml
+1
-1
index.wxss
business/pages/deskcenter/index.wxss
+0
-7
index.wxss
business/pages/organizationalmgt/index.wxss
+1
-1
constants.js
constants/constants.js
+1
-1
No files found.
business/pages/deskcenter/index.js
View file @
73efbbaf
...
...
@@ -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({
...
...
business/pages/deskcenter/index.wxml
View file @
73efbbaf
...
...
@@ -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>
...
...
business/pages/deskcenter/index.wxss
View file @
73efbbaf
...
...
@@ -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;
...
...
business/pages/organizationalmgt/index.wxss
View file @
73efbbaf
...
...
@@ -45,7 +45,7 @@ page{
flex: 1;
}
.header-box .top-box .info-box .roletag {
line-height: 3
6
rpx;
line-height: 3
2
rpx;
background: rgba(234,248,255,1);
border-radius: 6rpx;
border: 1px solid rgba(53,186,253,1);
...
...
constants/constants.js
View file @
73efbbaf
...
...
@@ -3,7 +3,7 @@
// host: 'https://qxapi.qingxiao.online/daka',
// host2: 'https://wx.m.shangjiadao.cn',
storageVersion
:
'5.0'
,
imageVersion
:
'2020040
8
'
,
imageVersion
:
'2020040
9
'
,
host
:
'https://clock.wp53.cn'
,
host2
:
'https://test.wp53.cn'
,
appId
:
'wxc1246ea029394785'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment