详情小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
386 B

5 years ago
  1. <template>
  2. <view style="width: 100vw; height: 100vh; background-color: #E31193; padding-top: 100rpx;">
  3. <view style="text-align: center; font-size: 38rpx; color: beige;">私人定制 TODO</view>
  4. </view>
  5. </template>
  6. <script>
  7. export default {
  8. data(){
  9. return {
  10. }
  11. },
  12. onLoad(){
  13. },
  14. methods: {
  15. }
  16. }
  17. </script>
  18. <style lang="scss" scoped="scoped">
  19. </style>