From b4c81c74ff2068d4d7e5f1079b31d78038ebd5f2 Mon Sep 17 00:00:00 2001 From: jyt <1592211625@qq.com> Date: Thu, 17 Feb 2022 19:22:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=BE=85=E8=AF=A6=E6=83=85=E6=AF=8F?= =?UTF-8?q?=E6=9D=A1=E6=B7=BB=E5=8A=A0=E6=92=AD=E6=94=BE=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=8F=8A=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 9 ++-- pages/mine/details2.vue | 101 +++++++++++++++++++++++++++++----------- 2 files changed, 79 insertions(+), 31 deletions(-) diff --git a/pages.json b/pages.json index 2e5c1d9..92ce75f 100644 --- a/pages.json +++ b/pages.json @@ -203,10 +203,11 @@ ,{ "path" : "messageList", "style" : - { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } + { + "navigationBarTitleText": "消息", + "navigationBarBackgroundColor": "#2671E2", + "navigationBarTextStyle": "white" + } } ] diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index 08357e2..3488eaf 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -56,7 +56,6 @@ E - F @@ -102,26 +101,34 @@ P - - - - 复制 - - 常错词 - - 加精华 - - 播放 - - 修改角色 + + @@ -587,6 +594,13 @@ roletiaoshu: 0, }; }, + computed:{ + conversionTiame(){ + return (e) => { + return this.getTime(e); + } + } + }, onLoad: function(options) { this.status = options.status; this.customerId = options.customerId; @@ -2308,13 +2322,33 @@ .scroll-Y .text[data-speaker="6"] { flex-direction: row-reverse; text-align: right; - - .content { - margin-left: 0; - margin-right: 30upx; - background: #F6F6F6; - color: #999999; + .contentInfo{ + .info{ + color: #ccc; + font-size: 18rpx; + font-size: 30rpx; + padding: 0 28rpx; + } + .contentMain{ + display: flex; + flex-direction: row-reverse; + align-items: center; + .content { + margin-left: 0; + margin-right: 30upx; + background: #F6F6F6; + color: #999999; + } + .play{ + width: 50rpx; + height: 50rpx; + margin-right: 20rpx; + } + } } + + + } .scroll-Y .text .avatar { @@ -2335,8 +2369,17 @@ width: 40upx; } } - - .scroll-Y .text .content { + .scroll-Y .text .contentInfo .info{ + color: #ccc; + font-size: 18rpx; + font-size: 30rpx; + padding: 0 28rpx; + } + .scroll-Y .text .contentInfo .contentMain{ + display: flex; + align-items: center; + } + .scroll-Y .text .contentInfo .contentMain .content { margin-left: 30upx; line-height: 60rpx; text-align: left; @@ -2368,7 +2411,11 @@ bottom: -140rpx; } } - + .scroll-Y .text .contentInfo .contentMain .play{ + width: 50rpx; + height: 50rpx; + margin-left: 20rpx; + } .scroll-Y .text.active .content { color: #38FFF1; position: relative;