|
|
|
@ -26,6 +26,7 @@
|
|
|
|
"
|
|
|
|
"
|
|
|
|
:conversation-type="conversationType"
|
|
|
|
:conversation-type="conversationType"
|
|
|
|
:to="to"
|
|
|
|
:to="to"
|
|
|
|
|
|
|
|
@exportPointJob="exportPointJob"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<!-- </div> -->
|
|
|
|
<!-- </div> -->
|
|
|
|
|
|
|
|
|
|
|
|
@ -65,6 +66,7 @@ import { V2NIMConst } from "nim-web-sdk-ng/dist/v2/NIM_UNIAPP_SDK";
|
|
|
|
const G = getCurrentInstance().appContext.app.config.globalProperties.G;
|
|
|
|
const G = getCurrentInstance().appContext.app.config.globalProperties.G;
|
|
|
|
const F = getCurrentInstance().appContext.app.config.globalProperties.F;
|
|
|
|
const F = getCurrentInstance().appContext.app.config.globalProperties.F;
|
|
|
|
const api = getCurrentInstance().appContext.app.config.globalProperties.api;
|
|
|
|
const api = getCurrentInstance().appContext.app.config.globalProperties.api;
|
|
|
|
|
|
|
|
import { getList, query } from "../../components/list/job/api";
|
|
|
|
export interface YxReplyMsg {
|
|
|
|
export interface YxReplyMsg {
|
|
|
|
messageClientId: string;
|
|
|
|
messageClientId: string;
|
|
|
|
scene: V2NIMConst.V2NIMConversationType;
|
|
|
|
scene: V2NIMConst.V2NIMConversationType;
|
|
|
|
@ -591,6 +593,10 @@ onUnload(() => {
|
|
|
|
uni.$off(events.CONFIRM_FORWARD_MSG);
|
|
|
|
uni.$off(events.CONFIRM_FORWARD_MSG);
|
|
|
|
uni.$off(events.CANCEL_FORWARD_MSG);
|
|
|
|
uni.$off(events.CANCEL_FORWARD_MSG);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const exportPointJob = ()=>{
|
|
|
|
|
|
|
|
F.wyyxPost(api.wyyx_sendCard,JSON.parse(uni.getStorageSync('im_sendParams')),() => {},() => {});
|
|
|
|
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<style lang="scss">
|
|
|
|
<style lang="scss">
|
|
|
|
|