|
|
|
@ -253,7 +253,7 @@ |
|
|
|
|
}, |
|
|
|
|
// 下单 |
|
|
|
|
order() { |
|
|
|
|
const { mall } = this.form |
|
|
|
|
const { mall, typeIds } = this.form |
|
|
|
|
const classificationId = this.form.classificationIds[0] |
|
|
|
|
const authority = this.$util.getOrderType(classificationId) |
|
|
|
|
// 把该产品添加至缓存 |
|
|
|
@ -279,7 +279,9 @@ |
|
|
|
|
miniProgramPictureAddress: mall.appletIcon || '', // 图标 |
|
|
|
|
settlementPrice: 0, // 结算价 |
|
|
|
|
settlementPriceUnit: 0, // 结算单价 |
|
|
|
|
serviceFee: 0 // 平台服务费(前端计算后展示,不入库) |
|
|
|
|
serviceFee: 0, // 平台服务费(前端计算后展示,不入库) |
|
|
|
|
typeId: typeIds && typeIds.length ? typeIds[0] : '', |
|
|
|
|
classificationId, |
|
|
|
|
}]) |
|
|
|
|
this.$util.to(`../orderDetail/orderDetail?shopCart=1`) |
|
|
|
|
} |
|
|
|
|