佣金
This commit is contained in:
25
pages/commission/commission.wxml
Normal file
25
pages/commission/commission.wxml
Normal file
@@ -0,0 +1,25 @@
|
||||
<view class="box">
|
||||
<view class="top">
|
||||
<image src="{{img}}" class="tx"></image>
|
||||
<view class="rigth">
|
||||
<view class="name"></view>
|
||||
<view class="mp"></view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="xj">
|
||||
<view>
|
||||
<text>A级</text>
|
||||
<text>0</text>
|
||||
</view>
|
||||
<view><text> B级</text>
|
||||
<text>0</text></view>
|
||||
<view><text>C级</text>
|
||||
<text>0</text></view>
|
||||
</view>
|
||||
<view class="list">
|
||||
<view class="title">佣金明细 </view>
|
||||
<view>
|
||||
<yuedetail date="2019-09-09" money="+12000" time="00-00-00"></yuedetail>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user