@@ -27,11 +27,11 @@ export default {
onLaunch: function(urlObj) {
const that = this;
// #ifdef MP
- // uni.getSystemInfo({
- // success(re) {
- // that.setSystem(re.osName)
- // }
- // })
+ uni.getSystemInfo({
+ success(re) {
+ that.setSystem(re.osName)
+ }
+ })
// #endif
const obj = this;
// 加载缓存中的用户信息