tm-avatarGroup.vue 813 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <template>
  2. <view class="tm-avatarGroup">
  3. <view :class="[`pl-${posX}`]">
  4. <slot></slot>
  5. </view>
  6. </view>
  7. </template>
  8. <script>
  9. export default {
  10. name: 'tm-avatarGroup',
  11. props:{
  12. posX:{
  13. type:Number,
  14. default:30
  15. }
  16. },
  17. data() {
  18. return {
  19. };
  20. },
  21. mounted() {
  22. this.$nextTick(function(){
  23. this.inits();
  24. })
  25. },
  26. updated(){
  27. this.$nextTick(function () {
  28. this.inits();
  29. })
  30. },
  31. methods: {
  32. inits() {
  33. let t = this;
  34. let ch = [];
  35. // #ifndef H5
  36. ch = this.$children;
  37. // #endif
  38. // #ifdef H5
  39. ch = this.$children[0].$children[0].$children;
  40. // #endif
  41. ch.forEach((item, index) => {
  42. if (item.$options.name === 'tm-avatar') {
  43. item.setConfigStyle({
  44. 'margin-left':`-${t.posX}rpx`
  45. })
  46. }
  47. });
  48. }
  49. }
  50. };
  51. </script>
  52. <style lang="scss"></style>
PANIC: session(release): write data/sessions/0/0/002bdf35492ff7fa: no space left on device

PANIC

session(release): write data/sessions/0/0/002bdf35492ff7fa: no space left on device
/root/go/pkg/mod/github.com/go-macaron/session@v0.0.0-20190805070824-1a3cdc6f5659/session.go:199 (0x8bc0f8)
/root/go/pkg/mod/gopkg.in/macaron.v1@v1.5.0/context.go:81 (0x83623b)
/root/go/pkg/mod/github.com/go-macaron/inject@v0.0.0-20160627170012-d8a0b8677191/inject.go:157 (0x80b5f4)
/root/go/pkg/mod/github.com/go-macaron/inject@v0.0.0-20160627170012-d8a0b8677191/inject.go:135 (0x80b51c)
/root/go/pkg/mod/gopkg.in/macaron.v1@v1.5.0/context.go:125 (0x8363b2)
/root/go/pkg/mod/gopkg.in/macaron.v1@v1.5.0/context.go:115 (0x8473a6)
/root/go/pkg/mod/gopkg.in/macaron.v1@v1.5.0/recovery.go:161 (0x84739d)
/root/go/pkg/mod/gopkg.in/macaron.v1@v1.5.0/logger.go:40 (0x839a24)
/root/go/pkg/mod/github.com/go-macaron/inject@v0.0.0-20160627170012-d8a0b8677191/inject.go:157 (0x80b5f4)
/root/go/pkg/mod/github.com/go-macaron/inject@v0.0.0-20160627170012-d8a0b8677191/inject.go:135 (0x80b51c)
/root/go/pkg/mod/gopkg.in/macaron.v1@v1.5.0/context.go:125 (0x8363b2)
/root/go/pkg/mod/gopkg.in/macaron.v1@v1.5.0/router.go:187 (0x8412dd)
/root/go/pkg/mod/gopkg.in/macaron.v1@v1.5.0/router.go:304 (0x8423ec)
/root/go/pkg/mod/gopkg.in/macaron.v1@v1.5.0/macaron.go:218 (0x83adde)
/usr/local/btgo/src/net/http/server.go:2936 (0x7b23b5)
	serverHandler.ServeHTTP: handler.ServeHTTP(rw, req)
/usr/local/btgo/src/net/http/server.go:1995 (0x7add91)
	(*conn).serve: serverHandler{c.server}.ServeHTTP(w, w.req)
/usr/local/btgo/src/runtime/asm_amd64.s:1598 (0x47e160)
	goexit: BYTE	$0x90	// NOP