zhuijing

Results 4 issues of zhuijing

真机预览报错,小程序编辑器正常展示。 ![WechatIMG265](https://user-images.githubusercontent.com/25924193/65590707-cfd27500-dfbd-11e9-9d18-d7aae4e084a7.jpeg)

![image](https://user-images.githubusercontent.com/25924193/130226398-e3052a56-6e49-4da9-80b2-163f1fb7dc53.png) ![image](https://user-images.githubusercontent.com/25924193/130226510-fdc67048-fd42-4511-8e27-798a5d991ee8.png)

const userCity = wx.getStorageSync('userinfo') 应该转换为 const userCity = my.getStorageSync({key:'userCity'}).data; 现在转成了 const userCity = my.getStorageSync({key:'userCity'});缺少了data

可以自定义是否启用毛玻璃效果,我只需要透明就好,不需要毛玻璃效果

enhancement