jwyu 2 years ago
parent
commit
e3d0a02864
2 changed files with 3 additions and 2 deletions
  1. 2 1
      src/router/index.js
  2. 1 1
      src/views/voice/Mine.vue

+ 2 - 1
src/router/index.js

@@ -380,7 +380,8 @@ const routes=[
         meta: {
           title: "语音详情",
           keepAlive:false,
-          isRoot:false
+          isRoot:false,
+          hasBack:true
         }
       }
     ]

+ 1 - 1
src/views/voice/Mine.vue

@@ -258,7 +258,7 @@ const goDetail=async (item)=>{
         })
         let htmlStr=`<div>PC端暂不支持编辑语音播报,请扫码进入小程序编辑</div>`
         if(res.code===200){
-            htmlStr=`<div>PC端暂不支持编辑语音播报,请扫码进入小程序编辑</div><div><img style="width:150px;height:150px" src="${res.data}" ></div>`
+            htmlStr=`<div style="margin-bottom:10px">PC端暂不支持编辑语音播报,请扫码进入小程序编辑</div><div><img style="width:150px;height:150px" src="${res.data}" ></div>`
         }
 
         ElMessageBox({