wangxiaohua 2 vuotta sitten
vanhempi
commit
88c573205e
8 muutettua tiedostoa jossa 56 lisäystä ja 33 poistoa
  1. +2
    -2
      config.js
  2. +12
    -8
      pages/center/Piabodata/Customerportrait/Receivedetailabout.vue
  3. +2
    -2
      pages/center/records/index.vue
  4. +9
    -4
      pages/learning/Thefulltext/index.vue
  5. +10
    -4
      pages/learning/Thefulltext/index2.vue
  6. +6
    -0
      pages/mine/details.vue
  7. +13
    -11
      pages/mine/details2.vue
  8. +2
    -2
      utils/http.js

+ 2
- 2
config.js Näytä tiedosto

@@ -6,8 +6,8 @@
// var host = 'http://192.168.31.169:8080/autoSR/api'; // 长龙
// var host = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪
// var host = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏
var host = 'https://zkgj.quhouse.com/api'; // 质控正式
// var host = 'https://hfju.com/api'; // 数智正式
// var host = 'https://zkgj.quhouse.com/api'; // 质控正式
var host = 'https://hfju.com/api'; // 数智正式


var iMServiceHost = 'https://im.quhouse.com/'; //IM的后端地址正式


+ 12
- 8
pages/center/Piabodata/Customerportrait/Receivedetailabout.vue Näytä tiedosto

@@ -507,12 +507,16 @@
},
// 在组件实例被从页面节点树移除时执行
destroyed: function() {
if (this.innerAudioContext) {
this.innerAudioContext.destroy();
}
//暂停
this.innerAudioContext.pause()
// 销毁
this.innerAudioContext.destroy();
},
// 销毁实例
onUnload: function() {
//暂停
this.innerAudioContext.pause()
// 销毁
this.innerAudioContext.destroy();
},
methods: {
@@ -1610,11 +1614,11 @@
}
.bottombox{
width: 100%;
height: 150rpx;
height: 170rpx;
border-top: 1px solid #E0E0E0;
.bottomhead{
width: 100%;
height: 61rpx;
height: 81rpx;
border-bottom: 1px solid #E0E0E0;
display: flex;
justify-content: space-between;
@@ -1634,15 +1638,15 @@
.audio-time {
width: 110rpx;
text-align: right;
font-size: 24rpx;
font-size: 26rpx;
line-height: 28rpx;
color: #70798D;
display: flex;
justify-content: space-between;
}
.audio-play {
width: 40rpx;
height: 40rpx;
width: 48rpx;
height: 48rpx;
flex-shrink: 0;
}
.audio-play .image {


+ 2
- 2
pages/center/records/index.vue Näytä tiedosto

@@ -212,8 +212,7 @@
soltishow:false,
orderBy:'',
methodsisshow:false,
userInfo:{}
userInfo:{},
}
},
onLoad(options) {
@@ -234,6 +233,7 @@
},
onShow() {
this.userInfo = uni.getStorageSync('weapp_session_userInfo_data');
if(this.userInfo.dataCode==6 || this.userInfo.dataCode==3){
this.methodsisshow=false;


+ 9
- 4
pages/learning/Thefulltext/index.vue Näytä tiedosto

@@ -234,11 +234,16 @@
// 在组件实例被从页面节点树移除时执行
destroyed: function() {
clearTimeout(this.timer)
if (this.innerAudioContext) {
this.innerAudioContext.destroy();
}
//暂停
this.innerAudioContext.pause()
// 销毁
this.innerAudioContext.destroy();
},
onUnload:function(){
// 销毁实例
onUnload: function() {
//暂停
this.innerAudioContext.pause()
// 销毁
this.innerAudioContext.destroy();
},
methods: {


+ 10
- 4
pages/learning/Thefulltext/index2.vue Näytä tiedosto

@@ -269,13 +269,19 @@
// 在组件实例被从页面节点树移除时执行
destroyed: function() {
clearTimeout(this.timer)
if (this.innerAudioContext) {
this.innerAudioContext.destroy();
}
//暂停
this.innerAudioContext.pause()
// 销毁
this.innerAudioContext.destroy();
},
onUnload:function(){
// 销毁实例
onUnload: function() {
//暂停
this.innerAudioContext.pause()
// 销毁
this.innerAudioContext.destroy();
},
methods: {
toKeywordsearch(){
this.innerAudioContext.destroy();


+ 6
- 0
pages/mine/details.vue Näytä tiedosto

@@ -310,10 +310,16 @@
},
// 在组件实例被从页面节点树移除时执行
destroyed: function() {
//暂停
this.innerAudioContext.pause()
// 销毁
this.innerAudioContext.destroy();
},
// 销毁实例
onUnload: function() {
//暂停
this.innerAudioContext.pause()
// 销毁
this.innerAudioContext.destroy();
},
methods: {


+ 13
- 11
pages/mine/details2.vue Näytä tiedosto

@@ -505,7 +505,7 @@
effectiveitext:'',
textItself:'',
argtextindex1:0,
argtextindex2:0
argtextindex2:0,
};
},
onLoad: function(options) {
@@ -522,8 +522,6 @@
this.Menulistisshow=true;
}
})
this.intention=false;
this.kehuyixiangcenterindex=0;
this.buildingID = uni.getStorageSync('buildingID').id;
@@ -560,12 +558,16 @@
},
// 在组件实例被从页面节点树移除时执行
destroyed: function() {
if (this.innerAudioContext) {
this.innerAudioContext.destroy();
}
//暂停
this.innerAudioContext.pause()
// 销毁
this.innerAudioContext.destroy();
},
// 销毁实例
onUnload: function() {
//暂停
this.innerAudioContext.pause()
// 销毁
this.innerAudioContext.destroy();
},
methods: {
@@ -1804,11 +1806,11 @@
}
.bottombox{
width: 100%;
height: 150rpx;
height: 170rpx;
border-top: 1px solid #E0E0E0;
.bottomhead{
width: 100%;
height: 61rpx;
height: 81rpx;
border-bottom: 1px solid #E0E0E0;
display: flex;
justify-content: space-between;
@@ -1828,15 +1830,15 @@
.audio-time {
width: 110rpx;
text-align: right;
font-size: 24rpx;
font-size: 26rpx;
line-height: 28rpx;
color: #70798D;
display: flex;
justify-content: space-between;
}
.audio-play {
width: 40rpx;
height: 40rpx;
width: 48rpx;
height: 48rpx;
flex-shrink: 0;
}
.audio-play .image {


+ 2
- 2
utils/http.js Näytä tiedosto

@@ -3,8 +3,8 @@
// const baseUrl = 'http://192.168.31.169:8080/autoSR/api'; // 长龙
// const baseUrl = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪
// const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏
const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
// const baseUrl = 'https://hfju.com/api'; // 数智正式
// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
const baseUrl = 'https://hfju.com/api'; // 数智正式

const install = (Vue, vm) => {
Vue.prototype.$u.http.setConfig({


Ladataan…
Peruuta
Tallenna