微信小程序
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.

преди 2 години
123456789
  1. <!--pages/transaction/receipt/receipt.wxml-->
  2. <view class="ns" id="top_ban" style="height:{{isIPX?'88px':'64px'}};">
  3. <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>
  4. <text style="top:{{isIPX?'54px':'30px'}};">电子回单</text>
  5. </view>
  6. <view style="margin-top:{{isIPX?'88px':'64px'}};">
  7. <image src="{{url}}" style="width: 100%;" mode="widthFix"></image>
  8. </view>