Commit 4a970d36 by agan

xg

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