提交 123f5df6 编写于 作者: shutao-dc's avatar shutao-dc

update theme.md 修改示例代码

上级 692c08c9
......@@ -12,10 +12,10 @@
uni.setAppTheme({
theme: "auto",
success: function() {
console.log("设置appTheme为", value, "成功")
console.log("设置appTheme为 auto 成功")
},
fail: function(e: IAppThemeFail) {
console.log("设置appTheme为", value, "失败,原因:", e.errMsg)
console.log("设置appTheme为 auto 失败,原因:", e.errMsg)
}
})
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册