|
@@ -115,7 +115,7 @@ export default {
|
|
|
if (tempResult.type == "GOODS_SELL") {
|
|
if (tempResult.type == "GOODS_SELL") {
|
|
|
// 商品销售
|
|
// 商品销售
|
|
|
this.getGoodsInfo(tempResult.detail);
|
|
this.getGoodsInfo(tempResult.detail);
|
|
|
- } else (tempResult.type == 'MALL_BUY') {
|
|
|
|
|
|
|
+ } else if (tempResult.type == "MALL_BUY") {
|
|
|
// 订单购买
|
|
// 订单购买
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|