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.

30 lines
1.0 KiB
Plaintext

<wxs src="../../common.wxs" module="tools" />
<view class="content">
<view class="tcode">
<view class="title">扫描我的推广码, 查看好工作</view>
<icon class="iconfont icon-shouye-xiala"></icon>
<image class="ewm" src="{{qrCode}}"></image>
</view>
<view class="mt20" wx:for='{{recordList}}' data-id='{{item.id}}' wx:key='{{index}}'>
<view class="oneP">
<view class="flex-1">
<view class="display-flex">
<view>
<image class="ava" src="{{item.imgSrc != '' && item.imgSrc != null ? item.imgSrc : 'http://matripe.oss-cn-beijing.aliyuncs.com/logo-01.png'}}"></image>
</view>
<view class="flex-1">
<view class="userName">{{item.userName}}</view>
<view class="time">{{tools.timeagoLater(item.updateTime)}}</view>
</view>
</view>
</view>
<view class="sm">扫码</view>
</view>
</view>
<navigator url="/pages/extend/index" hover-class="thover" class="footTetx">更多推广明细</navigator>
</view>