提交版本

This commit is contained in:
2019-10-29 01:07:10 +08:00
parent 674cd7a9c2
commit 17ade15332
4 changed files with 5 additions and 5 deletions

View File

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