31 lines
580 B
Plaintext
31 lines
580 B
Plaintext
<template>
|
||
<view class="p-all-20">
|
||
<view @tap="goNext('activeDet')" class="bgff br-20 mb-20 br-20" style="overflow: hidden;" v-for="(item,index) in 4" :key="index">
|
||
<image src="" class="w-710 h-366 bgf1"></image>
|
||
<view class="p-all-20">
|
||
<view class="fs-30 mb-10">邀请好友 砍价返现</view>
|
||
<view class="fs-26 col666">活动时间:8月10日-9月1日</view>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</template>
|
||
|
||
<script>
|
||
export default {
|
||
data() {
|
||
return {
|
||
|
||
}
|
||
},
|
||
methods: {
|
||
|
||
}
|
||
}
|
||
</script>
|
||
|
||
<style>
|
||
page {
|
||
background: #f7f6fa;
|
||
}
|
||
</style>
|