广告显示

This commit is contained in:
2024-11-25 13:13:42 +08:00
parent 0b975c2418
commit 0ad2bb2b93
515 changed files with 256872 additions and 2253 deletions

View File

@@ -185,7 +185,7 @@ export default {
onShow() {
//改变字体大小
var status = this.$baseFontSize();
if (status == 5) {
if (status == 4) {
this.fontSizeBlod = true;
} else {
this.fontSizeBlod = false;
@@ -205,7 +205,7 @@ export default {
//改变字体大小
console.log("this.fontSizeBlod at line 196:", this.fontSizeBlod);
if (this.fontSizeBlod) {
uni.setStorageSync("fontSize", 5);
uni.setStorageSync("fontSize", 4);
} else {
uni.setStorageSync("fontSize", 3.5);
}