Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
62a215afaadc6b1cd658c82f24882267c6eab47c
Authored by
zhiyangdu
2020-12-07 11:48:07 +0800
1 parent
bb186886
清除打印
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/pages/pointsExchangeRecords/pointsExchangeRecords.vue
src/pages/pointsExchangeRecords/pointsExchangeRecords.vue
View file @
62a215a
...
...
@@ -65,6 +65,7 @@ export default {
65
65
methods: {
66
66
// 跳转原生商品详情页
67
67
jumpOrderDes (item) {
68
+ console.log(item);
68
69
// 判断APP内
69
70
if (this.isCNLive.value) {
70
71
// (判断app内是否有该方法)
...
...