Commit f9ebb6a5d162b0f146f32458b4ae039589536902

Authored by zhiyangdu
1 parent 1c2140e4

地址跳转优化

src/pages/pointsExchangeRecords/pointsExchangeRecords.vue
@@ -82,7 +82,6 @@ export default { @@ -82,7 +82,6 @@ export default {
82 methods: { 82 methods: {
83 // 跳转原生商品详情页 83 // 跳转原生商品详情页
84 jumpOrderDes (item) { 84 jumpOrderDes (item) {
85 - debugger  
86 if (item.shop_type == 1 && item.address_name && item.address_phone && item.address_address) { // 1实物 2是虚拟商品 3红包 85 if (item.shop_type == 1 && item.address_name && item.address_phone && item.address_address) { // 1实物 2是虚拟商品 3红包
87 // 判断APP内 86 // 判断APP内
88 if (this.isCNLive.value) { 87 if (this.isCNLive.value) {