|
@@ -134,6 +134,7 @@ export default defineComponent({
|
|
|
const handlePlay = async () => {
|
|
|
const playState = getSettingValue('playState');
|
|
|
const playType = getSettingValue('playType');
|
|
|
+
|
|
|
if (playState === 'pause') {
|
|
|
updateSettingValue('playState', 'play');
|
|
|
if (playType === 'beat') {
|
|
@@ -390,6 +391,7 @@ export default defineComponent({
|
|
|
part.forEach((child: any, cj: number) => {
|
|
|
if (i === ci && jIndex === cj) {
|
|
|
child.url = dropItem.url;
|
|
|
+ child.index = dropItem.index;
|
|
|
}
|
|
|
});
|
|
|
}
|