|
|
|
@ -880,6 +880,11 @@ export default {
|
|
|
|
imgs: "",
|
|
|
|
imgs: "",
|
|
|
|
userName: this.orderDetail.userName,
|
|
|
|
userName: this.orderDetail.userName,
|
|
|
|
userId: that.orderDetail.userId,
|
|
|
|
userId: that.orderDetail.userId,
|
|
|
|
|
|
|
|
fujian:(that.orderDetail.userApplyOrderFiles && that.orderDetail.userApplyOrderFiles.length > 0)
|
|
|
|
|
|
|
|
?
|
|
|
|
|
|
|
|
that.orderDetail.userApplyOrderFiles.map(item => { return item.url }).join(',')
|
|
|
|
|
|
|
|
:
|
|
|
|
|
|
|
|
''
|
|
|
|
};
|
|
|
|
};
|
|
|
|
uni.navigateTo({
|
|
|
|
uni.navigateTo({
|
|
|
|
url: "/root/detail/fellow?" + that.G.objToStr(params),
|
|
|
|
url: "/root/detail/fellow?" + that.G.objToStr(params),
|
|
|
|
|