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.
56 lines
791 B
56 lines
791 B
<template>
|
|
<view class="content">
|
|
<navigation>
|
|
promotion record
|
|
</navigation>
|
|
<view class="prore_body">
|
|
<view class="prore_lev">
|
|
<view class="level on">
|
|
level1
|
|
</view>
|
|
<view class="level">
|
|
level2
|
|
</view>
|
|
</view>
|
|
|
|
|
|
</view>
|
|
<view class="noRes">
|
|
<view class="imgcon">
|
|
<image src="../../../static/promo/[email protected]" mode="aspectFit"></image>
|
|
</view>
|
|
<view class="res">
|
|
No results
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
import api from '@/utils/api'
|
|
import utils from '@/utils'
|
|
import cont from "@/components/navigation/navigation.vue"
|
|
export default{
|
|
data(){
|
|
return{
|
|
|
|
}
|
|
},
|
|
|
|
onLoad() {
|
|
|
|
|
|
|
|
|
|
},
|
|
methods:{
|
|
|
|
|
|
},
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
@import './index.css';
|
|
</style>
|
|
|