Browse Source

美博会优惠券说明

喻文俊 3 years ago
parent
commit
f49e1f6b92
1 changed files with 16 additions and 0 deletions
  1. 16 0
      pages/h5/activity/couponExp.vue

+ 16 - 0
pages/h5/activity/couponExp.vue

@@ -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>