帧视界壹通告,付费看视频的微信小程序
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.

21 lines
203 B

  1. <template>
  2. <view>
  3. 123
  4. </view>
  5. </template>
  6. <script>
  7. export default {
  8. name:"imageList",
  9. data() {
  10. return {
  11. };
  12. }
  13. }
  14. </script>
  15. <style lang="scss" scoped>
  16. .a{
  17. width: 100rpx;
  18. }
  19. </style>