deguodaigou/components/yue/yongjintop/yongjintop.wxml

26 lines
655 B
Plaintext
Raw Normal View History

2019-12-23 02:04:09 +00:00
<view class="box">
<view class="yongjintop">
2019-12-30 01:05:39 +00:00
<image class="photo" src="{{img}}"></image>
<view class="tel">{{tel}}</view>
2019-12-23 02:04:09 +00:00
</view>
</view>
<view class="mid">
<view class="midbox">
<view>
<view class="way">昨日收益</view>
<view class="money">
2019-12-30 01:05:39 +00:00
<text class="money1">0</text>
2019-12-23 02:04:09 +00:00
<text>RMB</text>
</view>
</view>
<view class="line"></view>
<view>
2019-12-30 01:05:39 +00:00
<view class="way">累计收益</view>
2019-12-23 02:04:09 +00:00
<view class="money">
2019-12-30 01:05:39 +00:00
<text class="money1">0</text>
2019-12-23 02:04:09 +00:00
<text>RMB</text>
</view>
</view>
</view>
2019-12-14 09:01:16 +00:00
</view>