dashboard
repositories
filestore
activity
search
login
main
/
companyProjecet
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1、完成升级赠送价值400元(共40张)平台消费券,每张10元,每次消费只能用一张,消费金额满200元抵一张10元消费券 1、修复分享名片第一次进入是...
quanwei
2025-11-24
599abed702db9fa5dec90b5660ff039acb6eace7
[companyProjecet.git]
/
mobile
/
components
/
header.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<template>
<view class="pb10 theme-bg">
<view class="status_bar"></view>
<view class="top_view"></view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
}
</script>
<style>
</style>