[锶源昆仑-寺庙捐赠活动]
This commit is contained in:
26
pages/user/tips.vue
Normal file
26
pages/user/tips.vue
Normal 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>
|
||||
Reference in New Issue
Block a user