[拒绝退货图片类型改数组]

This commit is contained in:
2021-10-19 17:17:03 +08:00
parent 47f969767f
commit e32aeb507c
5 changed files with 8 additions and 8 deletions

View File

@@ -39,7 +39,7 @@
// 跳转到商品详情页面 // 跳转到商品详情页面
goDetail(id) { goDetail(id) {
uni.navigateTo({ uni.navigateTo({
url: '/pages/goods/detail?id=' + id url: '/pages/goods/details?id=' + id
}) })
} }
} }

View File

@@ -41,7 +41,7 @@
// 跳转到商品详情页面 // 跳转到商品详情页面
goDetail(id) { goDetail(id) {
uni.navigateTo({ uni.navigateTo({
url: '/pages/goods/detail?id='+id url: '/pages/goods/details?id='+id
}) })
} }
} }

View File

@@ -46,7 +46,7 @@
// 跳转到商品详情页面 // 跳转到商品详情页面
goDetail(id) { goDetail(id) {
uni.navigateTo({ uni.navigateTo({
url: '/pages/goods/detail?id='+id url: '/pages/goods/details?id='+id
}) })
}, },
// 复制 // 复制

View File

@@ -157,7 +157,7 @@
title: this.title, title: this.title,
shipment_no: this.shipment_no, shipment_no: this.shipment_no,
remark: this.remark, remark: this.remark,
pictures: JSON.stringify(this.pictures.path) pictures:this.pictures.path
} }
if (data.title === '') { if (data.title === '') {
this.$refs.uToast.show({ this.$refs.uToast.show({

File diff suppressed because one or more lines are too long