Browse Source

隐私协议

master
李双庆 1 year ago
parent
commit
82b85bf800
  1. 10
      pages.json
  2. 22
      pages/common/privacy_agreement.vue

10
pages.json

@ -90,7 +90,15 @@
"navigationBarTextStyle": "black" "navigationBarTextStyle": "black"
} }
}, },
{
"path" : "pages/common/privacy_agreement",
"style": {
"navigationBarTitleText": "隐私协议",
"navigationStyle": "default",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
},

22
pages/common/privacy_agreement.vue

@ -0,0 +1,22 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>
Loading…
Cancel
Save