|  | @@ -154,7 +154,8 @@ | 
														
													
														
															
																|  |  | src="../../assets/icon/icon-microphone.png" |  |  | src="../../assets/icon/icon-microphone.png" | 
														
													
														
															
																|  |  | alt="" |  |  | alt="" | 
														
													
														
															
																|  |  | /> |  |  | /> | 
														
													
														
															
																|  |  | 更改声音 |  |  |  | 
														
													
														
															
																|  |  |  |  |  | <span v-show="!showSoundList2">更改声音</span> | 
														
													
														
															
																|  |  |  |  |  | <span v-show="showSoundList2">选择情绪</span> | 
														
													
														
															
																|  |  | </div> |  |  | </div> | 
														
													
														
															
																|  |  | <div @click="showTabSheet = !showTabSheet"> |  |  | <div @click="showTabSheet = !showTabSheet"> | 
														
													
														
															
																|  |  | <img class="yesImg" src="../../assets/icon/icon-yes.png" alt="" /> |  |  | <img class="yesImg" src="../../assets/icon/icon-yes.png" alt="" /> | 
														
													
												
													
														
															
																|  | @@ -165,6 +166,7 @@ | 
														
													
														
															
																|  |  | <div class="tabSheet-content"> |  |  | <div class="tabSheet-content"> | 
														
													
														
															
																|  |  | <!-- tab栏 --> |  |  | <!-- tab栏 --> | 
														
													
														
															
																|  |  | <van-tabs |  |  | <van-tabs | 
														
													
														
															
																|  |  |  |  |  | v-if="!showSoundList2" | 
														
													
														
															
																|  |  | color="#7264F5" |  |  | color="#7264F5" | 
														
													
														
															
																|  |  | line-width="46" |  |  | line-width="46" | 
														
													
														
															
																|  |  | line-height="6" |  |  | line-height="6" | 
														
													
												
													
														
															
																|  | @@ -209,19 +211,24 @@ | 
														
													
														
															
																|  |  | </van-tabs> |  |  | </van-tabs> | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
														
															
																|  |  | <!-- 二级列表显示 --> |  |  | <!-- 二级列表显示 --> | 
														
													
														
															
																|  |  | <van-popup |  |  |  | 
														
													
														
															
																|  |  | class="SoundList2" |  |  |  | 
														
													
														
															
																|  |  | v-model="showSoundList2" |  |  |  | 
														
													
														
															
																|  |  | position="bottom" |  |  |  | 
														
													
														
															
																|  |  | :style="{ width: '100%' }" |  |  |  | 
														
													
														
															
																|  |  | > |  |  |  | 
														
													
														
															
																|  |  | <div |  |  |  | 
														
													
														
															
																|  |  |  |  |  | <div v-if="showSoundList2" class="SoundList2"> | 
														
													
														
															
																|  |  |  |  |  | <!-- <div | 
														
													
														
															
																|  |  | class="SoundList2-title" |  |  | class="SoundList2-title" | 
														
													
														
															
																|  |  | @click="showSoundList2 = !showSoundList2" |  |  |  | 
														
													
														
															
																|  |  |  |  |  | @click=" | 
														
													
														
															
																|  |  |  |  |  | showTabSheet = !showTabSheet | 
														
													
														
															
																|  |  |  |  |  | showSoundList2 = !showSoundList2 | 
														
													
														
															
																|  |  |  |  |  | " | 
														
													
														
															
																|  |  | > |  |  | > | 
														
													
														
															
																|  |  | <div> </div> |  |  |  | 
														
													
														
															
																|  |  |  |  |  | <div> | 
														
													
														
															
																|  |  |  |  |  | <img | 
														
													
														
															
																|  |  |  |  |  | class="img" | 
														
													
														
															
																|  |  |  |  |  | src="../../assets/icon/icon-microphone.png" | 
														
													
														
															
																|  |  |  |  |  | alt="" | 
														
													
														
															
																|  |  |  |  |  | /> | 
														
													
														
															
																|  |  |  |  |  | 选择情绪 | 
														
													
														
															
																|  |  |  |  |  | </div> | 
														
													
														
															
																|  |  | <img class="yesImg" src="../../assets/icon/icon-yes.png" alt="" /> |  |  | <img class="yesImg" src="../../assets/icon/icon-yes.png" alt="" /> | 
														
													
														
															
																|  |  | </div> |  |  |  | 
														
													
														
															
																|  |  |  |  |  | </div> --> | 
														
													
														
															
																|  |  | <div class="list"> |  |  | <div class="list"> | 
														
													
														
															
																|  |  | <div v-if="soundItemList2.length == 0">暂无数据</div> |  |  | <div v-if="soundItemList2.length == 0">暂无数据</div> | 
														
													
														
															
																|  |  | <template v-if="soundItemList.length != 0"> |  |  | <template v-if="soundItemList.length != 0"> | 
														
													
												
													
														
															
																|  | @@ -236,8 +243,8 @@ | 
														
													
														
															
																|  |  | <div>{{ item.title }}-{{ item.speakTypeStr }}</div> |  |  | <div>{{ item.title }}-{{ item.speakTypeStr }}</div> | 
														
													
														
															
																|  |  | </div> |  |  | </div> | 
														
													
														
															
																|  |  | </template> |  |  | </template> | 
														
													
														
															
																|  |  | </div></van-popup |  |  |  | 
														
													
														
															
																|  |  | > |  |  |  | 
														
													
														
															
																|  |  |  |  |  | </div> | 
														
													
														
															
																|  |  |  |  |  | </div> | 
														
													
														
															
																|  |  | </div> |  |  | </div> | 
														
													
														
															
																|  |  | </div> |  |  | </div> | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
												
													
														
															
																|  | @@ -501,6 +508,9 @@ export default { | 
														
													
														
															
																|  |  | ...mapActions(['setCharacters']), |  |  | ...mapActions(['setCharacters']), | 
														
													
														
															
																|  |  | // 点击底部tab栏 |  |  | // 点击底部tab栏 | 
														
													
														
															
																|  |  | clickBottomTab(index) { |  |  | clickBottomTab(index) { | 
														
													
														
															
																|  |  |  |  |  | if (index == 1) { | 
														
													
														
															
																|  |  |  |  |  | this.showSoundList2 = false | 
														
													
														
															
																|  |  |  |  |  | } | 
														
													
														
															
																|  |  | if (index != 4) { |  |  | if (index != 4) { | 
														
													
														
															
																|  |  | this.bottomTabActive = index |  |  | this.bottomTabActive = index | 
														
													
														
															
																|  |  | if (this.textareaContent.length == 0) { |  |  | if (this.textareaContent.length == 0) { | 
														
													
												
													
														
															
																|  | @@ -1296,22 +1306,25 @@ export default { | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
														
															
																|  |  | .SoundList2 { |  |  | .SoundList2 { | 
														
													
														
															
																|  |  | overflow: hidden; |  |  | overflow: hidden; | 
														
													
														
															
																|  |  | height: 280px; |  |  |  | 
														
													
														
															
																|  |  | padding: 10px 10px 10px; |  |  |  | 
														
													
														
															
																|  |  |  |  |  | height: 240px; | 
														
													
														
															
																|  |  |  |  |  | // padding: 10px 10px 10px; | 
														
													
														
															
																|  |  |  |  |  | padding-top: 10px; | 
														
													
														
															
																|  |  | &-title { |  |  | &-title { | 
														
													
														
															
																|  |  | display: flex; |  |  | display: flex; | 
														
													
														
															
																|  |  | justify-content: space-between; |  |  | justify-content: space-between; | 
														
													
														
															
																|  |  | margin-bottom: 10px; |  |  | margin-bottom: 10px; | 
														
													
														
															
																|  |  | width: 100%; |  |  | width: 100%; | 
														
													
														
															
																|  |  | .img { |  |  | .img { | 
														
													
														
															
																|  |  | float: right; |  |  |  | 
														
													
														
															
																|  |  | margin-top: -3px; |  |  |  | 
														
													
														
															
																|  |  | margin-right: 3px; |  |  |  | 
														
													
														
															
																|  |  | width: 16px; |  |  | width: 16px; | 
														
													
														
															
																|  |  | height: 16px; |  |  | height: 16px; | 
														
													
														
															
																|  |  | } |  |  | } | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
														
															
																|  |  | .yesImg { |  |  | .yesImg { | 
														
													
														
															
																|  |  |  |  |  | float: right; | 
														
													
														
															
																|  |  |  |  |  | margin-top: -3px; | 
														
													
														
															
																|  |  |  |  |  | margin-right: 3px; | 
														
													
														
															
																|  |  |  |  |  | width: 16px; | 
														
													
														
															
																|  |  |  |  |  | height: 16px; | 
														
													
														
															
																|  |  | margin-top: -3px; |  |  | margin-top: -3px; | 
														
													
														
															
																|  |  | width: 24px; |  |  | width: 24px; | 
														
													
														
															
																|  |  | height: 16px; |  |  | height: 16px; | 
														
													
												
													
														
															
																|  | 
 |