视频播放

This commit is contained in:
2024-06-19 15:31:08 +08:00
parent 05e8da330a
commit 3e8696345e
164 changed files with 44570 additions and 1117 deletions

View File

@@ -174,7 +174,7 @@
></image>
<view class="itemJian">
<view class="orderTitle" style="line-height: 100rpx">
<text>VIP 充值</text>
<text>{{ orderContet.vipBuyConfigEntity.title }}</text>
</view>
<view class="orderPrice">
<text style="font-weight: bold"></text>
@@ -194,13 +194,11 @@
></image>
<view class="itemJian">
<view class="orderTitle" style="line-height: 100rpx">
<text>充值</text>
</view>
<view class="orderPrice">
<text style="font-weight: bold"
>{{ orderContet.bookBuyConfigEntity.money }}太医币</text
<text
>充值 {{ orderContet.bookBuyConfigEntity.money }}天医币</text
>
</view>
<br clear="both" />
</view>
<br clear="both" />
@@ -1102,6 +1100,11 @@ export default {
</script>
<style lang="scss" scoped>
@import "@/style/mixin.scss";
@import "@/style/common.scss";
view,uni-view {
font-size: 28rpx;
}
.expresslist {
font-size: 28rpx;
color: #666;