Showing
1 changed file
with
6 additions
and
1 deletions
@@ -6,7 +6,8 @@ import Taro from '@tarojs/taro' | @@ -6,7 +6,8 @@ import Taro from '@tarojs/taro' | ||
6 | 6 | ||
7 | const ACTION_TYPE = { | 7 | const ACTION_TYPE = { |
8 | h5: 'go.h5', | 8 | h5: 'go.h5', |
9 | - ufo: 'go.ufo' | 9 | + ufo: 'go.ufo', |
10 | + productDetail: 'go.ufoProductDetail', | ||
10 | } | 11 | } |
11 | 12 | ||
12 | const OPEN_BY_TYPE = { | 13 | const OPEN_BY_TYPE = { |
@@ -56,6 +57,10 @@ export default { | @@ -56,6 +57,10 @@ export default { | ||
56 | this.handleUFOJumpPage(yoho); | 57 | this.handleUFOJumpPage(yoho); |
57 | break; | 58 | break; |
58 | } | 59 | } |
60 | + case ACTION_TYPE.productDetail: { | ||
61 | + this.handleUFOJumpPage(yoho); | ||
62 | + break; | ||
63 | + } | ||
59 | } | 64 | } |
60 | }, | 65 | }, |
61 | handleUFOJumpPage(yoho) { | 66 | handleUFOJumpPage(yoho) { |
-
Please register or login to post a comment