- 博客(6)
- 收藏
- 关注
原创 定时器和销毁
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>定时.
2022-05-14 16:43:36 212
原创 本地存储和网页记住账号小案例
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>本地.
2022-05-14 16:24:36 136
原创 数组替换例子
用数组下标进行判断index默认数组下标 在用if循环进行判断数组元素<template> <view> <view class="choseBox"> <view :class="currentIndex== index?'option':'option2'" class="option" v-for="(item,index) in list" @click="inChose(index)">{{item}}</view&g
2022-05-08 15:38:38 424
原创 vue点击加载
原理很简单定义两个数组用数组用数组替换的思想在给一个if循环做如下图<template> <view class=""> <view class="" v-for="(item,index) in info"> <h5>{{item.name}}</h5><h5>{{item.id}}</h5><h5>{{item.age}}</h5> <button type="def
2022-05-08 12:35:20 459
原创 V-show的正确使用方法
1.v-show指令的作用是:根据切换元素的显示状态2.原理是修改元素 的display,实现显示隐藏3.通过判断自定义值为true或false进行隐藏显示下列是v-show最基本的引用方式<template> <view class="" ><image src="../../static/c1.png" @click="cj()"></image><input type="text" value="" placeholder="
2022-05-07 19:57:48 22409
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人