tijiao
This commit is contained in:
@@ -39,7 +39,7 @@ export default {
|
||||
},
|
||||
onShow() {
|
||||
uni.getStorageSync("fontSize")
|
||||
? (this.fontValue =this.$baseFontSize())
|
||||
? (this.fontValue = this.$baseFontSize())
|
||||
: (this.fontValue = 3);
|
||||
},
|
||||
|
||||
@@ -56,8 +56,8 @@ export default {
|
||||
});
|
||||
console.log(uni.getStorageSync("fontSize"));
|
||||
uni.navigateBack({
|
||||
delta: 1
|
||||
});
|
||||
delta: 1,
|
||||
});
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user