Commit 3d0c3561611daf5b28e74417dc525dda48772649

Authored by zhiyangdu
1 parent acb437cb

备注优化

src/pages/pointsExchangeRecords/pointsExchangeRecords.vue
... ... @@ -71,7 +71,7 @@ export default {
71 71 methods: {
72 72 // 跳转原生商品详情页
73 73 jumpOrderDes (item) {
74   - if (item.shop_type == 1) { // 1是虚拟物 2是实物 3红包
  74 + if (item.shop_type == 1) { // 1实物 2是虚拟商品 3红包
75 75 // 判断APP内
76 76 if (this.isCNLive.value) {
77 77 // (判断app内是否有该方法)
... ...