Commit f9ebb6a5d162b0f146f32458b4ae039589536902

Authored by zhiyangdu
1 parent 1c2140e4

地址跳转优化

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