Explorar el Código

调整首页

腾讯ocr渠道不签约
zhoujie hace 9 meses
padre
commit
e0071d79ff
Se han modificado 2 ficheros con 1152 adiciones y 9 borrados
  1. 1143
    0
      pages/index/index - 副本 (2).vue
  2. 9
    9
      pages/index/index.vue

+ 1143
- 0
pages/index/index - 副本 (2).vue
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 9
- 9
pages/index/index.vue Ver fichero

@@ -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', ' ')

Cargando…
Cancelar
Guardar