喻文俊 пре 3 година
родитељ
комит
f49e1f6b92
1 измењених фајлова са 16 додато и 0 уклоњено
  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>