Showing
1 changed file
with
5 additions
and
1 deletions
@@ -120,7 +120,11 @@ export default { | @@ -120,7 +120,11 @@ export default { | ||
120 | href: 'javascript:;' | 120 | href: 'javascript:;' |
121 | }, | 121 | }, |
122 | onConfirm: () => { | 122 | onConfirm: () => { |
123 | - this.$yoho.goUfoProductDetail(result.data); | 123 | + this.$yoho.goPage('go.ufo', { |
124 | + pagename: 'productDetail', | ||
125 | + productId: result.data, | ||
126 | + from_page_name: 'UFOStoreManage' | ||
127 | + }); | ||
124 | }, | 128 | }, |
125 | onCancel: () => { | 129 | onCancel: () => { |
126 | } | 130 | } |
-
Please register or login to post a comment