fix: 提示语调整
This commit is contained in:
parent
8799a4fe9c
commit
4efafb1919
|
@ -323,7 +323,7 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
title: item.aeraNmae,
|
title: item.aeraNmae,
|
||||||
content: "已完成任务,请直接刷卡\n如卡片异常请进行上报。",
|
content: "任务完成后请关闭弹窗并刷卡,如卡片异常请进行上报",
|
||||||
confirmText: "确定",
|
confirmText: "确定",
|
||||||
cancelText: "异常上报",
|
cancelText: "异常上报",
|
||||||
confirmColor: "#333333",
|
confirmColor: "#333333",
|
||||||
|
|
Loading…
Reference in New Issue