|
@@ -430,7 +430,8 @@ export default defineComponent({
|
|
|
Dialog.confirm({
|
|
|
title: '提示',
|
|
|
message: '您有一个未支付的订单,是否继续支付?',
|
|
|
- confirmButtonColor: '#269a93',
|
|
|
+ theme: 'round-button',
|
|
|
+ className: 'confirm-button-group',
|
|
|
cancelButtonText: '取消订单',
|
|
|
confirmButtonText: '继续支付'
|
|
|
})
|
|
@@ -647,7 +648,6 @@ export default defineComponent({
|
|
|
<span>{musicDetail.value?.favoriteCount}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
{musicDetail.value?.id && !buyState.value.play && (
|
|
|
<div class={styles.albumTips}>
|
|
|
{buyState.value.charge && buyState.value.vip ? (
|
|
@@ -862,6 +862,7 @@ export default defineComponent({
|
|
|
teleport="body"
|
|
|
closeable
|
|
|
style={{ width: '80%' }}
|
|
|
+ class={styles.staffChange}
|
|
|
round
|
|
|
>
|
|
|
<div class={styles.staffContainer}>
|
|
@@ -885,7 +886,6 @@ export default defineComponent({
|
|
|
icon: (props: any) => (
|
|
|
<Icon
|
|
|
class={styles.boxStyle}
|
|
|
- size={16}
|
|
|
name={
|
|
|
props.checked
|
|
|
? activeButtonIcon
|
|
@@ -915,7 +915,6 @@ export default defineComponent({
|
|
|
icon: (props: any) => (
|
|
|
<Icon
|
|
|
class={styles.boxStyle}
|
|
|
- size={16}
|
|
|
name={
|
|
|
props.checked
|
|
|
? activeButtonIcon
|
|
@@ -945,7 +944,6 @@ export default defineComponent({
|
|
|
icon: (props: any) => (
|
|
|
<Icon
|
|
|
class={styles.boxStyle}
|
|
|
- size={16}
|
|
|
name={
|
|
|
props.checked
|
|
|
? activeButtonIcon
|