Browse Source

分享标题

test
Enzo 4 years ago
parent
commit
972d6ce617
  1. 2
      pages/goodsDetail/index.vue

2
pages/goodsDetail/index.vue

@ -204,7 +204,7 @@
},
onShareAppMessage(){
let goods = this.goods_detail;
let title = goods.name;
let title = goods.title;
let imageUrl = goods.pictures[0] || goods.picture;
let path = '/pages/route/index?route=goods_detail&id='+ goods.id;
console.log("path", path);

Loading…
Cancel
Save