Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_street
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_street
Commits
ea45713b
Commit
ea45713b
authored
Aug 18, 2021
by
fengruiyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改JS
parent
ff447866
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
gmap.js
app/src/main/assets/web/zhs/gmap.js
+2
-2
zsmap.js
app/src/main/assets/web/zhs/zsmap.js
+2
-1
MyFragment.kt
app/src/main/java/com/mints/street/main/my/MyFragment.kt
+1
-0
No files found.
app/src/main/assets/web/zhs/gmap.js
View file @
ea45713b
...
...
@@ -54,8 +54,8 @@ function getScaleInfos(zoomLevel, lat,tt) {
text
:
"5KM"
,
value
:
5000
},
{
text
:
"
2
KM"
,
value
:
2
000
text
:
"
3
KM"
,
value
:
3
000
},
{
text
:
"2KM"
,
...
...
app/src/main/assets/web/zhs/zsmap.js
View file @
ea45713b
...
...
@@ -167,8 +167,9 @@ var vm = new Vue({
th
.
initZsMap
(
inMsg
);
},
initZsMap
:
function
(
inMsg
)
{
console
.
log
(
inMsg
,
">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
)
var
th
=
this
;
th
.
isVip
=
inMsg
.
vip
==
1
;
th
.
iconType
=
inMsg
.
iconType
==
null
?
0
:
inMsg
.
iconType
;
if
(
inMsg
.
lat
==
0
||
inMsg
.
lng
==
0
||
...
...
app/src/main/java/com/mints/street/main/my/MyFragment.kt
View file @
ea45713b
...
...
@@ -130,6 +130,7 @@ class MyFragment : BaseFragment<FragmentMyBinding, MyViewModel>(), OnRefreshList
tv_tips
.
text
=
"恭喜你被全球会员卡砸中~"
bt_try
.
visibility
=
View
.
VISIBLE
item_title_avatar
.
setImageResource
(
R
.
mipmap
.
ic_my
)
rty_vip_bg
.
setBackgroundResource
(
R
.
mipmap
.
iv_rty_isvip_bg
)
}
}
...
...
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