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
f833bf55
Commit
f833bf55
authored
Jan 09, 2020
by
sujie@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd\
parent
3455f5ca
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
3 deletions
+17
-3
index.js
src/pages/papersquare/index.js
+2
-2
index.wxml
src/pages/papersquare/index.wxml
+1
-1
index.wxss
src/pages/papersquare/index.wxss
+2
-0
index.wxml
ucenter/index.wxml
+12
-0
No files found.
src/pages/papersquare/index.js
View file @
f833bf55
...
...
@@ -133,7 +133,7 @@ Page({
erpStudentId
:
0
,
backTopValue
:
false
,
activeHonorTab
:
1
,
fixHonorTab
:
fals
e
fixHonorTab
:
tru
e
},
onLoad
:
function
(
options
)
{
// Do some initialize when page load.
let
that
=
this
;
...
...
@@ -229,7 +229,7 @@ Page({
this
.
debounce
(()
=>
{
that
.
setData
({
backTopValue
,
fixHonorTab
//
fixHonorTab
})
},
200
)()
},
...
...
src/pages/papersquare/index.wxml
View file @
f833bf55
...
...
@@ -34,7 +34,7 @@
</view>
</view>
<view class="top-fix-wrapper" style="{{fixHonorTab ? 'padding-top:'+statusBarHeight+'px' : ''}}">
<view class="top-fix-wrapper" style="{{fixHonorTab ? 'padding-top:'+statusBarHeight+'px
; margin-top:-'+statusBarHeight+'px
' : ''}}">
<view class="top-fix">
<view class="header-tab">
<view class="tab-item {{bigtab == 1? 'active': ''}}" data-type="1" bindtap="bigTapEvent">
...
...
src/pages/papersquare/index.wxss
View file @
f833bf55
...
...
@@ -10,6 +10,8 @@ page{
.header-card{
background:rgba(255,255,255,1);
padding-bottom: 60rpx;
position: relative;
z-index: 13;
}
.header-title-box{
padding-left: 40rpx;
...
...
ucenter/index.wxml
View file @
f833bf55
...
...
@@ -190,6 +190,18 @@
<view class="modal-content">
<view class="opt-list">
<view class="opt-item {{actStudent.id == item.id ? 'active' : ''}}" wx:for="{{identityList}}" wx:key="index" data-item="{{item}}" bindtap="selectUserHandle">{{item.nickname}}</view>
<view class="opt-item">大聲道</view>
<view class="opt-item">大聲道</view>
<view class="opt-item">大聲道</view>
<view class="opt-item">大聲道</view>
<view class="opt-item">大聲道</view>
<view class="opt-item">大聲道</view>
<view class="opt-item">大聲道</view>
<view class="opt-item">大聲道</view>
<view class="opt-item">大聲道</view>
<view class="opt-item">大聲道</view>
<view class="opt-item">大聲道</view>
<view class="opt-item">大聲道</view>
</view>
<view class="opt-item btn-cancel" bindtap="hideUsersModal">取消</view>
</view>
...
...
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