Commit f8750728 authored by beisir's avatar beisir

feat:-s

parent c7cb6239
......@@ -139,9 +139,8 @@ export default {
},
async openShareEvent(skuInfo) {
this.goGroupDetails(skuInfo);
// let options = await this.getShareData(skuInfo);
// this.$store.dispatch('goods_share_open', options);
let options = await this.getShareData(skuInfo);
this.$store.dispatch('goods_share_open', options);
},
async getShareData(skuInfo) {
return Promise.resolve({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment