Files
APP/pages/6075/BJQ6075.vue

19 lines
353 B
Vue
Raw Normal View History

2025-11-05 08:48:13 +08:00
<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>
2025-11-05 11:13:32 +08:00
2025-11-05 08:48:13 +08:00
</style>