Ver código fonte

美博会优惠券说明

喻文俊 3 anos atrás
pai
commit
f49e1f6b92
1 arquivos alterados com 16 adições e 0 exclusões
  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>