添加声音
This commit is contained in:
@@ -126,6 +126,9 @@ const nextStep = async () => {
|
||||
scores.value = [];
|
||||
step.value = 4;
|
||||
start.value = true;
|
||||
setTimeout(() => {
|
||||
uni.$emit("play-sound", "请开始射击");
|
||||
}, 300);
|
||||
} else if (step.value === 5) {
|
||||
uni.navigateBack({
|
||||
delta: 1,
|
||||
|
||||
Reference in New Issue
Block a user