@@ -33,7 +33,7 @@ export default {
};
},
onLaunch: function (e) {
if(!uni.getStorageSync("fontSize")){
if(uni.getStorageSync("fontSize") != 3.5 && uni.getStorageSync("fontSize") != 4){
uni.setStorageSync("fontSize",3.5)//改变字体大小
}
uni.setStorageSync("isJump", null);
The note is not visible to the blocked user.