Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
schedule
Overview
Overview
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
fengzhaoyu
schedule
Commits
cef4a859
Commit
cef4a859
authored
5 years ago
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并
parent
fe230361
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
app.js
app.js
+2
-2
scheduleDetail.js
pages/scheduleDetail/scheduleDetail.js
+4
-1
No files found.
app.js
View file @
cef4a859
...
@@ -14,8 +14,8 @@ App({
...
@@ -14,8 +14,8 @@ App({
avatar
:
''
,
avatar
:
''
,
userid
:
''
,
userid
:
''
,
name
:
''
,
name
:
''
,
//
globalUrl:'https://gateway2.mingwork.com', // 线上地址
globalUrl
:
'https://gateway2.mingwork.com'
,
// 线上地址
globalUrl
:
'https://gateway-beta.mingwork.com'
//beta地址
//
globalUrl:'https://gateway-beta.mingwork.com' //beta地址
// globalUrl:'http://139.196.213.18:9999' //beta地址
// globalUrl:'http://139.196.213.18:9999' //beta地址
// globalUrl:'http://192.168.1.101:9999', //beta地址
// globalUrl:'http://192.168.1.101:9999', //beta地址
// globalUrl:'http://192.168.1.102:9999' //beta地址
// globalUrl:'http://192.168.1.102:9999' //beta地址
...
...
This diff is collapsed.
Click to expand it.
pages/scheduleDetail/scheduleDetail.js
View file @
cef4a859
...
@@ -93,7 +93,10 @@ create.Page({
...
@@ -93,7 +93,10 @@ create.Page({
})
})
// 获取动态详情
// 获取动态详情
if
(
!!
this
.
data
.
scheduleItem
.
id
)
{
if
(
!!
this
.
data
.
scheduleItem
.
id
)
{
this
.
showFile
(
this
.
data
.
scheduleItem
.
id
)
this
.
setData
({
showPage
:
true
})
// this.showFile(this.data.scheduleItem.id)
}
else
{
}
else
{
let
getId
=
{
let
getId
=
{
scheduleTemplateId
:
this
.
data
.
scheduleItem
.
scheduleTemplateId
,
scheduleTemplateId
:
this
.
data
.
scheduleItem
.
scheduleTemplateId
,
...
...
This diff is collapsed.
Click to expand it.
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