This commit is contained in:
zoujiandong
2025-08-20 13:43:33 +08:00
parent de35597c69
commit 34878c34b4
48 changed files with 51 additions and 43 deletions
+3 -1
View File
@@ -28,10 +28,12 @@
let token=''
if (envVersion == "release") {
token=uni.getStorageSync("AUTH_TOKEN_CASEDATA");
src.value = 'https://caseplatform.igandan.com/web/home?token='+token;
} else {
token= uni.getStorageSync("DEV_AUTH_TOKEN_CASEDATA");
src.value = 'https://dev-caseplatform.igandan.com/web/home?token='+token;
};
src.value = 'https://dev-caseplatform.igandan.com/web/home?token='+token;
}
})
+7 -1
View File
@@ -843,7 +843,13 @@ const saveVote = () => {
});
return false;
}
if(voteData.case_exchange_vote_option.length >5) {
uni.showToast({
title: "至多设置5个选项",
icon: "none",
});
return false;
}
for (let i = 0; i < voteData.case_exchange_vote_option.length; i++) {
if (voteData.case_exchange_vote_option[i].option_value == "") {
uni.showToast({