调整收费套餐页面

This commit is contained in:
邱贞招 2024-12-02 20:59:12 +08:00
parent 094294af4a
commit a65e254c17
2 changed files with 8 additions and 1 deletions

View File

@ -538,6 +538,9 @@ export default {
}
},
validateMore() {
if(this.form.ridingRule === '1'){
return true
}
const { start, end, eachUnit, fee } = this.more;
//
if (start === '' || end === '') {
@ -575,6 +578,10 @@ export default {
return true; //
},
validateRules() {
if(this.form.ridingRule === '1'){
console.log(111111111111)
return true
}
for (let i = 0; i < this.rule.length; i++) {
const { start, end, eachUnit, fee } = this.rule[i];
if (start === '' || end === '') {

View File

@ -414,7 +414,7 @@ export default {
copy(row) {
const account = `账号:${row.userName}`; //
const password = `密码:${row.initPassword}`; //
const fixedUrl = "https://dche.ccttiot.com/"; //
const fixedUrl = "https://www.baidu.com/"; //
//
const textToCopy = `${fixedUrl}\n${account}\n${password}`;