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
26 lines
359 B
<template>
|
|
<view>
|
|
<lf-nav title="积分规则" :showIcon="true"></lf-nav>
|
|
<view style="color: #9A7E4C;" v-for="(item, index) in 20" :key="index">积分规则</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data(){
|
|
return {
|
|
|
|
}
|
|
},
|
|
onLoad(){
|
|
|
|
},
|
|
methods: {
|
|
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss" scoped="scoped">
|
|
|
|
</style>
|