Files
sykl-sm/pages/user/product.vue

15 lines
295 B
Vue

<template>
<view class="content">
<image class="product" src="http://api.siyuankunlun.com/storage/materials/2022/09/05/productimg.jpg" mode="widthFix"></image>
</view>
</template>
<script>
</script>
<style lang="scss" scoped>
.product {
width: 100%;
}
</style>