Commit e3750e9455c22d283d5a8ca8ec5d38720e852fe2
1 parent
3e836e82
是实物并且已经填了地址才跳转订单详情、
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/pointsExchangeRecords/pointsExchangeRecords.vue
| ... | ... | @@ -83,7 +83,7 @@ export default { |
| 83 | 83 | // 跳转原生商品详情页 |
| 84 | 84 | jumpOrderDes (item) { |
| 85 | 85 | |
| 86 | - if (item.shop_type == 1) { // 1实物 2是虚拟商品 3红包 | |
| 86 | + if (item.shop_type == 1 && item.address_name && item.address_phone && address_address) { // 1实物 2是虚拟商品 3红包 | |
| 87 | 87 | // 判断APP内 |
| 88 | 88 | if (this.isCNLive.value) { |
| 89 | 89 | // (判断app内是否有该方法) | ... | ... |