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