You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!--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>
|