金诚优选前端代码
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.

26 lines
359 B

  1. <template>
  2. <view>
  3. <lf-nav title="积分规则" :showIcon="true"></lf-nav>
  4. <view style="color: #9A7E4C;" v-for="(item, index) in 20" :key="index">积分规则</view>
  5. </view>
  6. </template>
  7. <script>
  8. export default {
  9. data(){
  10. return {
  11. }
  12. },
  13. onLoad(){
  14. },
  15. methods: {
  16. }
  17. }
  18. </script>
  19. <style lang="scss" scoped="scoped">
  20. </style>