@@ -66,7 +66,12 @@ export default {
this.$util.pageTo({url: "/pagesStorehouse/stockWarn/detailed?id="+id})
},
goToProduct(id) {
+ // #ifdef MP-WEIXIN
this.$emit('goToProduct', id)
+ // #endif
+ // #ifdef APP-PLUS
+ this.$msg('请在小程序上打开分享')
addEvent() {
this.$emit("add");
@@ -72,6 +72,7 @@ export default {
computed:{
...mapGetters(["getMyShopInfo","getLoginInfo"]),
+ ...mapGetters({ loginInfo: "getLoginInfo" })
onShow(){