Commit 62a215afaadc6b1cd658c82f24882267c6eab47c
1 parent
bb186886
清除打印
Showing
1 changed file
with
1 additions
and
0 deletions
src/pages/pointsExchangeRecords/pointsExchangeRecords.vue
| @@ -65,6 +65,7 @@ export default { | @@ -65,6 +65,7 @@ export default { | ||
| 65 | methods: { | 65 | methods: { |
| 66 | // 跳转原生商品详情页 | 66 | // 跳转原生商品详情页 |
| 67 | jumpOrderDes (item) { | 67 | jumpOrderDes (item) { |
| 68 | + console.log(item); | ||
| 68 | // 判断APP内 | 69 | // 判断APP内 |
| 69 | if (this.isCNLive.value) { | 70 | if (this.isCNLive.value) { |
| 70 | // (判断app内是否有该方法) | 71 | // (判断app内是否有该方法) |