Compare commits

..

No commits in common. "f65141f85b72e2cb8d85df20fdb5778f21eda8e3" and "694c05125d5baf01003c10c5307e7d7ccd27bf24" have entirely different histories.

4 changed files with 17 additions and 23 deletions

View File

@ -203,10 +203,10 @@
this.vipData=res.data.isVip; this.vipData=res.data.isVip;
console.log("isVIP------------------->",this.vipData) console.log("isVIP------------------->",this.vipData)
if(this.vipData=='1'){ if(this.vipData=='1'){
this.vipShow=true; this.vipShow=false;
}else{ }else{
this.vipData=[] this.vipData=[]
this.vipShow=false this.vipShow=true
} }
this.timeVipEnd = data.slice(0,16); this.timeVipEnd = data.slice(0,16);
this.getVipList(res.data.vipNameType) this.getVipList(res.data.vipNameType)

View File

@ -45,15 +45,15 @@
</view> </view>
<view class="mian-bottom"> <view class="mian-bottom">
<view class="mian-bottom-list"> <view class="mian-bottom-list">
<image class="mian-bottom-img" src="../../../static/my-gong-17.png" mode=""></image> <image class="mian-bottom-img" src="../../../static/navigate.png" mode=""></image>
<span>我的收益</span> <span>我的收益</span>
</view> </view>
<view class="mian-bottom-list"> <view class="mian-bottom-list">
<image class="mian-bottom-img" src="../../../static/my-gong-19.png" mode=""></image> <image class="mian-bottom-img" src="../../../static/navigate.png" mode=""></image>
<span>我的邀请</span> <span>我的邀请</span>
</view> </view>
<view class="mian-bottom-list"> <view class="mian-bottom-list">
<image class="mian-bottom-img" src="../../../static/my-gong-20.png" mode=""></image> <image class="mian-bottom-img" src="../../../static/navigate.png" mode=""></image>
<span>提现记录</span> <span>提现记录</span>
</view> </view>
</view> </view>
@ -79,12 +79,14 @@
</view> </view>
</view> </view>
</view> </view>
<view class="foot-img-list"> <view class="foot-img">
<image class="foot-img" src="../../../static/suggest-banner.png" mode=""></image> <image src="../../../static/jingjiren.png" mode=""></image>
</view> </view>
</view> </view>
</view> </view>
</template> </template>
<script> <script>
export default { export default {
data() { data() {
@ -138,19 +140,15 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
} }
.foot-img-list{
width: 92%;
margin: 0 auto;
}
.foot-img image{ .foot-img image{
width:100%; width:100%;
height: 100%; height: 100%;
} }
.foot-img{ .foot-img{
width: 100%; width: 93%;
height:180rpx; height: 70px;
margin: 0 auto; margin: 0 auto;
margin-top:20rpx; margin-top: 30px;
} }
.mian-bottom-list span{ .mian-bottom-list span{
color: #333; color: #333;

View File

@ -50,8 +50,8 @@
<span>提现记录</span> <span>提现记录</span>
</view> </view>
</view> </view>
<view class="foot-img-list"> <view class="foot-img">
<image class="foot-img" src="../../../static/suggest-banner5.png" mode=""></image> <image src="../../../static/yewuyuan.png" mode=""></image>
</view> </view>
</view> </view>
@ -72,19 +72,15 @@
</script> </script>
<style scoped> <style scoped>
.foot-img-list{
width: 92%;
margin: 0 auto;
}
.foot-img image{ .foot-img image{
width:100%; width:100%;
height: 100%; height: 100%;
} }
.foot-img{ .foot-img{
width: 100%; width: 93%;
height:180rpx; height: 70px;
margin: 0 auto; margin: 0 auto;
margin-top:20rpx; margin-top: 30px;
} }
.mian-bottom-list span{ .mian-bottom-list span{
color: #333; color: #333;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB