Commit ea45713b authored by fengruiyu's avatar fengruiyu

修改JS

parent ff447866
...@@ -54,8 +54,8 @@ function getScaleInfos(zoomLevel, lat,tt) { ...@@ -54,8 +54,8 @@ function getScaleInfos(zoomLevel, lat,tt) {
text: "5KM", text: "5KM",
value: 5000 value: 5000
}, { }, {
text: "2KM", text: "3KM",
value: 2000 value: 3000
}, },
{ {
text: "2KM", text: "2KM",
......
...@@ -167,8 +167,9 @@ var vm = new Vue({ ...@@ -167,8 +167,9 @@ var vm = new Vue({
th.initZsMap(inMsg); th.initZsMap(inMsg);
}, },
initZsMap: function (inMsg) { initZsMap: function (inMsg) {
console.log(inMsg,">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>" )
var th = this; var th = this;
th.isVip = inMsg.vip == 1;
th.iconType = inMsg.iconType == null ? 0 : inMsg.iconType; th.iconType = inMsg.iconType == null ? 0 : inMsg.iconType;
if (inMsg.lat == 0 || inMsg.lng == 0 || if (inMsg.lat == 0 || inMsg.lng == 0 ||
......
...@@ -130,6 +130,7 @@ class MyFragment : BaseFragment<FragmentMyBinding, MyViewModel>(), OnRefreshList ...@@ -130,6 +130,7 @@ class MyFragment : BaseFragment<FragmentMyBinding, MyViewModel>(), OnRefreshList
tv_tips.text = "恭喜你被全球会员卡砸中~" tv_tips.text = "恭喜你被全球会员卡砸中~"
bt_try.visibility = View.VISIBLE bt_try.visibility = View.VISIBLE
item_title_avatar.setImageResource(R.mipmap.ic_my) item_title_avatar.setImageResource(R.mipmap.ic_my)
rty_vip_bg.setBackgroundResource(R.mipmap.iv_rty_isvip_bg)
} }
} }
......
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