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
7a896796
Commit
7a896796
authored
Sep 02, 2019
by
wangxuelai
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/sj-dev-optimize' into wxl-youhua
parents
fba93e33
87a0f10a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
51 deletions
+0
-51
index.js
business/pages/circleindex/index.js
+0
-16
index.wxml
business/pages/circleindex/index.wxml
+0
-12
index.js
business/pages/websiteindex/index.js
+0
-18
index.js
src/pages/websiteindex/index.js
+0
-5
No files found.
business/pages/circleindex/index.js
View file @
7a896796
...
...
@@ -222,14 +222,6 @@ Page({
const
{
bigtabtype
}
=
e
.
currentTarget
.
dataset
;
that
.
setData
({
bigTabStatus
:
bigtabtype
,
// hasmore: true,
// page: 1,
// mixedthemeList: [],
// mixedthemeTotal: 0,
// schedulesList:[],
// schedulesTotal: 0,
// memberList: [],
// memberTotal: 0,
},
()
=>
{
that
.
doInit
(
'init'
,
'tab'
);
})
...
...
@@ -330,14 +322,6 @@ Page({
for
(
var
i
in
list_middle
)
{
var
d
=
list_middle
[
i
];
if
(
d
.
length
>
0
)
{
// for(var i in d){
// var m = d[i].start_time.slice(4,10).split('-');
// var startT = d[i].start_time.slice(11,16);
// var endT = d[i].end_time.slice(11,16);
// var newMonth = m[1]+'月'+m[2]+'日';
// }
list_after
.
push
({
month
:
i
,
statics
:
d
});
}
}
...
...
business/pages/circleindex/index.wxml
View file @
7a896796
...
...
@@ -278,19 +278,7 @@
<view class="has-nomore" wx:if="{{!hasmore && page>1}}">没有更多了</view>
<view class="form-fixbtn" bindtap="addTheme">发布作业</view>
</block>
</view>
<!-- <poster-box
wx:if="{{posterBoxShow}}"
canvasimagepath="{{canvasImagePath}}"
bind:closeposter="closeposter"
bind:sharecallback="sharecallback"
>
</poster-box> -->
<!-- <view class="poste-box" id='canvas-container' wx:if="{{canvasShow}}">
<canvas class="mycanvas" canvas-id="myCanvas" style="width:100%;height:1334rpx;"/>
</view> -->
<go-top wx:if="{{backTopValue}}"></go-top>
<view class="copy-theme-box" wx:if="{{showcopybox}}" catchtouchmove="preventD" >
<view class="copy-theme-content" >
...
...
business/pages/websiteindex/index.js
View file @
7a896796
...
...
@@ -323,24 +323,6 @@ Page({
schoolInfo
:
data
?
data
:
''
,
tabList
:
_tabList
,
},
()
=>
{
// const that = this;
// wx.createSelectorQuery().select('#banner').boundingClientRect(function (rect) {
// that.setData({
// "boxTop.banner": rect ? rect.top : ''
// })
// }).exec()
// wx.createSelectorQuery().select('#student-clock').boundingClientRect(function (rect) {
// that.setData({
// "boxTop.studentclock": rect ? rect.top : ''
// })
// }).exec()
// wx.createSelectorQuery().select('#business-info').boundingClientRect(function (rect) {
// that.setData({
// "boxTop.businessinfo": rect ? rect.top : ''
// })
// }).exec()
})
}
}).
catch
((
e
)
=>
{
...
...
src/pages/websiteindex/index.js
View file @
7a896796
...
...
@@ -355,7 +355,6 @@ Page({
cid
}
=
e
.
detail
;
let
clock
=
this
.
data
.
clockList
.
find
(
ele
=>
ele
.
id
==
cid
);
console
.
log
(
clock
.
comments
.
list
,
'clock.comments.list'
);
clock
.
comments
.
list
=
clock
.
comments
.
list
.
filter
(
ele
=>
ele
.
id
!=
eid
);
clock
.
comments
.
total
--
;
this
.
setData
({
...
...
@@ -539,11 +538,7 @@ Page({
})
},
goclocklist
()
{
// wx.navigateTo({
// // url: `/src/pages/websiteindex/clocklist?sid=${this.data.sid}`,
// })
wx
.
reLaunch
({
// url: `/src/pages/websiteindex/clocklist?sid=${this.data.sid}`,
url
:
`/src/pages/papersquare/index?sid=
${
this
.
data
.
sid
}
`
,
})
},
...
...
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