Commit fd6d4f05 authored by guang.wu's avatar guang.wu

feat: 添加日志

parent 443dd9d5
......@@ -96,6 +96,9 @@ export default {
if (!EASY_ENV_IS_NODE) {
this.jsBridge = new Bridge();
this.initShareInfo();
console.log('this.backTopList :>> ', this.backTopList);
console.log('isHarmonyOS :>> ', isHarmonyOS);
console.log('cfg.mallHost :>> ', cfg.mallHost);
this.getMpSchema();
}
},
......@@ -116,6 +119,7 @@ export default {
try {
console.log(this.pageInfo.tenantId);
console.log('-----2222222---------');
console.log('-----3333333---------');
const [schema] = await api.getMpSchema({
miniUrl: WEAPP_PATH,
params: `url=${encodeURIComponent(JSON.stringify(this.link))}`
......
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