|
@@ -258,7 +258,7 @@ const goDetail=async (item)=>{
|
|
})
|
|
})
|
|
let htmlStr=`<div>PC端暂不支持编辑语音播报,请扫码进入小程序编辑</div>`
|
|
let htmlStr=`<div>PC端暂不支持编辑语音播报,请扫码进入小程序编辑</div>`
|
|
if(res.code===200){
|
|
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({
|
|
ElMessageBox({
|