|
|
|
@ -807,7 +807,9 @@ const screenHeight = ref(0);
|
|
|
|
screenHeight.value = uni.getSystemInfoSync().windowHeight;
|
|
|
|
screenHeight.value = uni.getSystemInfoSync().windowHeight;
|
|
|
|
const chooseData = ref({});
|
|
|
|
const chooseData = ref({});
|
|
|
|
onMounted(() => {
|
|
|
|
onMounted(() => {
|
|
|
|
chooseData.value = JSON.parse(uni.getStorageSync("im_sendParams")).jobDetail;
|
|
|
|
if(uni.getStorageSync("im_sendParams")){
|
|
|
|
|
|
|
|
chooseData.value = JSON.parse(uni.getStorageSync("im_sendParams")).jobDetail;
|
|
|
|
|
|
|
|
}
|
|
|
|
uninstallTeamWatch = autorun(() => {
|
|
|
|
uninstallTeamWatch = autorun(() => {
|
|
|
|
if (props.conversationType === V2NIMConst.V2NIMConversationType.V2NIM_CONVERSATION_TYPE_TEAM) {
|
|
|
|
if (props.conversationType === V2NIMConst.V2NIMConversationType.V2NIM_CONVERSATION_TYPE_TEAM) {
|
|
|
|
const _team: V2NIMTeam = deepClone(uni.$UIKitStore.teamStore.teams.get(props.to));
|
|
|
|
const _team: V2NIMTeam = deepClone(uni.$UIKitStore.teamStore.teams.get(props.to));
|
|
|
|
|