mp.wxml 377 B

123456789
  1. <!--pages/mp/mp.wxml-->
  2. <view class="mp_container">
  3. <!-- <image class="top" src="../../static//images/about_bg.png" mode="aspectFit" /> -->
  4. <image class='background' src="{{pageImage}}" mode="aspectFit"/>
  5. <view class="qrcode" bindtap="handleActionShow">
  6. </view>
  7. <t-action-sheet id="t-action-sheet" bind:selected="handleSelected" bind:cancel="handleCancel"/>
  8. </view>