|
@@ -925,6 +925,7 @@ const code_scene=computed(()=>{
|
|
|
searchVal:decodeURIComponent(route.query.searchVal)||'',
|
|
|
MyChartId:route.query.MyChartId||'',
|
|
|
MyChartClassifyId:route.query.MyChartClassifyId||'',
|
|
|
+ from:'share'
|
|
|
}
|
|
|
return JSON.stringify(obj)
|
|
|
})
|
|
@@ -1004,6 +1005,7 @@ const posterParams=computed(()=>{
|
|
|
|
|
|
<!-- 上一张下一张图切换 -->
|
|
|
<div
|
|
|
+ v-if="$route.query.from!='share'"
|
|
|
class="change-page-wrap"
|
|
|
:style="{left:pageBoxPosition.left+'px',top:pageBoxPosition.top+'px'}"
|
|
|
@touchmove.stop="pageTouchmove"
|