mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 05:19:49 +08:00
【修复】修复商品分享链接获取失败的问题。
This commit is contained in:
@@ -957,14 +957,14 @@
|
|||||||
this.modalType = '';
|
this.modalType = '';
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
//watch: {
|
watch: {
|
||||||
// goodsInfo: {
|
goodsInfo: {
|
||||||
// handler() {
|
handler() {
|
||||||
// this.getShareUrl();
|
this.getShareUrl();
|
||||||
// },
|
},
|
||||||
// deep: true
|
deep: true
|
||||||
// }
|
}
|
||||||
//},
|
},
|
||||||
//分享
|
//分享
|
||||||
onShareAppMessage(res) {
|
onShareAppMessage(res) {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user