From d87c256a957a6a5c3b40eaf9c52ec68f2fc22c97 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 12 九月 2025 16:23:42 +0800
Subject: [PATCH] test
---
pages/task/add.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pages/task/add.vue b/pages/task/add.vue
index 4214475..a4e2980 100644
--- a/pages/task/add.vue
+++ b/pages/task/add.vue
@@ -37,7 +37,7 @@
</a>
</view>
<view class="item" v-if="info.tasktype == 1">
- <view>寰幆娆℃暟锛�/view>
+ <view>閲嶅娆℃暟锛�/view>
<input class="right-input" type="number" :value="info.cycleTime" :maxlength="4"
@input="onInputCycleTime" />
</view>
@@ -280,7 +280,7 @@
}
if (flag) {
- showModal(`褰撳墠缂栬緫鐨勫唴瀹瑰皢涓嶄細琚繚瀛榒, "纭畾瑕侀�鍑虹紪杈戝悧?").then((res) => {
+ showModal(`褰撳墠缂栬緫鐨勫唴瀹瑰皢涓嶄細琚繚瀛榒, "纭畾瑕侀�鍑虹紪杈戝悧?",true,"纭畾","鍙栨秷").then((res) => {
if (res) {
uni.navigateBack({
delta: 1, //杩斿洖灞傛暟锛�鍒欎笂涓婇〉
@@ -349,7 +349,7 @@
const item = this.pathwayList[index]
if (type == "stationID") {
- const list = this.stationLst(item.stationID)
+ const list = this.stationList
let index2 = 0
if (list.length > 0) {
if (item.stationID) {
@@ -473,7 +473,7 @@
if (exStr == "{}")
exStr = ex
let tip = typeof ex.msg == "string" ? ex.msg : exStr
- showModal(tip, "閿欒", false)
+ showModal(tip, "閿欒", false,"纭畾")
},
}
--
Gitblit v1.9.1