13 lines
620 B
Plaintext
13 lines
620 B
Plaintext
<view class="content">
|
|
<image class="active_cover" src="/static/images/paysuccess.png" mode="aspectFill"></image>
|
|
<view class="txt1">支付成功</view>
|
|
<view class="txt3" catchtap="beSure">查看订单</view>
|
|
<view class="share_content">
|
|
<image src="{{info.pictures[0]}}" class="share_bg" mode="aspectFill"></image>
|
|
<view class="title">{{info.title}}</view>
|
|
<view class="des">{{info.city}}/{{info.category}}</view>
|
|
<button class="bottom" open-type='share'>
|
|
<image src="/static/images/iconshare.png" class="icon_share" mode="widthFix" />分享项目给好友
|
|
</button>
|
|
</view>
|
|
</view> |