|
@@ -1,6 +1,6 @@
|
|
|
export default {
|
|
export default {
|
|
|
methods: {
|
|
methods: {
|
|
|
- goNext(info, props) {
|
|
|
|
|
|
|
+ goNext(info, props = '') {
|
|
|
if (info.link && info.linkType === 'collection') {
|
|
if (info.link && info.linkType === 'collection') {
|
|
|
this.$router.push(`/productDetail?id=${info.linkContent}${props}`);
|
|
this.$router.push(`/productDetail?id=${info.linkContent}${props}`);
|
|
|
} else if (info.link && info.linkType === 'user') {
|
|
} else if (info.link && info.linkType === 'user') {
|