帧视界壹通告,付费看视频的微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
203 B

<template>
<view>
123
</view>
</template>
<script>
export default {
name:"imageList",
data() {
return {
};
}
}
</script>
<style lang="scss" scoped>
.a{
width: 100rpx;
}
</style>