From 8066e5e436ba434d271f871d3f82afed0a0621c9 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Fri, 29 Jul 2022 14:45:51 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=8A=A0=E7=B2=BE=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E5=A4=9A=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 +- pages/learning/Equinoctial/index.vue | 83 +++++++++++++++++++++++----- utils/domain.js | 4 +- 3 files changed, 72 insertions(+), 19 deletions(-) diff --git a/manifest.json b/manifest.json index f333ea6..4735546 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "数智工牌", + "name" : "去房智控管家", "appid" : "__UNI__7A1611D", "description" : "去房智控管家", "versionName" : "1.1.0", @@ -91,7 +91,7 @@ }, "quickapp" : {}, "mp-weixin" : { - "appid" : "wxe044603515ff2cb5", + "appid" : "wx8f883dca5ecc5510", "setting" : { "urlCheck" : false, "es6" : true, diff --git a/pages/learning/Equinoctial/index.vue b/pages/learning/Equinoctial/index.vue index 2179ed4..3f72e78 100644 --- a/pages/learning/Equinoctial/index.vue +++ b/pages/learning/Equinoctial/index.vue @@ -34,23 +34,22 @@ - - 标签 - - {{biaoqian}} - - + @@ -116,7 +115,7 @@ + 写评价 @@ -207,13 +206,29 @@ startFile: '', num: 0, //上拉 转写文件下标 Bnum: 0, //下拉 转写文件下标 + pageInfo: {}, // 当前转写页面的值 ACTION: Symbol('zaudio'), // 唯一值区分每个页面的方法 isPageHide: false, // 是否息屏 duration: '', + }; }, + + computed: { + // 通过时间戳筛选找到需要展示的加精标签 + refinement() { + return timestamp => { + if (this.pageInfo.zatd instanceof Array) { + return this.pageInfo.zatd.findIndex(item => (item.startTime == timestamp.bg && item.jjTransfer == timestamp.onebest)) != -1 + } else { + return false + } + } + } + }, + onLoad(options) { this.startTime = options.startTime this.customerId = options.customerId; @@ -473,6 +488,7 @@ }, success: (data) => { if (data.data.code == 10000) { + this.pageInfo = data.data.data const jsonInfo = JSON.parse(data.data.data.audioContent); this.dialogList.push({ message: jsonInfo @@ -753,6 +769,43 @@ } } + .tags { + max-width: 85rpx; + height: 38rpx; + font-size: 24rpx; + color: #333333; + text-align: center; + line-height: 38rpx; + border-radius: 2rpx; + border: 1px solid #979797; + } + + .tags-t { + max-width: 171rpx; + height: 38rpx; + background: #008EF2; + border-radius: 2rpx; + display: flex; + align-items: center; + margin-left: 10rpx; + + .tags-t-c { + width: 126rpx; + height: 38rpx; + line-height: 38rpx; + font-size: 24rpx; + color: #FFFFFF; + text-align: center; + overflow: hidden; + + .tipsss { + width: 37rpx; + height: 37rpx; + line-height: 37rpx; + } + } + } + .biaoqiantom { background-color: #008EF2; color: #FFFFFF; diff --git a/utils/domain.js b/utils/domain.js index f44ea30..04967f5 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -1,10 +1,10 @@ // http.js使用域名 -// const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试 +const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试 // const baseUrl = 'http://127.0.0.1:8080/autoSR/api'; // 本地 // const baseUrl = 'http://192.168.31.169:8080/autoSR/api'; // 长龙 // const baseUrl = 'http://192.168.31.149:9090/api'; // 盛浩 // const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 -const baseUrl = 'https://hfju.com/api'; // 数智正式 +// const baseUrl = 'https://hfju.com/api'; // 数智正式 // const baseUrl = 'https://xitong.pachira.cn/api'; // AI营销辅助 普强使用 From 92205d25388b09685642391add2473eeb887af1b Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Fri, 29 Jul 2022 16:20:40 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=8A=A0=E7=B2=BE=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E5=A4=9A=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/details2.vue | 10 +++++----- utils/domain.js | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index 1f82c8f..c290636 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -11,10 +11,10 @@ - - + 标记 @@ -99,7 +99,7 @@ - + 更多 @@ -107,12 +107,12 @@ 设备日志 接待信息 - + {{userlistobj.validInvalidName}} - + 接待信息 diff --git a/utils/domain.js b/utils/domain.js index 04967f5..4b9822d 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -1,9 +1,9 @@ // http.js使用域名 -const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试 +// const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试 // const baseUrl = 'http://127.0.0.1:8080/autoSR/api'; // 本地 // const baseUrl = 'http://192.168.31.169:8080/autoSR/api'; // 长龙 // const baseUrl = 'http://192.168.31.149:9090/api'; // 盛浩 -// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 +const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 // const baseUrl = 'https://hfju.com/api'; // 数智正式 // const baseUrl = 'https://xitong.pachira.cn/api'; // AI营销辅助 普强使用