| | |
| | | methods: { |
| | | handleShare() { |
| | | let map = [ |
| | | '/pages/detailDis/product', |
| | | '/pages/detailDis/case', |
| | | '/pages/detailDis/realpic', |
| | | '/pages/consult/detail', |
| | | '/pages/detailDis/product',//产品详情 |
| | | '/pages/detailDis/case',//案例详情 |
| | | '/pages/detailDis/realpic',//实景详情 |
| | | '/pages/consult/detail',//资讯详情 |
| | | ] |
| | | const { info, path} = this.data |
| | | wx.navigateToMiniProgram({ |
| | | appId: 'wx208dd1edc0be24ee', |
| | | path: map[path], |
| | | envVersion: 'trial', |
| | | extraData: { |
| | | id: info.id, |
| | | origin: 'b' |
| | | } |
| | | path: `${map[path]}?origin=b&id=${info.id}&userId=${wx.getStorageSync('member').id}`, |
| | | envVersion: 'trial' |
| | | }) |
| | | }, |
| | | handleEnjoy() { |