From 47fdb6bfb2f120543604cd8b1e1e7e24665fa7d0 Mon Sep 17 00:00:00 2001
From: douzhuo <17611323298@163.com>
Date: Thu, 7 Jul 2022 19:12:34 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/uniapp-zaudio/dist/zaudio.js | 4 +-
pages.json | 1265 +++++++++++------------
pages/mine/details2.vue | 23 +-
pages/mine/equipmentLog.vue | 302 ++++--
static/images/back.png | Bin 0 -> 3032 bytes
utils/domain.js | 4 +-
6 files changed, 885 insertions(+), 713 deletions(-)
create mode 100644 static/images/back.png
diff --git a/components/uniapp-zaudio/dist/zaudio.js b/components/uniapp-zaudio/dist/zaudio.js
index 9320efa..1d28076 100644
--- a/components/uniapp-zaudio/dist/zaudio.js
+++ b/components/uniapp-zaudio/dist/zaudio.js
@@ -450,8 +450,8 @@ class ZAudio extends util_1.EventBus {
this.audioCtx.singer = renderSinger;
this.audioCtx.coverImgUrl = renderCoverImgUrl || this.defaultCover;
this.audioCtx.startTime = 0;
- this.audioCtx.seek(0);
- this.audioCtx.play();
+ // this.audioCtx.seek(0);
+ // this.audioCtx.play();
this.commit("setPause", false);
this.commit("setPlayinfo", {
src: renderSrc,
diff --git a/pages.json b/pages.json
index 4d77122..9414972 100644
--- a/pages.json
+++ b/pages.json
@@ -1,635 +1,632 @@
-{
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- //这个pages里只放这五个页面,新增页面时请对应的放到下面的分包里
- "pages": [
- // {
- // "path": "pages/mine/registerForm",
- // "style": {
- // "navigationBarTitleText": "访客登记表",
- // "navigationBarBackgroundColor": "#2671E2",
- // "navigationBarTextStyle": "white"
- // }
-
- // },
- // {
- // "path": "pages/mine/registerResult",
- // "style": {
- // "navigationBarTitleText": "访客登记表",
- // "navigationBarBackgroundColor": "#2671E2",
- // "navigationBarTextStyle": "white"
- // }
- // },
- {
- "path": "pages/index/guide",
- "style": {
- "navigationBarBackgroundColor": "#008EF2",
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "智控管家",
- "navigationBarBackgroundColor": "#2671E2",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/index/customer",
- "style": {
- "navigationBarTitleText": "接待",
- "navigationBarBackgroundColor": "#2671E2",
- "navigationBarTextStyle": "white"
- }
- }, {
- "path": "pages/index/learning",
- "style": {
- "navigationBarTitleText": "学习",
- "navigationBarBackgroundColor": "#2671E2",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/index/personal",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationBarBackgroundColor": "#2671E2",
- "navigationBarTextStyle": "white"
- }
- },
-
- {
- "path": "pages/reportExcel/dayReport",
- "style": {
- "navigationBarTitleText": "数智工牌日报",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
-
- },
- {
- "path": "pages/reportExcel/weekReport",
- "style": {
- "navigationBarTitleText": "数智工牌周报",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
-
- }
- ],
- //这下面是分包
- "subPackages": [{
- "root": "pages/login", //登录相关
- "name": "login",
- "pages": [{
- "path": "index"
- },
- {
- "path": "Verification",
- "style": {
- "navigationBarTitleText": "验证码登录",
- "navigationBarBackgroundColor": "#008EF2",
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "yinzhongmalogin",
- "style": {
- "navigationBarTitleText": "验证码登录",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "Setthepassword",
- "style": {
- "navigationBarTitleText": "设置密码",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "Verifythelogin",
- "style": {
- "navigationBarTitleText": "验证码登录",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- }
-
-
-
- ]
- },
- {
- "root": "pages/mine", //个人中心
- "name": "mine",
- "pages": [{
- "path": "details",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "details2",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "detailsNew",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "calibration",
- "style": {
- "navigationBarTitleText": "校验",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "ScoringPlaylist",
- "style": {
- "navigationBarTitleText": "匹配标签",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
-
- {
- "path": "Myprofile",
- "style": {
- "navigationBarTitleText": "编辑资料",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "nickname",
- "style": {
- "navigationBarTitleText": "编辑昵称",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "signature",
- "style": {
- "navigationBarTitleText": "编辑签名",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "Changehepassword",
- "style": {
- "navigationBarTitleText": "修改密码",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "subscribe",
- "style": {
- "navigationBarTitleText": "消息订阅",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
-
- {
- "path": "reception/addreception",
- "style": {
- "navigationBarTitleText": "新增接待",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "reception/consultant",
- "style": {
- "navigationBarTitleText": "选择顾问",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "consultanonduty/index",
- "style": {
- "navigationBarTitleText": "值班顾问",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "equipment/index",
- "style": {
- "navigationBarTitleText": "设备管理",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "messageList",
- "style": {
- "navigationBarTitleText": "消息",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
-
- }, {
- "path": "selectBuilding",
- "style": {
- "navigationBarTitleText": "切换项目",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
-
- }, {
- "path": "registerCode",
- "style": {
- "navigationBarTitleText": "访客登记码",
- "navigationBarBackgroundColor": "#2671E2",
- "navigationBarTextStyle": "white"
- }
-
- }, {
- "path": "registerForm",
- "style": {
- "navigationBarTitleText": "访客登记表",
- "navigationBarBackgroundColor": "#2671E2",
- "navigationBarTextStyle": "white"
- }
-
- },
- {
- "path": "registerResult",
- "style": {
- "navigationBarTitleText": "访客登记表",
- "navigationBarBackgroundColor": "#2671E2",
- "navigationBarTextStyle": "white"
- }
-
- }, {
- "path": "messageDetail",
- "style": {
- "navigationBarTitleText": "公告详情",
- "navigationBarBackgroundColor": "#2671E2",
- "navigationBarTextStyle": "white"
- }
- }, {
- "path": "messageDetails",
- "style": {
- "navigationBarTitleText": "隐私协议",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black"
- }
-
- }
- ,{
- "path" : "equipmentLog",
- "style" :
- {
- "navigationBarTitleText": "设备日志",
- "navigationBarBackgroundColor": "#2671E2",
- "navigationBarTextStyle": "white"
- }
-
- }
- ]
- },
- {
- "root": "pages/learning", //学习
- "name": "learning",
- "pages": [{
- "path": "Thefulltext/index",
- "style": {
- "navigationBarTitleText": "全文学习",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "Thefulltext/index2",
- "style": {
- "navigationBarTitleText": "全文学习",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "Thefulltext/search",
- "style": {
- "navigationBarTitleText": "搜索",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "Keywordsearch",
- "style": {
- "navigationBarTitleText": "搜索",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "Equinoctiallearning",
- "style": {
- "navigationBarTitleText": "分点学习",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "Equinoctial/index",
- "style": {
- "navigationBarTitleText": "分点学习",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "Equinoctial/index2",
- "style": {
- "navigationBarTitleText": "分点学习",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- }
-
-
- ]
- },
- {
- "root": "pages/center", //中心逻辑的模块都放到这里
- "name": "center",
- "pages": [{
- "path": "Piabodata/index",
- "style": {
- "navigationBarTitleText": "销讲数据",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "Piabodata/Groupcontrast",
- "style": {
- "navigationBarTitleText": "集团对比",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "Piabodata/Theteamcompared",
- "style": {
- "navigationBarTitleText": "团队对比",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "Piabodata/selectTeam",
- "style": {
- "navigationBarTitleText": "选择团队",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "Piabodata/selectGroup",
- "style": {
- "navigationBarTitleText": "选择项目",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "Piabodata/Userinsightinto",
- "style": {
- "navigationBarTitleText": "客户画像",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "Piabodata/TrendAnalysis",
- "style": {
- "navigationBarTitleText": "趋势分析",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "Piabodata/StaffAnalysis",
- "style": {
- "navigationBarTitleText": "员工分析",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true
- }
- },
-
- {
- "path": "Piabodata/Customerportrait/Detailsofthesearch",
- "style": {
- "navigationBarTitleText": "搜索",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "Piabodata/Customerportrait/Receivedetailabout",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "Piabodata/Customerportrait/Receivingrecords",
- "style": {
- "navigationBarTitleText": "列表",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "Piabodata/Employeesstatistics",
- "style": {
- "navigationBarTitleText": "顾问排名",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true
- }
- },
-
- {
- "path": "records/index",
- "style": {
- "navigationBarTitleText": "接待记录",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "records/recordSearch",
- "style": {
- "navigationBarTitleText": "搜索",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "prohibited/index",
- "style": {
- "navigationBarTitleText": "违禁记录",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "prohibited/details",
- "style": {
- "navigationBarTitleText": "违禁详情",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "consumer/index",
- "style": {
- "navigationBarTitleText": "客户管理",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "consumer/consumerSearch",
- "style": {
- "navigationBarTitleText": "搜索",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "consumer/consumerDetail",
- "style": {
- "navigationBarTitleText": "客户详情",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "consumer/remind",
- "style": {
- "navigationBarTitleText": "添加提醒",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "consumer/edit",
- "style": {
- "navigationBarTitleText": "编辑客户",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "consumer/newFollowup/newFollowup",
- "style": {
- "navigationBarTitleText": "写跟进",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- }
- ]
- }
- ],
-
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "networkTimeout": {
- "request": 10000,
- "downloadFile": 10000
- },
- "debug": false,
- "tabBar": {
- "color": "#8E8E8E",
- "selectedColor": "#1296db",
- "borderStyle": "white",
- "list": [{
- "pagePath": "pages/index/index"
- // "iconPath": "/static/images/tabBar/home.png",
- // "selectedIconPath": "/static/images/tabBar/homeActive.png",
- // "text": "首页"
- },
- {
- "pagePath": "pages/index/customer"
- // "iconPath": "/static/images/tabBar/customer.png",
- // "selectedIconPath": "/static/images/tabBar/customerActive.png",
- // "text": "接待"
- },
- {
- "pagePath": "pages/index/learning"
- // "iconPath": "/static/images/tabBar/voice.png",
- // "selectedIconPath": "/static/images/tabBar/voiceActive.png",
- // "text": "学习"
- },
- {
- "pagePath": "pages/index/personal"
- // "iconPath": "/static/images/tabBar/user.png",
- // "selectedIconPath": "/static/images/tabBar/userActive.png",
- // "text": "个人"
- }
- ]
- },
- "sitemapLocation": "sitemap.json",
- "globalStyle": {
- "backgroundColor": "#F6F6F6",
- "backgroundTextStyle": "dark",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "数智工牌",
- "navigationBarTextStyle": "black"
- },
- "condition" : { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [
- {
- "name": "访客二维码", //模式名称
- "path": "pages/mine/registerForm", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }
- ]
- }
+{
+ "easycom": {
+ "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
+ },
+ //这个pages里只放这五个页面,新增页面时请对应的放到下面的分包里
+ "pages": [
+ // {
+ // "path": "pages/mine/registerForm",
+ // "style": {
+ // "navigationBarTitleText": "访客登记表",
+ // "navigationBarBackgroundColor": "#2671E2",
+ // "navigationBarTextStyle": "white"
+ // }
+
+ // },
+ // {
+ // "path": "pages/mine/registerResult",
+ // "style": {
+ // "navigationBarTitleText": "访客登记表",
+ // "navigationBarBackgroundColor": "#2671E2",
+ // "navigationBarTextStyle": "white"
+ // }
+ // },
+ {
+ "path": "pages/index/guide",
+ "style": {
+ "navigationBarBackgroundColor": "#008EF2",
+ "navigationBarTextStyle": "white",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/index/index",
+ "style": {
+ "navigationBarTitleText": "智控管家",
+ "navigationBarBackgroundColor": "#2671E2",
+ "navigationBarTextStyle": "white",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/index/customer",
+ "style": {
+ "navigationBarTitleText": "接待",
+ "navigationBarBackgroundColor": "#2671E2",
+ "navigationBarTextStyle": "white"
+ }
+ }, {
+ "path": "pages/index/learning",
+ "style": {
+ "navigationBarTitleText": "学习",
+ "navigationBarBackgroundColor": "#2671E2",
+ "navigationBarTextStyle": "white",
+ "enablePullDownRefresh": true
+ }
+ }, {
+ "path": "pages/index/personal",
+ "style": {
+ "navigationBarTitleText": "我的",
+ "navigationBarBackgroundColor": "#2671E2",
+ "navigationBarTextStyle": "white"
+ }
+ },
+
+ {
+ "path": "pages/reportExcel/dayReport",
+ "style": {
+ "navigationBarTitleText": "数智工牌日报",
+ "navigationBarBackgroundColor": "#ffffff",
+ "navigationBarTextStyle": "black"
+ }
+
+ },
+ {
+ "path": "pages/reportExcel/weekReport",
+ "style": {
+ "navigationBarTitleText": "数智工牌周报",
+ "navigationBarBackgroundColor": "#ffffff",
+ "navigationBarTextStyle": "black"
+ }
+
+ }
+ ],
+ //这下面是分包
+ "subPackages": [{
+ "root": "pages/login", //登录相关
+ "name": "login",
+ "pages": [{
+ "path": "index"
+ },
+ {
+ "path": "Verification",
+ "style": {
+ "navigationBarTitleText": "验证码登录",
+ "navigationBarBackgroundColor": "#008EF2",
+ "navigationBarTextStyle": "white",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "yinzhongmalogin",
+ "style": {
+ "navigationBarTitleText": "验证码登录",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "Setthepassword",
+ "style": {
+ "navigationBarTitleText": "设置密码",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "Verifythelogin",
+ "style": {
+ "navigationBarTitleText": "验证码登录",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ }
+
+
+
+ ]
+ },
+ {
+ "root": "pages/mine", //个人中心
+ "name": "mine",
+ "pages": [{
+ "path": "details",
+ "style": {
+ "navigationBarTitleText": "详情",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "details2",
+ "style": {
+ "navigationBarTitleText": "详情",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "detailsNew",
+ "style": {
+ "navigationBarTitleText": "详情",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "calibration",
+ "style": {
+ "navigationBarTitleText": "校验",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "ScoringPlaylist",
+ "style": {
+ "navigationBarTitleText": "匹配标签",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+
+ {
+ "path": "Myprofile",
+ "style": {
+ "navigationBarTitleText": "编辑资料",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "nickname",
+ "style": {
+ "navigationBarTitleText": "编辑昵称",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "signature",
+ "style": {
+ "navigationBarTitleText": "编辑签名",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "Changehepassword",
+ "style": {
+ "navigationBarTitleText": "修改密码",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "subscribe",
+ "style": {
+ "navigationBarTitleText": "消息订阅",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+
+ {
+ "path": "reception/addreception",
+ "style": {
+ "navigationBarTitleText": "新增接待",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "reception/consultant",
+ "style": {
+ "navigationBarTitleText": "选择顾问",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "consultanonduty/index",
+ "style": {
+ "navigationBarTitleText": "值班顾问",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "equipment/index",
+ "style": {
+ "navigationBarTitleText": "设备管理",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "messageList",
+ "style": {
+ "navigationBarTitleText": "消息",
+ "navigationBarBackgroundColor": "#ffffff",
+ "navigationBarTextStyle": "black"
+ }
+
+ }, {
+ "path": "selectBuilding",
+ "style": {
+ "navigationBarTitleText": "切换项目",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+
+ }, {
+ "path": "registerCode",
+ "style": {
+ "navigationBarTitleText": "访客登记码",
+ "navigationBarBackgroundColor": "#2671E2",
+ "navigationBarTextStyle": "white"
+ }
+
+ }, {
+ "path": "registerForm",
+ "style": {
+ "navigationBarTitleText": "访客登记表",
+ "navigationBarBackgroundColor": "#2671E2",
+ "navigationBarTextStyle": "white"
+ }
+
+ },
+ {
+ "path": "registerResult",
+ "style": {
+ "navigationBarTitleText": "访客登记表",
+ "navigationBarBackgroundColor": "#2671E2",
+ "navigationBarTextStyle": "white"
+ }
+
+ }, {
+ "path": "messageDetail",
+ "style": {
+ "navigationBarTitleText": "公告详情",
+ "navigationBarBackgroundColor": "#2671E2",
+ "navigationBarTextStyle": "white"
+ }
+ }, {
+ "path": "messageDetails",
+ "style": {
+ "navigationBarTitleText": "隐私协议",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+
+ }, {
+ "path": "equipmentLog",
+ "style": {
+ "navigationBarTitleText": "设备日志",
+ "navigationBarBackgroundColor": "#2671E2",
+ "navigationBarTextStyle": "transparent",
+ "navigationStyle": "custom"
+ }
+
+ }
+ ]
+ },
+ {
+ "root": "pages/learning", //学习
+ "name": "learning",
+ "pages": [{
+ "path": "Thefulltext/index",
+ "style": {
+ "navigationBarTitleText": "全文学习",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "Thefulltext/index2",
+ "style": {
+ "navigationBarTitleText": "全文学习",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "Thefulltext/search",
+ "style": {
+ "navigationBarTitleText": "搜索",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "Keywordsearch",
+ "style": {
+ "navigationBarTitleText": "搜索",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "Equinoctiallearning",
+ "style": {
+ "navigationBarTitleText": "分点学习",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "Equinoctial/index",
+ "style": {
+ "navigationBarTitleText": "分点学习",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "Equinoctial/index2",
+ "style": {
+ "navigationBarTitleText": "分点学习",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ }
+
+
+ ]
+ },
+ {
+ "root": "pages/center", //中心逻辑的模块都放到这里
+ "name": "center",
+ "pages": [{
+ "path": "Piabodata/index",
+ "style": {
+ "navigationBarTitleText": "销讲数据",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "Piabodata/Groupcontrast",
+ "style": {
+ "navigationBarTitleText": "集团对比",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "Piabodata/Theteamcompared",
+ "style": {
+ "navigationBarTitleText": "团队对比",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "Piabodata/selectTeam",
+ "style": {
+ "navigationBarTitleText": "选择团队",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "Piabodata/selectGroup",
+ "style": {
+ "navigationBarTitleText": "选择项目",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "Piabodata/Userinsightinto",
+ "style": {
+ "navigationBarTitleText": "客户画像",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "Piabodata/TrendAnalysis",
+ "style": {
+ "navigationBarTitleText": "趋势分析",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "Piabodata/StaffAnalysis",
+ "style": {
+ "navigationBarTitleText": "员工分析",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": true
+ }
+ },
+
+ {
+ "path": "Piabodata/Customerportrait/Detailsofthesearch",
+ "style": {
+ "navigationBarTitleText": "搜索",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "Piabodata/Customerportrait/Receivedetailabout",
+ "style": {
+ "navigationBarTitleText": "详情",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "Piabodata/Customerportrait/Receivingrecords",
+ "style": {
+ "navigationBarTitleText": "列表",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "Piabodata/Employeesstatistics",
+ "style": {
+ "navigationBarTitleText": "顾问排名",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": true
+ }
+ },
+
+ {
+ "path": "records/index",
+ "style": {
+ "navigationBarTitleText": "接待记录",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "records/recordSearch",
+ "style": {
+ "navigationBarTitleText": "搜索",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "prohibited/index",
+ "style": {
+ "navigationBarTitleText": "违禁记录",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "prohibited/details",
+ "style": {
+ "navigationBarTitleText": "违禁详情",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "consumer/index",
+ "style": {
+ "navigationBarTitleText": "客户管理",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "consumer/consumerSearch",
+ "style": {
+ "navigationBarTitleText": "搜索",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "consumer/consumerDetail",
+ "style": {
+ "navigationBarTitleText": "客户详情",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "consumer/remind",
+ "style": {
+ "navigationBarTitleText": "添加提醒",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "consumer/edit",
+ "style": {
+ "navigationBarTitleText": "编辑客户",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "consumer/newFollowup/newFollowup",
+ "style": {
+ "navigationBarTitleText": "写跟进",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ }
+ ]
+ }
+ ],
+
+ "permission": {
+ "scope.userLocation": {
+ "desc": "你的位置信息将用于小程序位置接口的效果展示"
+ }
+ },
+ "networkTimeout": {
+ "request": 10000,
+ "downloadFile": 10000
+ },
+ "debug": false,
+ "tabBar": {
+ "color": "#8E8E8E",
+ "selectedColor": "#1296db",
+ "borderStyle": "white",
+ "list": [{
+ "pagePath": "pages/index/index"
+ // "iconPath": "/static/images/tabBar/home.png",
+ // "selectedIconPath": "/static/images/tabBar/homeActive.png",
+ // "text": "首页"
+ },
+ {
+ "pagePath": "pages/index/customer"
+ // "iconPath": "/static/images/tabBar/customer.png",
+ // "selectedIconPath": "/static/images/tabBar/customerActive.png",
+ // "text": "接待"
+ },
+ {
+ "pagePath": "pages/index/learning"
+ // "iconPath": "/static/images/tabBar/voice.png",
+ // "selectedIconPath": "/static/images/tabBar/voiceActive.png",
+ // "text": "学习"
+ },
+ {
+ "pagePath": "pages/index/personal"
+ // "iconPath": "/static/images/tabBar/user.png",
+ // "selectedIconPath": "/static/images/tabBar/userActive.png",
+ // "text": "个人"
+ }
+ ]
+ },
+ "sitemapLocation": "sitemap.json",
+ "globalStyle": {
+ "backgroundColor": "#F6F6F6",
+ "backgroundTextStyle": "dark",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTitleText": "数智工牌",
+ "navigationBarTextStyle": "black"
+ },
+ "condition": { //模式配置,仅开发期间生效
+ "current": 0, //当前激活的模式(list 的索引项)
+ "list": [{
+ "name": "访客二维码", //模式名称
+ "path": "pages/mine/registerForm", //启动页面,必选
+ "query": "" //启动参数,在页面的onLoad函数里面得到
+ }]
+ }
}
diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue
index de3e522..80fde1f 100644
--- a/pages/mine/details2.vue
+++ b/pages/mine/details2.vue
@@ -43,7 +43,15 @@
- {{ item.speaker | toCapital }}
+
+
+
+ {{ item.username }}
+
+
+ {{ item.speaker | toCapital }}
+
+
{{conversionTiame(item.bg/1000)}}
@@ -92,24 +100,16 @@
-
+
更多
设备日志
接待信息
- {{userlistobj.validInvalidName}}
+ {{userlistobj.validInvalidName}}
-
-
-
- 接待信息
-
-
-
@@ -1974,6 +1974,7 @@
.allimg {
position: absolute;
width: 168rpx;
+ min-height: 210rpx;
top: -240rpx;
border: 1px solid #E0E0E0;
background: #FFFFFF;
diff --git a/pages/mine/equipmentLog.vue b/pages/mine/equipmentLog.vue
index 595c868..2e5ea1b 100644
--- a/pages/mine/equipmentLog.vue
+++ b/pages/mine/equipmentLog.vue
@@ -1,10 +1,24 @@
+
+
+
+
+
+
+ 设备日志
+
+
+
+
+
+
+
- 设备编号:{{info.imei}}
- 录音说明:{{info.recordExplain}}
+ 设备编号:{{ info.imei || '' }}
+ 录音说明:{{ info.recordExplain || '' }}
{{state(info.recording)}}
@@ -13,43 +27,67 @@
- 录音开启用时:{{info.startActionTime || ''}}min
+
+ 录音开启用时
+ {{info.startActionTime || ''}}min
+
+
+
+ 待上传文件
+ {{info.fileCount}}个
- 待上传文件:{{info.fileCount}}个
-
- 录音开启
- 指派人:
- {{info.owenrName}}
- 指派时间:
- {{info.assignTime}}
- 录音开始时间:
-
-
- {{info.recordStartTime}}
-
-
+
+
+
+
- 录音关闭
- 结束人:
- {{info.userName}}
- 结束时间:
- {{info.assignEndTime}}
- 录音结束时间:
-
-
- {{info.recordEndTime}}
-
-
+ 录音开启
+
+ 指派人:
+ {{info.owenrName}}
+
+
+ 指派时间:
+ {{info.assignTime}}
+
+
+ 录音开始时间:
+
+
+ {{info.recordStartTime}}
+
+
+
+
+
+ 录音关闭
+
+ 结束人:
+ {{info.userName}}
+
+
+ 结束时间:
+ {{info.assignEndTime}}
+
+
+ 录音结束时间:
+
+
+ {{info.recordEndTime}}
+
+
+
离线记录
- {{index+1}}. {{item}}
+ {{index+1}}、 {{item}}
@@ -61,7 +99,7 @@
export default {
data() {
return {
- info: {}
+ info: {},
}
},
computed: {
@@ -76,9 +114,11 @@
return "完整录音";
}
})
- }
+ },
},
+
onLoad(options) {
+ console.log(this.cusTHeight)
console.log(options.id)
this.$u.get("/equipment/equipmentLog", {
id: options.id
@@ -88,27 +128,92 @@
})
},
methods: {
-
+ back() {
+ uni.navigateBack()
+ }
}
}