6075页面开发
This commit is contained in:
18
pages/6075/BJQ6075.vue
Normal file
18
pages/6075/BJQ6075.vue
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<template>
|
||||||
|
<custom-navbar :title="navTitle" :showBack="true" color="#FFFFFF"
|
||||||
|
:rightIcon="isRightIconVisible ? '/static/images/common/shape.png' : ''" @right-click="shareUp"></custom-navbar>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
navTitle: 'BJQ6075',
|
||||||
|
isRightIconVisible: false,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
</style>
|
||||||
Reference in New Issue
Block a user