Merge branch 'dev' into chenxuelian
This commit is contained in:
@@ -156,10 +156,13 @@
|
||||
}
|
||||
},
|
||||
onLoad(options) {
|
||||
console.log(options)
|
||||
if (options.index == 1) {
|
||||
//我的发布点击修改回显数据
|
||||
let publishFormList = JSON.parse(options.item)
|
||||
this.fileList1 = publishFormList.images
|
||||
this.needsPublishForm = publishFormList
|
||||
if (options.index == 0) {
|
||||
this.tabCurrent = 0
|
||||
} else if (options.index == 2) {
|
||||
} else if (options.index == 1) {
|
||||
this.tabCurrent = 1
|
||||
}
|
||||
if (!uni.getStorageSync('token') || uni.getStorageSync('token').length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user