Browse Source

修改接待详情页面的逻辑

mathMan
风继续吹 10 months ago
parent
commit
ffcf784b8b
5 changed files with 358 additions and 490 deletions
  1. +0
    -1
      App.vue
  2. +2
    -0
      config.js
  3. +1
    -1
      manifest.json
  4. +0
    -1
      pages/index/consumer/index.vue
  5. +355
    -487
      pages/mine/details2.vue

+ 0
- 1
App.vue View File

@@ -275,7 +275,6 @@
id: uni.getStorageSync('weapp_session_userInfo_data').accountId,
projectId: uni.getStorageSync('buildingID').id
}).then(res => {
console.log(res)
if (res > 0) {
uni.setTabBarBadge({ //显示数字
index: 4, //tabbar下标


+ 2
- 0
config.js View File

@@ -60,6 +60,8 @@ var config = {
cancelLike: `${host}/like/cancelLike`,
//同音转译接口3
getCorpusAnal: `${host}/corpus/splicAudioPlay`,
// 获取转写内容
findAudioContent: `${host}/corpus/findAudioContent`,
//转写内容获取快进时间是第几个文件
fastForward: `${host}/corpus/fastForward`,
//标记顾问


+ 1
- 1
manifest.json View File

@@ -72,7 +72,7 @@
},
"quickapp" : {},
"mp-weixin" : {
"appid" : "wxe044603515ff2cb5",
"appid" : "wx83fec12ec03d9349",
"setting" : {
"urlCheck" : false,
"es6" : true,


+ 0
- 1
pages/index/consumer/index.vue View File

@@ -1070,7 +1070,6 @@
this.nextPage = 1;
this.recordList = [];
this.isRefresh = false;
this.getMyCustom();
},
//重置画像标签选择
resetHuaXiang() {


+ 355
- 487
pages/mine/details2.vue
File diff suppressed because it is too large
View File


Loading…
Cancel
Save