8.20
This commit is contained in:
+3
-1
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user