Compare commits
2 Commits
d06cd6cdfd
...
9313ec0106
| Author | SHA1 | Date | |
|---|---|---|---|
| 9313ec0106 | |||
| ca6345ee3e |
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