|
@@ -38,7 +38,8 @@ Page({
|
|
|
operateTime: goods.operateTime || "",
|
|
operateTime: goods.operateTime || "",
|
|
|
operateBy: goods.operateBy || "",
|
|
operateBy: goods.operateBy || "",
|
|
|
conditioningProgramSupplierName: goods.conditioningProgramSupplierName || "",
|
|
conditioningProgramSupplierName: goods.conditioningProgramSupplierName || "",
|
|
|
- image: goods.image || "",
|
|
|
|
|
|
|
+ image: goods.conditioningProgramPhoto || "",
|
|
|
|
|
+ name: goods.conditioningProgramName || "",
|
|
|
};
|
|
};
|
|
|
console.log(service, "service===");
|
|
console.log(service, "service===");
|
|
|
}
|
|
}
|
|
@@ -190,8 +191,6 @@ Page({
|
|
|
wx.showToast({ title: "请完成三项评分", icon: "none" });
|
|
wx.showToast({ title: "请完成三项评分", icon: "none" });
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- console.log(this.data.service, "this.data.service===");
|
|
|
|
|
try {
|
|
try {
|
|
|
const data = {
|
|
const data = {
|
|
|
lineId: this.data.service?.lineId,
|
|
lineId: this.data.service?.lineId,
|
|
@@ -204,7 +203,6 @@ Page({
|
|
|
depict: this.data.content,
|
|
depict: this.data.content,
|
|
|
imageVideos: this.data.mediaList.map((m) => withMediaType(m.path, m.type)),
|
|
imageVideos: this.data.mediaList.map((m) => withMediaType(m.path, m.type)),
|
|
|
};
|
|
};
|
|
|
- console.log(data, "data===");
|
|
|
|
|
wx.showLoading({ title: "发布中..." });
|
|
wx.showLoading({ title: "发布中..." });
|
|
|
await evaluateOrderGoodsMethod(data);
|
|
await evaluateOrderGoodsMethod(data);
|
|
|
wx.hideLoading();
|
|
wx.hideLoading();
|