소스 검색

调整首页

master
zhoujie 8 달 전
부모
커밋
e0071d79ff
2개의 변경된 파일1152개의 추가작업 그리고 9개의 파일을 삭제
  1. 1143
    0
      pages/index/index - 副本 (2).vue
  2. 9
    9
      pages/index/index.vue

+ 1143
- 0
pages/index/index - 副本 (2).vue
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 9
- 9
pages/index/index.vue 파일 보기

@@ -394,17 +394,17 @@


// 页面初次渲染完成时触发
onReady(()=>{
setTimeout(()=>{
onReady(() => {
setTimeout(() => {
quanKeyAction()
},5000)
}, 5000)
})
// 页面初次渲染完成时触发
onReady(()=>{
setTimeout(()=>{
quanKeyAction()
},5000)
})
onReady(() => {
setTimeout(() => {
quanKeyAction()
}, 5000)
})

onMounted(() => {
uni.getSystemInfo({
@@ -482,7 +482,7 @@
//调用方式
request(queryHighMsg, options).then((res) => {
console.log("高速快讯查询接口", stringToJson(res.bizContent));
state.highMsgData = stringToJson(res.bizContent).data
state.highMsgData = stringToJson(res.bizContent).data.slice(0, 4)
for (var i = 0; i < state.highMsgData.length; i++) {
state.highMsgData[i]["copywriting"] = getCodeName('COPYWRITING', state.highMsgData[i]["copywriting"])
state.highMsgData[i]["updateTime"] = state.highMsgData[i]["updateTime"].replace('T', ' ')

Loading…
취소
저장