| | |
| | | import { shareContent, getProductNewsInfo } from '../../api/index' |
| | | import { shareContent, getProductNewsInfo, actionDo } from '../../api/index' |
| | | Page({ |
| | | |
| | | /** |
| | |
| | | this.getDetail(options.id) |
| | | }, |
| | | handleDesign() { |
| | | actionDo({ |
| | | actionType: 'share', |
| | | id: this.data.info.id |
| | | }) |
| | | wx.navigateToMiniProgram({ |
| | | appId: 'wxcd2b89fd2ff065f8', |
| | | appId: 'wx208dd1edc0be24ee', |
| | | path: `/pages/consult/detail?id=${this.data.info.id}&origin=b&userId=${wx.getStorageSync('member').id}`, |
| | | envVersion: 'trial' |
| | | envVersion: 'release' |
| | | }) |
| | | }, |
| | | getDetail(id) { |