Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
heyushuo committed Oct 26, 2018
1 parent a47e66a commit 4cc45c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/goods/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ export default {
if (login()) {
this.userInfo = login();
}
console.log(this.$root.$mp.query.id);
this.id = this.$root.$mp.query.id;
this.openId = getStorageOpenid();
Expand All @@ -165,7 +167,6 @@ export default {
imageUrl: this.gallery[0].img_url //拿第一张商品的图片
};
},
mounted() { },
data() {
return {
allnumber: 0,
Expand Down

0 comments on commit 4cc45c6

Please sign in to comment.