百富门答题小程序
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.
 
 
 

36 lines
690 B

<template>
<view>
<greetCmponents title="“威士忌探秘者”" :textList="textList" :path="greetP3" :btn="btn"/>
</view>
</template>
<script>
import greetCmponents from "../../components/home/greetComponents.vue"
export default {
data() {
return {
textList:[
'您的好奇心和冒险精神',
'让您不断探索新奇和冒险精神。',
'愿每一杯威士忌都能拿为您带来',
'新鲜的体验与惊喜,',
'在这段探秘旅程中发现无尽的可能性。'
],
greetP3:'/pages/index/greetP3',
btn:[
'下一页'
]
}
},
components:{
greetCmponents
},
methods: {
}
}
</script>
<style>
</style>