[锶源昆仑-寺庙捐赠活动]

This commit is contained in:
2023-05-15 13:53:32 +08:00
parent 1b6eb2668c
commit c9b18c9074
284 changed files with 9505 additions and 3822 deletions

26
pages/user/tips.vue Normal file
View File

@@ -0,0 +1,26 @@
<template>
<view class="content">
<view class="pack-center pages-hint">
<image src="/static/img/Noevaluate.png"></image>
<view class="point-name">敬请期待</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {};
},
onShow() {},
methods: {
}
}
</script>
<style lang="scss">
.point-name {
font-size: $title-size + 4;
margin-top: $margin;
}
</style>