This commit is contained in:
7small7
2023-12-04 23:33:01 +08:00
parent 0c6e535554
commit 7dd2b43420
57 changed files with 764 additions and 1023 deletions

View File

@@ -66,7 +66,7 @@
// 生成泡泡
generateBubble() {
const image = "https://tnuiimage.tnkjapp.com/bubble/" + this.$tn.number.randomInt(1, 33) + ".png"
const image = "https://resource.tuniaokj.com/images/bubble/" + this.$tn.number.randomInt(1, 33) + ".png"
uni.getImageInfo({
src: image,
success: (res) => {