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

26 lines
394 B

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. <script>
  2. export default {
  3. onLaunch: function() {
  4. },
  5. onShow: function() {
  6. this.$store.commit('initConfig')
  7. // this.$store.commit('getIsVedio')
  8. },
  9. onHide: function() {
  10. }
  11. }
  12. </script>
  13. <style>
  14. @import url("common.scss");
  15. *{
  16. padding: 0;
  17. margin: 0;
  18. box-sizing: border-box;
  19. font-size: 30rpx;
  20. }
  21. /*每个页面公共css */
  22. body{
  23. background-color: #f7f7f7;
  24. }
  25. </style>