更新羽声语音h5
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user