Commit f7620d78 authored by 罗超's avatar 罗超

分享问题

parent b4b31af6
...@@ -190,7 +190,7 @@ export default { ...@@ -190,7 +190,7 @@ export default {
? uni.getStorageSync("mall_UserInfo").UserPageType ? uni.getStorageSync("mall_UserInfo").UserPageType
: 0; : 0;
return { return {
title: this.details.FullBrandName ? this.details.FullBrandName : "", title: this.details.Name ? this.details.Name : "",
query: query:
"user_id=" + "user_id=" +
uid + uid +
...@@ -227,7 +227,7 @@ export default { ...@@ -227,7 +227,7 @@ export default {
? uni.getStorageSync("mall_UserInfo").UserPageType ? uni.getStorageSync("mall_UserInfo").UserPageType
: 0; : 0;
return { return {
title: this.details.FullBrandName ? this.details.FullBrandName : "", title: this.details.Name ? this.details.Name : "",
path: "/pages/kotra/brand/detail_brand?id=" + this.ID, path: "/pages/kotra/brand/detail_brand?id=" + this.ID,
imageUrl: imageUrl:
this.details.BannerList && this.details.BannerList.length > 0 this.details.BannerList && this.details.BannerList.length > 0
......
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