couponExp.vue 315 B

12345678910111213141516
  1. <template>
  2. <view class="cm-content">
  3. <image src="https://static.caimei365.com/app/img/icon2/couponExp-content-app.png" mode="widthFix"></image>
  4. </view>
  5. </template>
  6. <script></script>
  7. <style lang="scss" scoped>
  8. .cm-content {
  9. image {
  10. display: block;
  11. width: 100%;
  12. }
  13. }
  14. </style>