1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <template>
- <view class="ayuu">
-
- <view class="cpfapryu">
- <view class="indhuyr">
- <view class="indjbrr"></view>
- <text>课程</text>
- </view>
-
- <view class="cpfapryukan">
- <text>
- 需要补充某某每日多少,如何服用;某某某
- 某。。。。
- </text>
- </view>
-
-
- </view>
-
-
-
-
- </view>
- </template>
- <style>
- page {
- background: #FAFAFA;
- }
- </style>
- <script>
- export default {
- data() {
- return {
-
-
- }
- },
- }
- </script>
- <style lang="scss" scoped>
-
-
-
-
- </style>
|