Commit 69298c57 by 李嘉林

多主题方法修改

parent bfb0e796
...@@ -165,12 +165,11 @@ export async function $themeToLink(data) { ...@@ -165,12 +165,11 @@ export async function $themeToLink(data) {
} }
} }
let type = data.type;
//商城跳转到嗨有料首页 //商城跳转到嗨有料首页
if (homeNative == 1) { if (homeNative == 1) {
hylToLink(); hylToLink.call(this,data);
} }
let type = data.type;
////向后兼容 兼容老数据 ////向后兼容 兼容老数据
if (type == undefined || type == "undefined") { if (type == undefined || type == "undefined") {
if (data.length > 0) { if (data.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