frontend_h5/treegitee/pages/product/cs.vue

20 lines
562 B
Vue
Raw Permalink Normal View History

2024-06-17 15:25:46 +08:00
<template>
<view class="bgwhite p30">
<view class="flex_start flex_items p30 bbe9s">
<text class="f28" style="color: #333333;">商品</text>
<text class="f26 ml35" style="color: #666666;">微信立减金10元1件</text>
</view>
<view class="flex_start flex_items p30 bbe9s">
<text class="f28" style="color: #333333;">公司</text>
<text class="f26 ml35" style="color: #666666;">成都蓝色网络科技有限公司</text>
</view>
<Ywatermark :info="'蓝色兄弟'"></Ywatermark>
</view>
</template>
<script>
</script>
<style>
</style>