|
|
@@ -176,14 +176,14 @@ export default {
|
|
|
title: "更懂您的花卉宝",
|
|
|
desc: "",
|
|
|
imgUrl: this.constant.imgUrl + "/retail/official/banner-1.png",
|
|
|
- pagePath: `/pagesClient/official/index?introMerchantId=${this.userInfo.id}&form=2&style=2`
|
|
|
+ path: `/pagesClient/official/index?introMerchantId=${this.userInfo.id}&form=2&style=2`
|
|
|
};
|
|
|
} else if (res.target.id === "sharekh") {
|
|
|
return {
|
|
|
title: "更懂您的花卉宝",
|
|
|
desc: "",
|
|
|
imgUrl: this.constant.imgUrl + "/retail/official/banner-1.png",
|
|
|
- pagePath: `/pagesClient/official/index?introMerchantId=${this.userInfo.id}&form=2&style=1`
|
|
|
+ path: `/pagesClient/official/index?introMerchantId=${this.userInfo.id}&form=2&style=1`
|
|
|
};
|
|
|
} else {
|
|
|
return {};
|