|
|
|
@ -200,6 +200,7 @@ |
|
|
|
|
// 获取当前订单信息 |
|
|
|
|
toDetail(canReset = false) { |
|
|
|
|
const app = this |
|
|
|
|
console.log(app.type == 1? 10 : (app.type == 2?30:20)) |
|
|
|
|
if (app.logisticsIndex == -1) { |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: '请选择收货状态', |
|
|
|
@ -235,7 +236,7 @@ |
|
|
|
|
} |
|
|
|
|
app.isLoading = true; |
|
|
|
|
let obj = { |
|
|
|
|
type: app.type == 1? 10 : 30, |
|
|
|
|
type: app.type == 1? 10 : (app.type == 2?30:20), |
|
|
|
|
content: app.contentNotes, |
|
|
|
|
images: app.imagesId, |
|
|
|
|
phone: app.phone, |
|
|
|
|