Browse Source

优化登录

master
Gao xiaosong 5 years ago
parent
commit
614d0607fd
  1. 1
      pages/shop/GoodsCon/index.vue

1
pages/shop/GoodsCon/index.vue

@ -266,6 +266,7 @@ export default {
console.log(url); console.log(url);
if (url && url.productId) { if (url && url.productId) {
this.id = url.productId; this.id = url.productId;
} else { } else {
this.id = this._route.query.id; this.id = this._route.query.id;
} }

Loading…
Cancel
Save