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
3d0c3561611daf5b28e74417dc525dda48772649
Authored by
zhiyangdu
2020-12-09 15:44:34 +0800
1 parent
acb437cb
备注优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/pointsExchangeRecords/pointsExchangeRecords.vue
src/pages/pointsExchangeRecords/pointsExchangeRecords.vue
View file @
3d0c356
...
...
@@ -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内是否有该方法)
...
...