Commit d6493893 by 赵雅纹

Merge branch 'dev' into feature-zyw

parents 5c096e62 3084d050
...@@ -76,7 +76,8 @@ Component({ ...@@ -76,7 +76,8 @@ Component({
wxService.router(`${currentClickType}`) wxService.router(`${currentClickType}`)
} else if (link.type == 5) { } else if (link.type == 5) {
if (currentClickType == 1) { if (currentClickType == 1) {
wxService.openCardList() // wxService.openCardList()
wxService.openCard()
} else if (currentClickType == 2) { } else if (currentClickType == 2) {
wxService.openCard() wxService.openCard()
} }
......
...@@ -65,7 +65,8 @@ Component({ ...@@ -65,7 +65,8 @@ Component({
wxService.router(`${currentClickType}`) wxService.router(`${currentClickType}`)
} else if (link.type == 5) { } else if (link.type == 5) {
if (currentClickType == 1) { if (currentClickType == 1) {
wxService.openCardList() // wxService.openCardList()
wxService.openCard()
} else if (currentClickType == 2) { } else if (currentClickType == 2) {
wxService.openCard() wxService.openCard()
} }
......
...@@ -72,7 +72,8 @@ Component({ ...@@ -72,7 +72,8 @@ Component({
wxService.router(`${currentClickType}`) wxService.router(`${currentClickType}`)
} else if (link.type == 5) { } else if (link.type == 5) {
if (currentClickType == 1) { if (currentClickType == 1) {
wxService.openCardList() // wxService.openCardList()
wxService.openCard()
} else if (currentClickType == 2) { } else if (currentClickType == 2) {
wxService.openCard() wxService.openCard()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment