更新
This commit is contained in:
parent
4f08f9be50
commit
fd1ec60815
@ -948,6 +948,7 @@ image {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: white;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.touxiang {
|
||||
|
@ -264,6 +264,7 @@
|
||||
title:'发布成功'
|
||||
})
|
||||
setTimeout(() => {
|
||||
//返回并刷新页面
|
||||
uni.navigateBack();
|
||||
}, 1000);
|
||||
|
||||
@ -303,7 +304,9 @@
|
||||
},
|
||||
uploadSuccess(result){
|
||||
this.result = result
|
||||
this.box.filePath = result[0].fileName
|
||||
this.box.filePath = result[0].data.url
|
||||
console.log(result)
|
||||
console.log(this.box.filePath,'图片路径')
|
||||
this.uploadWaiting = true
|
||||
uni.showToast({
|
||||
title:'上传完成',
|
||||
|
@ -127,7 +127,7 @@ export default {
|
||||
this.getlist()
|
||||
},
|
||||
onShow() {
|
||||
|
||||
this.getlist()
|
||||
|
||||
},
|
||||
onReachBottom() {
|
||||
|
Loading…
Reference in New Issue
Block a user