@@ -0,0 +1,16 @@
+<template>
+ <view class="cm-content">
+ <image src="https://static.caimei365.com/app/img/icon2/couponExp-content-app.png" mode="widthFix"></image>
+ </view>
+</template>
+
+<script></script>
+<style lang="scss" scoped>
+.cm-content {
+ image {
+ display: block;
+ width: 100%;
+ }
+}
+</style>