提交 b52d0556 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 1d6f230e
......@@ -78,8 +78,9 @@ export default {
this.data.id
}?is_test=${this.isTest ? '1' : '0'}`
if (this.isWeapp) {
const src = encodeURIComponent(`${window.location.origin}${path}`)
wx.miniProgram.navigateTo({
url: `/pages/web/index?src=${window.location.origin}${path}`
url: `/pages/web/index?src=${src}`
})
} else {
this.$router.push({ path })
......
......@@ -117,6 +117,12 @@ export default {
padding: 20px 0;
font-size: 13px;
line-height: 24px;
img {
max-width: 100%;
}
b {
font-weight: bold;
}
}
.tools {
display: flex;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论