作者 梁鹏山

tongbu

... ... @@ -50,13 +50,13 @@
<view class="itema" wx:for="{{info.commission}}" wx:key="index" wx:for-index="index" wx:for-item="item">
<view class="lefta">
<view class="info">
<image class="img" src="{{info.userinfo.avatar}}" mode="" />
<image class="img" src="{{item.avatar}}" mode="" />
<view class="nikename">
<view>
{{info.userinfo.nickname}}
{{item.nickname}}
</view>
<view>
手机号:{{info.userinfo.mobile}}
手机号:{{item.mobile}}
</view>
</view>
</view>
... ...
... ... @@ -26,11 +26,8 @@
</view>
</view>
<view class="tips" bind:tap="withdrawal">
<view class="">
提现至
</view>
<view class="">
微信钱包
<view class="tixian">
申请提现
</view>
</view>
<scroll-view class="mingxi1" scroll-y>
... ...
... ... @@ -117,4 +117,13 @@
font-size: 26rpx;
opacity: 0.5;
margin-top: 12rpx;
}
.tixian{
text-align: center;
background-color: #fa6036;
color: #fff;
padding: 10px;
border-radius: 10px;
width: 100vw;
}
\ No newline at end of file
... ...