Browse Source

feat: 修改发表评论提示字段

windyeasy 7 months ago
parent
commit
43e03bd8ce
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/discuss/index.vue

+ 2 - 2
src/pages/discuss/index.vue

@@ -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() {