Commit 3d0c3561611daf5b28e74417dc525dda48772649
1 parent
acb437cb
备注优化
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/pointsExchangeRecords/pointsExchangeRecords.vue
| @@ -71,7 +71,7 @@ export default { | @@ -71,7 +71,7 @@ export default { | ||
| 71 | methods: { | 71 | methods: { |
| 72 | // 跳转原生商品详情页 | 72 | // 跳转原生商品详情页 |
| 73 | jumpOrderDes (item) { | 73 | jumpOrderDes (item) { |
| 74 | - if (item.shop_type == 1) { // 1是虚拟物 2是实物 3红包 | 74 | + if (item.shop_type == 1) { // 1实物 2是虚拟商品 3红包 |
| 75 | // 判断APP内 | 75 | // 判断APP内 |
| 76 | if (this.isCNLive.value) { | 76 | if (this.isCNLive.value) { |
| 77 | // (判断app内是否有该方法) | 77 | // (判断app内是否有该方法) |