广告显示
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user