物流+下单+地址修改
This commit is contained in:
@@ -727,11 +727,20 @@
|
||||
// 说点什么
|
||||
goToSign() {
|
||||
// images数据处理
|
||||
var imgs = []
|
||||
imgs = this.formData.images.map(item => {
|
||||
return item.url
|
||||
if(this.formData.images.length > 0){
|
||||
var imgs = []
|
||||
imgs = this.formData.images.map(item => {
|
||||
return item.url
|
||||
|
||||
})
|
||||
})
|
||||
}
|
||||
if(this.formData.content == ''){
|
||||
uni.showToast({
|
||||
title: '请输入内容',
|
||||
icon: 'none'
|
||||
})
|
||||
return false
|
||||
}
|
||||
let data = {
|
||||
// 'bookId': this.bookid,
|
||||
"userId": this.userInfo.id,
|
||||
|
||||
Reference in New Issue
Block a user