17 lines
295 B
Plaintext
17 lines
295 B
Plaintext
|
<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>
|