diff --git a/components/panel/fixed.vue b/components/panel/fixed.vue index 7b00a25..a9c13d1 100644 --- a/components/panel/fixed.vue +++ b/components/panel/fixed.vue @@ -1,25 +1,35 @@ \ No newline at end of file +.g-components-panel-fixed { + position: fixed; + width: 100%; + bottom: 0; + left: 0; + padding-top: 12px; + padding-bottom: calc(constant(safe-area-inset-bottom)); /*兼容 IOS<11.2*/ + padding-bottom: calc(env(safe-area-inset-bottom)); /*兼容 IOS>11.2*/ + min-height: 72px; + z-index: 999; + box-sizing: border-box; +} + diff --git a/root/NEUIKit/pages/user-card/friend/index.vue b/root/NEUIKit/pages/user-card/friend/index.vue index a4cad5d..a4703db 100644 --- a/root/NEUIKit/pages/user-card/friend/index.vue +++ b/root/NEUIKit/pages/user-card/friend/index.vue @@ -9,9 +9,9 @@
-
{{ "客服手机号" }}
+
{{ "手机号" }}
-
{{ userInfo.tel || '-' }}
+
{{ tel || "-" }}
@@ -93,6 +93,7 @@ import Icon from "../../../components/Icon.vue"; import G from "../../../../../utils/ajax.js"; const userInfo = ref(); +const tel = ref(); const relation = ref("stranger"); const isInBlacklist = ref(false); @@ -122,12 +123,12 @@ onLoad((props) => { console.log(G, "123131231231232"); G.Post("/wyyx/user/findUser", { accid: userInfo.value.accountId }, (res) => { console.log("resresresresresres", res); - userInfo.value.tel = res.data.tel; + tel.value = res.data.tel; }); }); function takeTel() { uni.makePhoneCall({ - phoneNumber: userInfo.value.tel, + phoneNumber: tel, }); } const handleSwitchChange = async (e: any) => { diff --git a/root/detail/apply.vue b/root/detail/apply.vue index 64b0cf9..562f1ca 100644 --- a/root/detail/apply.vue +++ b/root/detail/apply.vue @@ -377,18 +377,18 @@ 电话客服 - + - + - + @@ -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", }); diff --git a/root/person/avatar.vue b/root/person/avatar.vue index fb6832f..d0da4be 100644 --- a/root/person/avatar.vue +++ b/root/person/avatar.vue @@ -84,7 +84,7 @@ export default { icon: "success", }); that.G.checkToken(); - uni.setStorageSync("apply-avatar", res); + uni.setStorageSync("apply-avatar", res.image); setTimeout(() => { uni.navigateBack(); }, 1500); diff --git a/root/person/change.vue b/root/person/change.vue index 3bcc090..b2b917b 100644 --- a/root/person/change.vue +++ b/root/person/change.vue @@ -141,6 +141,7 @@ export default { that.G.checkToken(); setTimeout(() => { + uni.$emit("getBossAddress"); uni.navigateBack(); }, 1500); } @@ -151,7 +152,6 @@ export default { this.info.value.address = e.address; this.info.value.lat = e.lat; this.info.value.lng = e.lng; - uni.$emit("getBossAddress", that.avatar); }, }, }; diff --git a/root/person/changeTeam.vue b/root/person/changeTeam.vue index 2aec198..a884ac0 100644 --- a/root/person/changeTeam.vue +++ b/root/person/changeTeam.vue @@ -29,11 +29,11 @@ /> --> - +
- +
合并团队
diff --git a/root/person/set.vue b/root/person/set.vue index b1e05d7..601872b 100644 --- a/root/person/set.vue +++ b/root/person/set.vue @@ -66,7 +66,7 @@ @clickItem="handleClickItem" /> - + - +