diff --git a/components/charge-dialog/index.wxml b/components/charge-dialog/index.wxml index 9a33d6e..451eed5 100644 --- a/components/charge-dialog/index.wxml +++ b/components/charge-dialog/index.wxml @@ -67,28 +67,35 @@ - - + + - + - {{item.egold}} + {{item.egold}} {{item.title}}{{!item.giveegold ? '' : "(" + item.giveegold+'K币)'}} - + - {{item.title}} + {{item.title}} + + + + {{item.description}} + + {{item.title}} + - + ¥{{item.price}} diff --git a/components/charge-dialog/index.wxss b/components/charge-dialog/index.wxss index 5d93cd0..8ba5ec3 100644 --- a/components/charge-dialog/index.wxss +++ b/components/charge-dialog/index.wxss @@ -1,5 +1,16 @@ /* components/recentlyPlayed/index.wxss */ @import "../../static/iconfont.wxss"; +@font-face { + font-family: "kaiti"; + src: url("https://xygywlweb.hunanjj.cn/FangYuanTi.ttf"); +} +page { + font-family: "kaiti"; + font-size: 28rpx; + font-weight: 400; + color: #373451; + line-height: 1.5; +} .skit-player-open-area-left { height: 0 !important; } diff --git a/components/recentlyPlayed/index.js b/components/recentlyPlayed/index.js index ea59a74..05910de 100644 --- a/components/recentlyPlayed/index.js +++ b/components/recentlyPlayed/index.js @@ -25,8 +25,8 @@ Component({ * 组件的方法列表 */ methods: { - onClose() { - this.triggerEvent("clone"); + onChange() { + this.triggerEvent("change"); }, // 打开视频 diff --git a/components/recentlyPlayed/index.wxml b/components/recentlyPlayed/index.wxml index 0fcc0d2..db7eb62 100644 --- a/components/recentlyPlayed/index.wxml +++ b/components/recentlyPlayed/index.wxml @@ -1,10 +1,10 @@ -