|
|
@@ -112,9 +112,11 @@ export default {
|
|
|
linkShare(row) {
|
|
|
this.linkShareShow = true;
|
|
|
if (row.type == 1) {
|
|
|
- this.productLink = `https://open.weixin.qq.com/sns/getexpappinfo?appid=wxab9634bf98628a03&path=pages/mall/detail/details-food.html?productId=${row.productId}&merchantId=${row.merchantId}&categoryId=${row.categoryId}&env_version=develop#wechat-redirect`
|
|
|
+ // this.productLink = `https://open.weixin.qq.com/sns/getexpappinfo?appid=wxab9634bf98628a03&path=pages/mall/detail/details-food.html?productId=${row.productId}&merchantId=${row.merchantId}&categoryId=${row.categoryId}&env_version=develop#wechat-redirect`
|
|
|
+ this.productLink = `weixin://dl/business/?appid=wxab9634bf98628a03&path=pages/mall/detail/details-food?productId=${row.productId}&merchantId=${row.merchantId}&categoryId=${row.categoryId}&env_version=release#wechat-redirect`
|
|
|
} else if (row.type == 2) {
|
|
|
- this.productLink = `https://open.weixin.qq.com/sns/getexpappinfo?appid=wxab9634bf98628a03&path=pages/mall/detail/details-service.html?productId=${row.productId}&merchantId=${row.merchantId}&categoryId=${row.categoryId}&env_version=develop#wechat-redirect`
|
|
|
+ // this.productLink = `https://open.weixin.qq.com/sns/getexpappinfo?appid=wxab9634bf98628a03&path=pages/mall/detail/details-service.html?productId=${row.productId}&merchantId=${row.merchantId}&categoryId=${row.categoryId}&env_version=develop#wechat-redirect`
|
|
|
+ this.productLink = `weixin://dl/business/?appid=wxab9634bf98628a03&path=pages/mall/detail/details-service?productId=${row.productId}&merchantId=${row.merchantId}&categoryId=${row.categoryId}&env_version=release#wechat-redirect`
|
|
|
}
|
|
|
},
|
|
|
linkCopy() {
|