yangteng hace 11 meses
padre
commit
0f4ac13744
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4
    4
      pages/index/index.vue

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

@@ -284,14 +284,14 @@
scrollTop.value = e.scrollTop;
});
onLoad((options) => {
// if(options.wechatsignNo){
// jump(16, options.wechatsignNo)
// }else{
if(options.wechatsignNo){
jump(16, options.wechatsignNo)
}else{
getInfo();
quanKeyAction().then((val : any) => {
setItem('key', val.dictTypeAndItem)
})
// }
}
})

onMounted(() => {

Cargando…
Cancelar
Guardar