登陆名

This commit is contained in:
2019-10-26 13:47:31 +08:00
parent 72737d8376
commit 9ac873ff00
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ mui.plusReady(function() {
shopLat=data.lat;
shopLng=data.lng;
phone=data.phone;
userName=data.userName;
userName=data.loginName;
//console.log(shopLng);
localStorage.setItem('shopLat', shopLat);
localStorage.setItem('shopLng', shopLng);