us-cpfa.vue 541 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <template>
  2. <view class="ayuu">
  3. <view class="cpfapryu">
  4. <view class="indhuyr">
  5. <view class="indjbrr"></view>
  6. <text>课程</text>
  7. </view>
  8. <view class="cpfapryukan">
  9. <text>
  10. 需要补充某某每日多少,如何服用;某某某
  11. 某。。。。
  12. </text>
  13. </view>
  14. </view>
  15. </view>
  16. </template>
  17. <style>
  18. page {
  19. background: #FAFAFA;
  20. }
  21. </style>
  22. <script>
  23. export default {
  24. data() {
  25. return {
  26. }
  27. },
  28. }
  29. </script>
  30. <style lang="scss" scoped>
  31. </style>