deguodaigou/components/yue/share/share.wxml

38 lines
992 B
Plaintext
Raw Normal View History

2019-12-23 10:04:09 +08:00
<view class="box">
<view class="img"></view>
<view class="yongjintop">
2019-12-30 11:39:55 +08:00
<image class="photo" src="{{img}}"></image>
2019-12-23 10:04:09 +08:00
<view class="tel">
2019-12-30 11:39:55 +08:00
<view>{{name}}</view>
2019-12-23 10:04:09 +08:00
<view class="mingpian">我的名片</view>
</view>
</view>
</view>
<view class="mid">
<view class="midbox">
<view>
2019-12-30 11:39:55 +08:00
<view class="way">A级</view>
2019-12-23 10:04:09 +08:00
<view class="money">
2019-12-30 11:39:55 +08:00
<text class="money1">{{A}}</text>
<text>人</text>
</view>
</view>
<view class="line"></view>
<view>
<view class="way">B级</view>
<view class="money">
<text class="money1">{{B}}</text>
<text>人</text>
2019-12-23 10:04:09 +08:00
</view>
</view>
<view class="line"></view>
<view>
2019-12-30 11:39:55 +08:00
<view class="way">C级</view>
2019-12-23 10:04:09 +08:00
<view class="money">
2019-12-30 11:39:55 +08:00
<text class="money1">{{C}}</text>
<text>人</text>
2019-12-23 10:04:09 +08:00
</view>
</view>
</view>
2019-12-14 17:01:16 +08:00
</view>