Compare commits
3 Commits
694c05125d
...
f65141f85b
Author | SHA1 | Date |
---|---|---|
|
f65141f85b | |
|
13e8c0882c | |
|
3f25960adf |
|
@ -203,10 +203,10 @@
|
|||
this.vipData=res.data.isVip;
|
||||
console.log("isVIP------------------->",this.vipData)
|
||||
if(this.vipData=='1'){
|
||||
this.vipShow=false;
|
||||
this.vipShow=true;
|
||||
}else{
|
||||
this.vipData=[]
|
||||
this.vipShow=true
|
||||
this.vipShow=false
|
||||
}
|
||||
this.timeVipEnd = data.slice(0,16);
|
||||
this.getVipList(res.data.vipNameType)
|
||||
|
|
|
@ -45,15 +45,15 @@
|
|||
</view>
|
||||
<view class="mian-bottom">
|
||||
<view class="mian-bottom-list">
|
||||
<image class="mian-bottom-img" src="../../../static/navigate.png" mode=""></image>
|
||||
<image class="mian-bottom-img" src="../../../static/my-gong-17.png" mode=""></image>
|
||||
<span>我的收益</span>
|
||||
</view>
|
||||
<view class="mian-bottom-list">
|
||||
<image class="mian-bottom-img" src="../../../static/navigate.png" mode=""></image>
|
||||
<image class="mian-bottom-img" src="../../../static/my-gong-19.png" mode=""></image>
|
||||
<span>我的邀请</span>
|
||||
</view>
|
||||
<view class="mian-bottom-list">
|
||||
<image class="mian-bottom-img" src="../../../static/navigate.png" mode=""></image>
|
||||
<image class="mian-bottom-img" src="../../../static/my-gong-20.png" mode=""></image>
|
||||
<span>提现记录</span>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -79,14 +79,12 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="foot-img">
|
||||
<image src="../../../static/jingjiren.png" mode=""></image>
|
||||
<view class="foot-img-list">
|
||||
<image class="foot-img" src="../../../static/suggest-banner.png" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
|
@ -140,15 +138,19 @@
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.foot-img-list{
|
||||
width: 92%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.foot-img image{
|
||||
width:100%;
|
||||
height: 100%;
|
||||
}
|
||||
.foot-img{
|
||||
width: 93%;
|
||||
height: 70px;
|
||||
width: 100%;
|
||||
height:180rpx;
|
||||
margin: 0 auto;
|
||||
margin-top: 30px;
|
||||
margin-top:20rpx;
|
||||
}
|
||||
.mian-bottom-list span{
|
||||
color: #333;
|
||||
|
|
|
@ -50,8 +50,8 @@
|
|||
<span>提现记录</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="foot-img">
|
||||
<image src="../../../static/yewuyuan.png" mode=""></image>
|
||||
<view class="foot-img-list">
|
||||
<image class="foot-img" src="../../../static/suggest-banner5.png" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
@ -72,15 +72,19 @@
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
.foot-img-list{
|
||||
width: 92%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.foot-img image{
|
||||
width:100%;
|
||||
height: 100%;
|
||||
}
|
||||
.foot-img{
|
||||
width: 93%;
|
||||
height: 70px;
|
||||
width: 100%;
|
||||
height:180rpx;
|
||||
margin: 0 auto;
|
||||
margin-top: 30px;
|
||||
margin-top:20rpx;
|
||||
}
|
||||
.mian-bottom-list span{
|
||||
color: #333;
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 145 KiB |
Loading…
Reference in New Issue