@@ -51,6 +51,15 @@ export default defineComponent({
default: () => {}
}
},
+ watch:{
+ backIconColor(){
+ // 设置返回按钮颜色
+ postMessage({
+ api: 'backIconChange',
+ content: { iconStyle: this.backIconColor }
+ })
+ }
+ },
data() {
return {
headerTitle: null as any,