cuiqian2004
2025-09-12 d87c256a957a6a5c3b40eaf9c52ec68f2fc22c97
pages/task/update.vue
@@ -38,7 +38,7 @@
               </a>
            </view>
            <view class="item" v-if="form.tasktype == 1">
               <view>循环次数:</view>
               <view>重复次数:</view>
               <input class="right-input" type="number" :value="form.cycleTime" :maxlength="4"
                  @input="onInputCycleTime" />
            </view>
@@ -334,7 +334,7 @@
            if (flag) {
               showModal(`当前编辑的内容将不会被保存`, "确定要退出编辑吗?").then((res) => {
               showModal(`当前编辑的内容将不会被保存`, "确定要退出编辑吗?",true,"确定","取消").then((res) => {
                  if (res) {
                     uni.navigateBack({
                        delta: 1, //返回层数,2则上上页
@@ -555,7 +555,7 @@
            if (exStr == "{}")
               exStr = ex
            let tip = typeof ex.msg == "string" ? ex.msg : exStr
            showModal(tip, "错误", false)
            showModal(tip, "错误", false,"确定")
         },
      }