|
|
@@ -529,7 +529,7 @@ export default {
|
|
|
return ''
|
|
|
}
|
|
|
if (!this.hasValidCustomConfig()) {
|
|
|
- return '请完整填写自定义计费规则'
|
|
|
+ return '请完整填写自定义计费规则(起步公里、起步价、超出每公里价)'
|
|
|
}
|
|
|
if (Number(this.form.status) === 1 && !this.canEnableRunner()) {
|
|
|
return '请先绑定跑腿商户或配置完整的自定义计费后再启用'
|
|
|
@@ -773,7 +773,7 @@ export default {
|
|
|
transition: all 0.2s ease;
|
|
|
font-weight: bold;
|
|
|
&.active {
|
|
|
- color: #3385ff;
|
|
|
+ color: #049E2C;
|
|
|
font-weight: bold;
|
|
|
|
|
|
&::after {
|
|
|
@@ -784,7 +784,7 @@ export default {
|
|
|
transform: translateX(-50%);
|
|
|
width: 40upx;
|
|
|
height: 4upx;
|
|
|
- background-color: #3385ff;
|
|
|
+ background-color: #049E2C;
|
|
|
border-radius: 2upx;
|
|
|
}
|
|
|
}
|
|
|
@@ -885,7 +885,7 @@ export default {
|
|
|
|
|
|
.section-badge {
|
|
|
font-size: 24upx;
|
|
|
- color: #3385ff;
|
|
|
+ color: #049E2C;
|
|
|
margin-left: 12upx;
|
|
|
}
|
|
|
|