shop-applet/pages/index/subnvue/concat.nvue

17 lines
295 B
Plaintext
Raw Normal View History

2024-04-27 18:16:11 +08:00
<template>
<view class="" style="width: 750rpx;height: 2000rpx;">
<view class="" style="top: 500rpx;left: 100rpx;">
<image src="/static/images/adds.png" style="width: 50rpx;height: 50rpx" alt="" />
</view>
</view>
</template>
<script>
export default {
}
</script>
<style>
</style>