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
820ff9d1
Commit
820ff9d1
authored
Apr 28, 2019
by
wangxuelai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'删除没用的console'
parent
0a397534
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
19 deletions
+0
-19
index.js
business/pages/adsetting/index.js
+0
-1
index.js
business/pages/circleindex/index.js
+0
-1
index.js
business/pages/commenteditor/index.js
+0
-7
index.js
business/pages/orgpotentialcustomer/index.js
+0
-2
index.js
business/pages/teachermgt/index.js
+0
-1
index.js
src/pages/circledetail/index.js
+0
-2
index.js
src/pages/contactindex/index.js
+0
-1
index.js
src/pages/inviteteacher/index.js
+0
-2
index.js
src/pages/schoolindex/index.js
+0
-1
index.js
src/pages/themeindex/index.js
+0
-1
No files found.
business/pages/adsetting/index.js
View file @
820ff9d1
...
...
@@ -153,7 +153,6 @@ Page({
const
{
formId
}
=
e
.
detail
;
const
addInfo
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
data
.
addInfo
));
const
{
content
,
status
}
=
addInfo
;
console
.
log
(
content
,
'contentcontentcontent'
)
if
(
content
.
trim
()
===
''
&&
status
==
1
)
{
wx
.
showModal
({
title
:
'提示'
,
...
...
business/pages/circleindex/index.js
View file @
820ff9d1
...
...
@@ -156,7 +156,6 @@ Page({
}
})
}
console
.
log
(
res
.
data
,
'res.datares.datares.datares.data'
)
this
.
setData
({
circleInfo
:
res
.
data
,
// sid: res.data.school_id
...
...
business/pages/commenteditor/index.js
View file @
820ff9d1
...
...
@@ -134,12 +134,6 @@ Page({
cid
,
sid
})
console
.
log
({
id
,
tid
,
cid
,
sid
})
wx
.
hideShareMenu
()
this
.
commentDetailGet
();
this
.
memberComment
();
...
...
@@ -733,7 +727,6 @@ Page({
}
=
e
.
currentTarget
.
dataset
;
let
content
=
this
.
data
.
params
.
content
;
let
audioStorage
=
this
.
data
.
audioStorage
;
console
.
log
(
audioStorage
,
'audioStorage'
)
if
(
content
)
{
if
(
audioStorage
[
value
])
{
// 如果当前是播放状态 删除录音的操作要把录音销毁掉
this
.
pausevoice
(
e
);
...
...
business/pages/orgpotentialcustomer/index.js
View file @
820ff9d1
...
...
@@ -42,8 +42,6 @@ Page({
id
,
sid
})
console
.
log
({
id
,
sid
})
// wx.hideShareMenu()
},
onReady
:
function
()
{
// Do something when page ready.
...
...
business/pages/teachermgt/index.js
View file @
820ff9d1
...
...
@@ -342,7 +342,6 @@ Page({
_permissions
.
push
(
powerList
[
i
].
id
);
}
}
// console.log(_permissions);
setPermission
({
teacher_id
:
this
.
data
.
actId
,
school_id
:
this
.
data
.
sid
,
...
...
src/pages/circledetail/index.js
View file @
820ff9d1
...
...
@@ -269,7 +269,6 @@ Page({
// 跟录音相关的操作
// 视频播放相关代码
videoplay
(
e
)
{
console
.
log
(
e
.
detail
,
'e.detail'
)
const
{
video
}
=
e
.
detail
;
...
...
@@ -278,7 +277,6 @@ Page({
})
},
playvideo
(
e
)
{
console
.
log
(
e
,
'eee'
);
const
that
=
this
;
const
{
src
,
from
}
=
e
.
detail
;
this
.
setData
({
...
...
src/pages/contactindex/index.js
View file @
820ff9d1
...
...
@@ -111,7 +111,6 @@ Page({
},
PreviewImage
(){
const
imgsrc
=
imagify
(
this
.
data
.
schoolInfo
.
qr_code
)
console
.
log
(
imgsrc
,
'imgsrc'
)
const
data
=
{
urls
:[
imgsrc
],
current
:
imgsrc
...
...
src/pages/inviteteacher/index.js
View file @
820ff9d1
...
...
@@ -87,7 +87,6 @@ Page({
school_id
:
this
.
data
.
sid
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
// 成功的操作
console
.
log
(
'ddddddddddddddddddddddd'
)
LocalStorage
.
setItem
(
'teacher'
,
{
// expires_in: data.expires_in,
token
:
visitor
&&
visitor
.
token
,
...
...
@@ -103,7 +102,6 @@ Page({
})
}
if
(
res
.
code
==
40000
){
console
.
log
(
'sssssssssssssssssssssss'
)
LocalStorage
.
setItem
(
'teacher'
,
{
// expires_in: data.expires_in,
token
:
visitor
&&
visitor
.
token
,
...
...
src/pages/schoolindex/index.js
View file @
820ff9d1
...
...
@@ -34,7 +34,6 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad
:
function
(
options
)
{
console
.
log
(
options
,
'optionsoptionsoptions'
);
if
(
options
.
sid
)
{
this
.
setData
({
sid
:
options
.
sid
...
...
src/pages/themeindex/index.js
View file @
820ff9d1
...
...
@@ -1692,7 +1692,6 @@ Page({
})
},
showcommenteditor
(
e
)
{
console
.
log
(
this
.
data
.
clockList
,
'this.data.clockList'
)
this
.
setData
({
commentclock
:
e
.
detail
,
commenteditor
:
true
...
...
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