wangxia 2 months ago
commit ae5dc05254

@ -676,25 +676,25 @@
{
"pagePath": "pages/home/index",
"iconPath": "static/image/home.png",
"selectedIconPath": "static/image/home-active.png",
"selectedIconPath": "static/image/home.png",
"text": "首页"
},
{
"pagePath": "pages/home/order",
"iconPath": "static/image/apply.png",
"selectedIconPath": "static/image/apply-active.png",
"iconPath": "static/image/home.png",
"selectedIconPath": "static/image/home.png",
"text": "发单号"
},
{
"iconPath": "static/image/message.png",
"selectedIconPath": "static/image/message_active.png",
"iconPath": "static/image/home.png",
"selectedIconPath": "static/image/home.png",
"pagePath": "pages/message/index",
"text": "消息"
},
{
"pagePath": "pages/workBench/index",
"iconPath": "static/image/apply.png",
"selectedIconPath": "static/image/apply-active.png",
"iconPath": "static/image/home.png",
"selectedIconPath": "static/image/home.png",
"text": "工单"
},
// { ai
@ -705,8 +705,8 @@
// },
{
"pagePath": "pages/person/index",
"iconPath": "static/image/person.png",
"selectedIconPath": "static/image/person-active.png",
"iconPath": "static/image/home.png",
"selectedIconPath": "static/image/home.png",
"text": "我的"
}
]

@ -1403,26 +1403,52 @@ export default {
}
});
that.jobDetail.info = newList.join("丨");
let sendParams = {
conversationType: 1,
senderAccid: uni.getStorageSync("im-accid"),
receiverAccid: cusData.accid,
type: 100000,
jobDetail: {
title: that.jobDetail.jobName,
info: that.jobDetail.info,
label: that.jobDetail.jobRequestLabelNames.length > 0 ? that.jobDetail.jobRequestLabelNames : [],
salaryClassifyValue: that.jobDetail.priceStr,
serviceFee: that.showPrice ? that.jobDetail.serverPrice : "",
monthPay: that.jobDetail.monthPay,
jobId: that.uid,
that.F.wyyxPost(
that.api.wyyx_sendCard, {
conversationType: 1,
// senderUserId: uni.getStorageSync("apply-uid"), // id id
// receiverUserId: cusData, // id
senderAccid: uni.getStorageSync("im-accid"),
receiverAccid: cusData.accid,
type: 100000,
jobDetail: {
title: that.jobDetail.jobName,
info: that.jobDetail.info,
label: that.jobDetail.jobRequestLabelNames.length > 0 ? that
.jobDetail.jobRequestLabelNames : "",
salaryClassifyValue: that.jobDetail.priceStr,
serviceFee: that.jobDetail.fuWuFei,
monthPay: that.jobDetail.monthPay,
jobId: that.uid,
},
},
};
uni.setStorageSync("im_sendParams", JSON.stringify(sendParams));
uni.navigateTo({
url: "/root/NEUIKit/pages/Chat/index",
});
that.goImLoading = false;
() => {
uni.navigateTo({
url: "/root/NEUIKit/pages/Chat/index",
});
},
() => {}
);
// let sendParams = {
// conversationType: 1,
// senderAccid: uni.getStorageSync("im-accid"),
// receiverAccid: cusData.accid,
// type: 100000,
// jobDetail: {
// title: that.jobDetail.jobName,
// info: that.jobDetail.info,
// label: that.jobDetail.jobRequestLabelNames.length > 0 ? that.jobDetail.jobRequestLabelNames : [],
// salaryClassifyValue: that.jobDetail.priceStr,
// serviceFee: that.showPrice ? that.jobDetail.serverPrice : "",
// monthPay: that.jobDetail.monthPay,
// jobId: that.uid,
// },
// };
// uni.setStorageSync("im_sendParams", JSON.stringify(sendParams));
// uni.navigateTo({
// url: "/root/NEUIKit/pages/Chat/index",
// });
// that.goImLoading = false;
},
() => {}
);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 765 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 819 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 578 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Loading…
Cancel
Save