Lou
2024-04-03 fd8aa3546f4f089ff0cea735c921d1b2f76aca31
subPackage/police/onLine.vue
@@ -79,7 +79,10 @@
                        this.userInfo.status = 1
                     }
                     updateUserInfo(this.userInfo).then(res => {
                        console.log(res)
                        console.log("**********userInfo*************", res)
                        let userInfo = uni.getStorageSync("userInfo")
                        userInfo.status = this.userInfo.status
                        uni.setStorageSync("userInfo", userInfo)
                     })
                  }
               }
@@ -97,16 +100,7 @@
               } else {
                  this.onLine = false
               }
               // console.log(data)
            });
            // data.forEach((item, index) => {
            //    if (item.roleName == "居民") {
            //       item.icon = "/static/icon/user-01.png"
            //    }
            // })
            // this.roleData = data;
            this.loading = !this.loading
         },