Commit cef4a859 by fengzhaoyu

合并

parent fe230361
...@@ -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地址
......
...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment