Commit 4a970d36 by agan

xg

parent df576290
Showing with 68 additions and 32 deletions
...@@ -74,43 +74,79 @@ if ($firefly.urlData.appversion >= 7400) { ...@@ -74,43 +74,79 @@ if ($firefly.urlData.appversion >= 7400) {
} }
function openExtra() { function openExtra() {
let infos = [ let infos;
[{ if (fileName == 'com.happy.live') {
"fontStyle": { infos = [
"highLight": false // 是否高亮 [{
"fontStyle": {
"highLight": false // 是否高亮
},
"explain": $firefly.langList[$firefly.langType].lang2,
"webFunc": "$firefly.refreshWeb()",
}],
[{
"fontStyle": {
"highLight": false // 是否高亮
},
"explain": $firefly.langList[$firefly.langType].lang3,
"webFunc": "$firefly.goCustomerService()",
}, },
"explain": $firefly.langList[$firefly.langType].lang2, {
"webFunc": "$firefly.refreshWeb()", "fontStyle": {
}], "highLight": false // 是否高亮
[{ },
"fontStyle": { "explain": $firefly.langList[$firefly.langType].lang4,
"highLight": false // 是否高亮 "webFunc": "goShare()",
}, },
"explain": $firefly.langList[$firefly.langType].lang3, {
"webFunc": "$firefly.goCustomerService()", "fontStyle": {
}, "highLight": false // 是否高亮
{ },
"fontStyle": { "explain": $firefly.langList[$firefly.langType].lang5,
"highLight": false // 是否高亮 "webFunc": "$firefly.goOthers(3,'" + $ip2 + "/active2021/activityCenter/index.html" + location.search + "')",
}, },
"explain": $firefly.langList[$firefly.langType].lang4, {
"webFunc": "goShare()", "fontStyle": {
}, "highLight": true // 是否高亮
{ },
"fontStyle": { "explain": $firefly.langList[$firefly.langType].lang6,
"highLight": false // 是否高亮 "webFunc": "$firefly.closeWebView()",
}]
]
} else {
infos = [
[{
"fontStyle": {
"highLight": false // 是否高亮
},
"explain": $firefly.langList[$firefly.langType].lang2,
"webFunc": "$firefly.refreshWeb()",
}],
[{
"fontStyle": {
"highLight": false // 是否高亮
},
"explain": $firefly.langList[$firefly.langType].lang3,
"webFunc": "$firefly.goCustomerService()",
}, },
"explain": $firefly.langList[$firefly.langType].lang5, {
"webFunc": "$firefly.goOthers(3,'" + $ip2 + "/active2021/activityCenter/index.html" + location.search + "')", "fontStyle": {
}, "highLight": false // 是否高亮
{ },
"fontStyle": { "explain": $firefly.langList[$firefly.langType].lang4,
"highLight": true // 是否高亮 "webFunc": "goShare()",
}, },
"explain": $firefly.langList[$firefly.langType].lang6, {
"webFunc": "$firefly.closeWebView()", "fontStyle": {
}] "highLight": true // 是否高亮
] },
"explain": $firefly.langList[$firefly.langType].lang6,
"webFunc": "$firefly.closeWebView()",
}]
]
}
$firefly.openExtra(infos); $firefly.openExtra(infos);
} }
......
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 sign in to comment