yurong/.svn/pristine/d6/d6b9ff71961f41ea0fc1e6a088f...

31 lines
580 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>