|
|
@@ -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 { |
|
|
|