@@ -348,7 +348,7 @@ onMounted(() => {
uni.$on("scroll-to-bottom", scrollToLatestMessage);
let personId = uni.getStorageSync("personId");
- if (personId != "001") {
+ if (personId != "136895") {
isMerchant();
}
});
@@ -140,6 +140,8 @@ export default {
console.log(res);
this.userInfo = res.data;
this.loading = false;
+ } else {
+ this.loading = false;
},