Merge branch 'dev' into chenxuelian

This commit is contained in:
”chenxuelian“
2023-01-28 20:40:37 +08:00
8 changed files with 187 additions and 91 deletions

View File

@@ -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) {