Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a4aa492a
authored
Apr 01, 2022
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
18ff76a8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
141 additions
and
141 deletions
footseen/Nesting/dew/exchangeDew.html
footseen/Nesting/help/Agreement.html
footseen/Nesting/newShare/index.html
footseen/Nesting/withdraw/index.html
footseen/Nesting/dew/exchangeDew.html
View file @
a4aa492a
...
@@ -83,62 +83,62 @@
...
@@ -83,62 +83,62 @@
layer
.
closeAll
();
layer
.
closeAll
();
})
})
if
(
getRequest
().
appversion
>=
7300
)
{
//
if (getRequest().appversion >= 7300) {
var
$url
=
'http://www.yabolive.tv'
;
//
var $url = 'http://www.yabolive.tv';
$
(
".recording"
).
hide
();
//
$(".recording").hide();
var
obj
=
{
//
var obj = {
"cid"
:
29
,
//
"cid": 29,
"reqCode"
:
new
Date
().
getTime
(),
//
"reqCode": new Date().getTime(),
"data"
:
{
//
"data": {
"msg"
:
"h5网页右上角显示图标"
,
//
"msg": "h5网页右上角显示图标",
"info"
:
[
//
"info": [
{
//
{
"imgUrl"
:
'https://app.ixiulive.com/static/app/img/5.png?v=202107211759
'
,
// "imgUrl": 'https://app.ixiulive.com/static/app/img/3_1.png?v=202204011725
',
"explain"
:
langList
[
langType
].
upright4
,
//
"explain": langList[langType].upright4,
"cid"
:
"15"
,
//
"cid": "15",
"reqCode"
:
new
Date
().
getTime
(),
//
"reqCode": new Date().getTime(),
"data"
:
{
//
"data": {
"urls"
:
[
//
"urls": [
{
//
{
"url"
:
$url
+
'/Nesting/recording/gem.html'
+
window
.
location
.
search
,
//
"url": $url + '/Nesting/recording/gem.html' + window.location.search,
"title"
:
langList
[
langType
].
dew18
,
//
"title": langList[langType].dew18,
"rightBtnImageURL"
:
''
,
//
"rightBtnImageURL": '',
"rightBtnClickURL"
:
''
//
"rightBtnClickURL": ''
},
//
},
{
//
{
"url"
:
$url
+
'/Nesting/recording/dew.html'
+
window
.
location
.
search
,
//
"url": $url + '/Nesting/recording/dew.html' + window.location.search,
"title"
:
langList
[
langType
].
dewExchangeTitle3
,
//
"title": langList[langType].dewExchangeTitle3,
"rightBtnImageURL"
:
''
,
//
"rightBtnImageURL": '',
"rightBtnClickURL"
:
''
//
"rightBtnClickURL": ''
}
//
}
],
//
],
"select"
:
1
,
//
"select": 1,
"titleColor"
:
""
,
//
"titleColor": "",
"titleSelectedColor"
:
""
,
//
"titleSelectedColor": "",
"titleBackground"
:
''
,
//
"titleBackground": '',
}
//
}
},
//
},
{
//
{
"imgUrl"
:
'https://app.ixiulive.com/static/app/img/kf.png'
,
//
"imgUrl": 'https://app.ixiulive.com/static/app/img/kf.png',
"explain"
:
langList
[
langType
].
upright2
,
//
"explain": langList[langType].upright2,
"cid"
:
"4"
,
//
"cid": "4",
"data"
:
{
//
"data": {
"msg"
:
langList
[
langType
].
upright7
,
//
"msg": langList[langType].upright7,
'title'
:
langList
[
langType
].
upright6
,
//
'title': langList[langType].upright6,
"customerLayer"
:
"1"
,
//
"customerLayer": "1",
"uid"
:
"1001"
,
//
"uid": "1001",
"face"
:
"https://zhibocdn.yabolive.net/comm/img/appicon/yqzx_icon_v1.png?x-oss-process=image/resize,h_100,w_100"
,
//
"face": "https://zhibocdn.yabolive.net/comm/img/appicon/yqzx_icon_v1.png?x-oss-process=image/resize,h_100,w_100",
"nickname"
:
langList
[
langType
].
upright6
,
//
"nickname": langList[langType].upright6,
}
//
}
},
//
},
]
//
]
}
//
}
}
//
}
var
obj2
=
JSON
.
stringify
(
obj
);
//
var obj2 = JSON.stringify(obj);
appCollaboration
(
obj2
)
//
appCollaboration(obj2)
}
//
}
$
(
'.mBtnCon div'
).
on
(
'click'
,
function
()
{
$
(
'.mBtnCon div'
).
on
(
'click'
,
function
()
{
$
(
this
).
addClass
(
'check'
).
siblings
().
removeClass
(
'check'
);
$
(
this
).
addClass
(
'check'
).
siblings
().
removeClass
(
'check'
);
...
...
footseen/Nesting/help/Agreement.html
View file @
a4aa492a
This diff is collapsed.
Click to expand it.
footseen/Nesting/newShare/index.html
View file @
a4aa492a
...
@@ -99,35 +99,35 @@
...
@@ -99,35 +99,35 @@
}
}
//7300后新增客服圖標
//7300后新增客服圖標
if
(
getRequest
().
appversion
>=
7300
)
{
//
if (getRequest().appversion >= 7300) {
var
$url
=
'http://www.yabolive.tv'
;
//
var $url = 'http://www.yabolive.tv';
$
(
".recording"
).
hide
();
//
$(".recording").hide();
var
obj
=
{
//
var obj = {
"cid"
:
29
,
//
"cid": 29,
"reqCode"
:
new
Date
().
getTime
(),
//
"reqCode": new Date().getTime(),
"data"
:
{
//
"data": {
"msg"
:
"h5网页右上角显示图标"
,
//
"msg": "h5网页右上角显示图标",
"info"
:
[
//
"info": [
{
//
{
"imgUrl"
:
'https://app.ixiulive.com/static/app/img/kf.png'
,
//
"imgUrl": 'https://app.ixiulive.com/static/app/img/kf.png',
"explain"
:
langList
[
langType
].
upright2
,
//
"explain": langList[langType].upright2,
"cid"
:
"4"
,
//
"cid": "4",
"data"
:
{
//
"data": {
"msg"
:
langList
[
langType
].
upright7
,
//
"msg": langList[langType].upright7,
'title'
:
langList
[
langType
].
upright6
,
//
'title': langList[langType].upright6,
"customerLayer"
:
"1"
,
//
"customerLayer": "1",
"uid"
:
"1001"
,
//
"uid": "1001",
"face"
:
"https://zhibocdn.yabolive.net/comm/img/appicon/yqzx_icon_v1.png?x-oss-process=image/resize,h_100,w_100"
,
//
"face": "https://zhibocdn.yabolive.net/comm/img/appicon/yqzx_icon_v1.png?x-oss-process=image/resize,h_100,w_100",
"nickname"
:
langList
[
langType
].
upright6
,
//
"nickname": langList[langType].upright6,
}
//
}
},
//
},
]
//
]
}
//
}
}
//
}
var
obj2
=
JSON
.
stringify
(
obj
);
//
var obj2 = JSON.stringify(obj);
appCollaboration
(
obj2
)
//
appCollaboration(obj2)
}
//
}
if
(
langType
==
0
)
{
if
(
langType
==
0
)
{
...
...
footseen/Nesting/withdraw/index.html
View file @
a4aa492a
...
@@ -151,62 +151,62 @@
...
@@ -151,62 +151,62 @@
}
}
//7300后新增客服圖標
//7300后新增客服圖標
if
(
getRequest
().
appversion
>=
7300
)
{
//
if (getRequest().appversion >= 7300) {
var
$url
=
'http://www.yabolive.tv'
;
//
var $url = 'http://www.yabolive.tv';
$
(
".recording"
).
hide
();
//
$(".recording").hide();
var
obj
=
{
//
var obj = {
"cid"
:
29
,
//
"cid": 29,
"reqCode"
:
new
Date
().
getTime
(),
//
"reqCode": new Date().getTime(),
"data"
:
{
//
"data": {
"msg"
:
"h5网页右上角显示图标"
,
//
"msg": "h5网页右上角显示图标",
"info"
:
[
//
"info": [
{
//
{
"imgUrl"
:
'https://app.ixiulive.com/static/app/img/5.png?v=202107211759
'
,
// "imgUrl": 'https://app.ixiulive.com/static/app/img/3_1.png?v=202204011725
',
"explain"
:
langList
[
langType
].
upright4
,
//
"explain": langList[langType].upright4,
"cid"
:
"15"
,
//
"cid": "15",
"reqCode"
:
new
Date
().
getTime
(),
//
"reqCode": new Date().getTime(),
"data"
:
{
//
"data": {
"urls"
:
[
//
"urls": [
{
//
{
"url"
:
$url
+
'/Nesting/recording/gem.html'
+
window
.
location
.
search
,
//
"url": $url + '/Nesting/recording/gem.html' + window.location.search,
"title"
:
langList
[
langType
].
dew18
,
//
"title": langList[langType].dew18,
"rightBtnImageURL"
:
''
,
//
"rightBtnImageURL": '',
"rightBtnClickURL"
:
''
//
"rightBtnClickURL": ''
},
//
},
{
//
{
"url"
:
$url
+
'/Nesting/recording/dew.html'
+
window
.
location
.
search
,
//
"url": $url + '/Nesting/recording/dew.html' + window.location.search,
"title"
:
langList
[
langType
].
dewExchangeTitle3
,
//
"title": langList[langType].dewExchangeTitle3,
"rightBtnImageURL"
:
''
,
//
"rightBtnImageURL": '',
"rightBtnClickURL"
:
''
//
"rightBtnClickURL": ''
}
//
}
],
//
],
"select"
:
1
,
//
"select": 1,
"titleColor"
:
""
,
//
"titleColor": "",
"titleSelectedColor"
:
""
,
//
"titleSelectedColor": "",
"titleBackground"
:
''
,
//
"titleBackground": '',
}
//
}
},
//
},
{
//
{
"imgUrl"
:
'https://app.ixiulive.com/static/app/img/kf.png'
,
//
"imgUrl": 'https://app.ixiulive.com/static/app/img/kf.png',
"explain"
:
langList
[
langType
].
upright2
,
//
"explain": langList[langType].upright2,
"cid"
:
"4"
,
//
"cid": "4",
"data"
:
{
//
"data": {
"msg"
:
langList
[
langType
].
upright7
,
//
"msg": langList[langType].upright7,
'title'
:
langList
[
langType
].
upright6
,
//
'title': langList[langType].upright6,
"customerLayer"
:
"1"
,
//
"customerLayer": "1",
"uid"
:
"1001"
,
//
"uid": "1001",
"face"
:
"https://zhibocdn.yabolive.net/comm/img/appicon/yqzx_icon_v1.png?x-oss-process=image/resize,h_100,w_100"
,
//
"face": "https://zhibocdn.yabolive.net/comm/img/appicon/yqzx_icon_v1.png?x-oss-process=image/resize,h_100,w_100",
"nickname"
:
langList
[
langType
].
upright6
,
//
"nickname": langList[langType].upright6,
}
//
}
},
//
},
]
//
]
}
//
}
}
//
}
var
obj2
=
JSON
.
stringify
(
obj
);
//
var obj2 = JSON.stringify(obj);
appCollaboration
(
obj2
)
//
appCollaboration(obj2)
}
//
}
var
priceObj
=
{
var
priceObj
=
{
1
:
{
1
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment