|
@@ -16,7 +16,7 @@ const formData = reactive({
|
|
|
});
|
|
|
// 提交数据
|
|
|
const postInfo = reactive({
|
|
|
- orderId: "1772480007187632128",
|
|
|
+ orderId: "",
|
|
|
orderMealReviews: [],
|
|
|
});
|
|
|
// 获取页面参数
|
|
@@ -58,7 +58,7 @@ function submit() {
|
|
|
if (res.code === 200) {
|
|
|
uni.showModal({
|
|
|
title: "Prompt",
|
|
|
- content: "Registered successfully",
|
|
|
+ content: "Submission success",
|
|
|
showCancel: false,
|
|
|
confirmText: "confirm",
|
|
|
success() {
|