更新羽声语音h5

This commit is contained in:
yziiy
2025-10-23 16:04:28 +08:00
parent f77801f9a1
commit 4fc72fbffe
228 changed files with 5384 additions and 4065 deletions

View File

@@ -57,7 +57,7 @@
methods: {
getDetail(id) {
http.get('/api/Help/help_detail', {
token: uni.getStorageSync('token') ?? '',
token: uni.getStorageSync('token') || '',
id: id
}).then(response => {
const {
@@ -80,7 +80,6 @@
<style lang="scss" scoped>
.view-page {
// padding: 32rpx;
width: 100vw;
min-height: 100vh;
background-color: #F8F8F8;
@@ -119,13 +118,7 @@
justify-items: center;
justify-content: space-evenly;
align-items: center;
// margin-top: ;
.help-box {
// display: inline-flex;
// flex-wrap: wrap;
// justify-items: center;
// justify-content: center;
// align-items: center;
text-align: center;
.help-icon {
width: 100rpx;