|
123456789 |
- <!--pages/transaction/receipt/receipt.wxml-->
- <view class="ns" id="top_ban" style="height:{{isIPX?'88px':'64px'}};">
- <image src="/image/apply/back.png" style="top:{{isIPX?'54px':'30px'}};height: 19.0909px;" mode="widthFix" bindtap="back" referrer="no-referrer|origin|unsafe-url"></image>
- <text style="top:{{isIPX?'54px':'30px'}};">电子回单</text>
- </view>
-
- <view style="margin-top:{{isIPX?'88px':'64px'}};">
- <image src="{{url}}" style="width: 100%;" mode="widthFix"></image>
- </view>
|