You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
2.6 KiB
Plaintext
82 lines
2.6 KiB
Plaintext
<view class="topMenu">
|
|
<view class="onMune {{currIndex == '1' ? 'active' : ''}}" data-id="1" bindtap="changeMenu">
|
|
<view class="pr dib"> 全部 28
|
|
<view class="menuBorder"></view>
|
|
</view>
|
|
|
|
</view>
|
|
<view class="onMune {{currIndex == '2' ? 'active' : ''}}" data-id="2" bindtap="changeMenu">
|
|
<view class="pr dib"> 待结算 1<view class="menuBorder"></view>
|
|
</view>
|
|
</view>
|
|
<view class="onMune {{currIndex == '3' ? 'active' : ''}}" data-id="3" bindtap="changeMenu">
|
|
<view class="pr dib"> 已结算 3<view class="menuBorder"></view>
|
|
</view>
|
|
</view>
|
|
<view class="onMune {{currIndex == '4' ? 'active' : ''}}" data-id="4" bindtap="changeMenu">
|
|
<view class="pr dib"> 已失效<view class="menuBorder"></view>
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="p20" style="padding-top:0;">
|
|
<view class="mt20">
|
|
<view class="oneP">
|
|
<view class="flex-1">
|
|
<view class="display-flex">
|
|
<view>
|
|
<image class="ava" src="http://matripe.oss-cn-beijing.aliyuncs.com/logo-01.png"></image>
|
|
</view>
|
|
<view class="flex-1">
|
|
<view class="userName">橘子<text class="userDetail">入职满30天</text>
|
|
</view>
|
|
<view class="time">今天 13:15</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view>
|
|
<view class="rtText f00">+10.00</view>
|
|
<view class="rbText">已结算</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="mt20">
|
|
<view class="oneP">
|
|
<view class="flex-1">
|
|
<view class="display-flex">
|
|
<view>
|
|
<image class="ava" src="http://matripe.oss-cn-beijing.aliyuncs.com/logo-01.png"></image>
|
|
</view>
|
|
<view class="flex-1">
|
|
<view class="userName">橘子<text class="userDetail">入职满30天</text></view>
|
|
<view class="time">今天 13:15</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view>
|
|
<view class="rtText">200.00</view>
|
|
<view class="rbText">待结算</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="mt20">
|
|
<view class="oneP">
|
|
<view class="flex-1">
|
|
<view class="display-flex">
|
|
<view>
|
|
<image class="ava" src="http://matripe.oss-cn-beijing.aliyuncs.com/logo-01.png"></image>
|
|
</view>
|
|
<view class="flex-1">
|
|
<view class="userName">橘子<text class="userDetail">入职满30天</text></view>
|
|
<view class="time">今天 13:15</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view>
|
|
<view class="rtText c025">200.00</view>
|
|
<view class="rbText">已失效</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view> |