doum
2025-09-05 16f7eb87a04a764e97ccba0d703259e707ff4b98
small-program/pages/sorting/sorting.vue
@@ -193,7 +193,7 @@
               type: 0
            },
            cateList: [],
            viewStatus: false
            viewStatus: true
         };
      },
      onLoad(option) {
@@ -216,6 +216,7 @@
               
            })
         } else {
            this.form.linkName = this.userInfo.name
            this.form.linkPhone = this.userInfo.telephone
            this.form.priceNum1 = option.days
            this.form.startDate = option.startDate
@@ -272,7 +273,7 @@
                  priceUnit: this.form.priceUnit,
                  priceNum1: this.form.priceNum1,
                  priceNum2: this.form.priceNum2,
                  type: this.form.type,
                  type: this.form.type,
                  workType: this.form.workType
               }).then(res => {
                  if (res.code === 200) {