Commit 376e72f6 by 程默

fix

parent eb6d8ec7
...@@ -11,8 +11,8 @@ export default { ...@@ -11,8 +11,8 @@ export default {
return { return {
options: {}, options: {},
session_key: "", session_key: "",
// link: "https://test-m-shop.mayi888.cn", link: "https://test-m-shop.mayi888.cn",
link: "http://localhost:3000", // link: "http://localhost:3000",
page: "/", page: "/",
params: "?mixid=antgood", params: "?mixid=antgood",
motto: "Hello miniprograme", motto: "Hello miniprograme",
...@@ -132,7 +132,6 @@ export default { ...@@ -132,7 +132,6 @@ export default {
this.newHref = `&spokesmanGroupId=${spokesmanGroupId}&spokesmanShopId=${spokesmanShopId}&spokesmanRelId=${spokesmanRelId}`; this.newHref = `&spokesmanGroupId=${spokesmanGroupId}&spokesmanShopId=${spokesmanShopId}&spokesmanRelId=${spokesmanRelId}`;
} }
}); });
// await checkSpokesman();
console.log(this.newHref, "////////"); console.log(this.newHref, "////////");
//获取webview当前页面地址 //获取webview当前页面地址
this.shareUrl = res.webViewUrl + this.newHref; this.shareUrl = res.webViewUrl + this.newHref;
......
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