Files
sykl-sm/pages/user/tips.vue

27 lines
425 B
Vue

<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>