|
@@ -166,7 +166,7 @@ export default defineComponent({
|
|
|
title: '提示',
|
|
|
message: res.message,
|
|
|
theme: 'round-button',
|
|
|
- confirmButtonColor: '#64A9FF'
|
|
|
+ confirmButtonColor: '#FF8057'
|
|
|
})
|
|
|
|
|
|
state.qrCodeStatus = true
|
|
@@ -221,7 +221,7 @@ export default defineComponent({
|
|
|
showDialog({
|
|
|
message: '信息获取失败,请联系老师',
|
|
|
theme: 'round-button',
|
|
|
- confirmButtonColor: '#64A9FF'
|
|
|
+ confirmButtonColor: '#FF8057'
|
|
|
})
|
|
|
}
|
|
|
})
|
|
@@ -363,14 +363,14 @@ export default defineComponent({
|
|
|
{{
|
|
|
input: () => (
|
|
|
<RadioGroup
|
|
|
- checked-color="#64A9FF"
|
|
|
+ checked-color="#FF8057"
|
|
|
v-model={state.forms.gender}
|
|
|
direction="horizontal"
|
|
|
>
|
|
|
<Tag
|
|
|
size="large"
|
|
|
type="primary"
|
|
|
- color={!(state.forms.gender === 1) ? '#EAEAEA' : '#64A9FF'}
|
|
|
+ color={!(state.forms.gender === 1) ? '#EAEAEA' : '#FF8057'}
|
|
|
textColor={!(state.forms.gender === 1) ? '#AAA' : '#FFF'}
|
|
|
class={styles.radioSection}
|
|
|
round
|
|
@@ -380,7 +380,7 @@ export default defineComponent({
|
|
|
<Tag
|
|
|
size="large"
|
|
|
type="primary"
|
|
|
- color={!(state.forms.gender === 0) ? '#EAEAEA' : '#64A9FF'}
|
|
|
+ color={!(state.forms.gender === 0) ? '#EAEAEA' : '#FF8057'}
|
|
|
textColor={!(state.forms.gender === 0) ? '#AAA' : '#FFF'}
|
|
|
class={styles.radioSection}
|
|
|
round
|
|
@@ -403,7 +403,7 @@ export default defineComponent({
|
|
|
{{
|
|
|
button: () =>
|
|
|
state.countDownStatus ? (
|
|
|
- <Button type="primary" round size="small" color="#64A9FF" onClick={onSendCode}>
|
|
|
+ <Button type="primary" round size="small" color="#FF8057" onClick={onSendCode}>
|
|
|
发送验证码
|
|
|
</Button>
|
|
|
) : (
|
|
@@ -427,7 +427,7 @@ export default defineComponent({
|
|
|
v-model={state.checked}
|
|
|
icon-size="16"
|
|
|
style="margin-right: 6px"
|
|
|
- checked-color="#64A9FF"
|
|
|
+ checked-color="#FF8057"
|
|
|
></Checkbox>
|
|
|
<div>
|
|
|
<span
|
|
@@ -456,7 +456,7 @@ export default defineComponent({
|
|
|
block
|
|
|
round
|
|
|
class={styles['btn-submit']}
|
|
|
- color="#64A9FF"
|
|
|
+ color="#FF8057"
|
|
|
loading={state.btnLoading}
|
|
|
native-type="submit"
|
|
|
>
|
|
@@ -476,7 +476,7 @@ export default defineComponent({
|
|
|
<p class={styles['submit-tips']}>请下载管乐团管理端APP</p>
|
|
|
<Button
|
|
|
type="primary"
|
|
|
- color="#64A9FF"
|
|
|
+ color="#FF8057"
|
|
|
block
|
|
|
round
|
|
|
onClick={() => {
|