页面标题
This commit is contained in:
@@ -253,9 +253,19 @@ export default {
|
||||
name: "agreement",
|
||||
appName: "用户服务及隐私协议",
|
||||
data() {
|
||||
return {}
|
||||
return {
|
||||
}
|
||||
},
|
||||
|
||||
onShow() {
|
||||
this.setNavbar()
|
||||
},
|
||||
methods: {
|
||||
setNavbar() {
|
||||
uni.setNavigationBarTitle({
|
||||
title: '用户服务及隐私协议'
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user