|
|
|
|
@ -386,9 +386,9 @@
|
|
|
|
|
</view>
|
|
|
|
|
</slot>
|
|
|
|
|
</g-panel-fixed>
|
|
|
|
|
<u-popup v-model="shareModal.isShow" mode="bottom" border-radius="16" height="600px" :mask-close-able="true">
|
|
|
|
|
<!-- <u-popup v-model="shareModal.isShow" mode="bottom" border-radius="16" height="600px" :mask-close-able="true">
|
|
|
|
|
<mainPanel :showBg="true" :rid="rid" :oid="oid" :active="1" :name="orderDetail.userName" :job="orderDetail.storeJobName" :recommendList="recommendList[0]" />
|
|
|
|
|
</u-popup>
|
|
|
|
|
</u-popup> -->
|
|
|
|
|
</view>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
@ -1155,7 +1155,7 @@ export default {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
that.goImLoading = true;
|
|
|
|
|
that.F.wyyxGet(that.api.job_get_agency_cus + "?agencyId=" + val.info == "up" ? that.orderDetail.upAgencyId : that.orderDetail.downAgencyId, {}, (cusData) => {
|
|
|
|
|
that.F.wyyxGet(that.api.job_get_agency_cus + "?agencyId=" + (val.info == "up" ? that.orderDetail.upAgencyId : that.orderDetail.downAgencyId), {}, (cusData) => {
|
|
|
|
|
console.log("cusDatacusDatacusDatacusData", cusData);
|
|
|
|
|
if (val.type == "im") {
|
|
|
|
|
that.goIm(cusData);
|
|
|
|
|
@ -1183,6 +1183,7 @@ export default {
|
|
|
|
|
receiverAccid: cusData.accid,
|
|
|
|
|
},
|
|
|
|
|
(res) => {
|
|
|
|
|
console.log("111111111111111111111111111111111", res);
|
|
|
|
|
uni.$UIKitStore.uiStore.selectConversation(res.conversationId);
|
|
|
|
|
let params = {
|
|
|
|
|
工单信息: "",
|
|
|
|
|
@ -1200,6 +1201,7 @@ export default {
|
|
|
|
|
text: that.G.objToStr(params, "copy"),
|
|
|
|
|
},
|
|
|
|
|
(res) => {
|
|
|
|
|
console.log("222222222222222222222222222222222", res);
|
|
|
|
|
uni.navigateTo({
|
|
|
|
|
url: "/root/NEUIKit/pages/Chat/index",
|
|
|
|
|
});
|
|
|
|
|
|