|
|
|
@ -375,9 +375,6 @@ const setNavTitle = () => {
|
|
|
|
const subTitle = `(${team?.memberCount || 0})`;
|
|
|
|
const subTitle = `(${team?.memberCount || 0})`;
|
|
|
|
title.value = (team?.name || "") + subTitle;
|
|
|
|
title.value = (team?.name || "") + subTitle;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
uni.setNavigationBarTitle({
|
|
|
|
|
|
|
|
title: title.value,
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
onShow(function () {
|
|
|
|
onShow(function () {
|
|
|
|
@ -401,7 +398,7 @@ onLoad((options) => {
|
|
|
|
uni.$on(events.HANDLE_MOVE_THROUGH, (flag) => {
|
|
|
|
uni.$on(events.HANDLE_MOVE_THROUGH, (flag) => {
|
|
|
|
moveThrough.value = flag;
|
|
|
|
moveThrough.value = flag;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
console.log("options聊天", options);
|
|
|
|
uni.setNavigationBarTitle({
|
|
|
|
uni.setNavigationBarTitle({
|
|
|
|
title: options.ctitle,
|
|
|
|
title: options.ctitle,
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|