1.14 概念中心模块调整,战略分析模块界面完善
This commit is contained in:
@@ -298,6 +298,7 @@
|
||||
import { eventRelatedConcept, eventHistoryEvent, eventRelatedStock, eventCommentList, commentEvent, likeEventComment, replyComment, followEvent, membershipStatus } from '@/request/api';
|
||||
import { getLocaleHourMinute, getLocaleTime, getRateStr, getRateUpOrDown, getChgRateStr } from '@/utils/util';
|
||||
const echarts = require('../../../uni_modules/lime-echart/static/echarts.min.js');
|
||||
import CryptoJS from 'crypto-js'
|
||||
|
||||
export default {
|
||||
data() {
|
||||
@@ -501,8 +502,9 @@
|
||||
*/
|
||||
clickConceptItem(name)
|
||||
{
|
||||
let md5 = CryptoJS.MD5(name).toString()
|
||||
uni.navigateTo({
|
||||
url:'/pages/index/conceptDetails/conceptDetails?name='+name
|
||||
url:'/pages/index/conceptDetails/conceptDetails?name='+md5
|
||||
})
|
||||
},
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user