视频播放
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user