|
@ -4,7 +4,7 @@ import dayjs from '../../../../utils/dayjs/index.js' |
|
|
import { store } from '../../../../utils/store.js' |
|
|
import { store } from '../../../../utils/store.js' |
|
|
var WxParse = require('../../../../components/wxParse/wxParse.js'); |
|
|
var WxParse = require('../../../../components/wxParse/wxParse.js'); |
|
|
let artice = new ArticeModel() |
|
|
let artice = new ArticeModel() |
|
|
|
|
|
const app = getApp() |
|
|
Page({ |
|
|
Page({ |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
@ -103,6 +103,7 @@ Page({ |
|
|
}, |
|
|
}, |
|
|
//关联链接跳转
|
|
|
//关联链接跳转
|
|
|
goLinkPage(e) { |
|
|
goLinkPage(e) { |
|
|
|
|
|
console.log('链接--',e) |
|
|
if (e.currentTarget.dataset.association == '1') { |
|
|
if (e.currentTarget.dataset.association == '1') { |
|
|
app.globalData.currentTab = "3" |
|
|
app.globalData.currentTab = "3" |
|
|
wx.switchTab({ |
|
|
wx.switchTab({ |
|
|