@@ -331,6 +331,7 @@ Page({
title: '提示',
content: '是否参与该数据的后续工作',
confirmText: "参与",
+ cancelText: "不参与",
complete: (s) => {
_Http.basic({
"id": 20220930103701,
@@ -763,6 +763,7 @@ Page({
@@ -560,6 +560,7 @@ Page({
@@ -689,7 +689,8 @@ Page({
if (confirm) wx.showModal({
- confirmText: "参与",
+ confirmText: "参与",
@@ -428,6 +428,7 @@ Page({
@@ -297,6 +297,7 @@ Page({
@@ -78,7 +78,8 @@ Component({