物流+下单+地址修改

This commit is contained in:
@fawn-nine
2023-10-18 17:03:48 +08:00
parent bd998074a3
commit 39ec8fdb34
14 changed files with 142 additions and 76 deletions

View File

@@ -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,