|
@@ -157,6 +157,17 @@ async function getInfo(){
|
|
|
chartListState[key].list=null
|
|
|
}
|
|
|
}
|
|
|
+ const postData={
|
|
|
+ path:'/pages/positionAnalysis/detail',
|
|
|
+ params:{
|
|
|
+ classify_name:route.query.classify_name,
|
|
|
+ classify_type:route.query.classify_type,
|
|
|
+ exchange:route.query.exchange,
|
|
|
+ },
|
|
|
+ title:`${route.query.classify_type} ${selectDate.value?moment(selectDate.value).format('YYYY-MM-DD'):''}持仓`||'持仓分析',
|
|
|
+ shareImg:''
|
|
|
+ }
|
|
|
+ wx.miniProgram.postMessage({ data: postData })
|
|
|
|
|
|
nextTick(()=>{
|
|
|
// 获取页面实际高度 传给pc端
|