自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 Method“computed“has type“object“in the component definition. Did you reference the fuction corretly?

解决:Method"computed"has type"object"in the component definition. Did you reference the fuction corretly?出现这个问题,都是讲components或者watch放在了methods里面,只要将其提到与methods并行的地方即可

2021-04-08 10:44:33 358

原创 uniapp实现退款理由的界面

使用uniapp实现退款选择的界面,使用自带的apishowActionSheet,即可实现,代码如下,html中只需要绑定事件就可,不多展开了,js中,需要在data中申明一个空对象buttonRect:{},用来记录文字具体的位置方法中代码const that = this;uni.showActionSheet({title: ‘退款原因’,itemList: [‘多拍了’, ‘不想要了’, ‘拍错了’, ‘其他原因’],itemColor:’#999999’,popover: {.

2021-04-07 18:25:16 886 6

原创 用原生js实现爱心点赞的功能

样式 <style> img { position: absolute; } </style>js部分<script> let imgList = []; let timer = null; let flag = true; document.addEventListener("click", function (e) {

2020-10-13 18:38:38 778

原创 用jQuery写todolist

<div> <div class="menu"> <div class="item"> <input type="text" value="" placeholder="请输入内容" class="inp1"> <span class="btn1">增加</span> </div>

2020-10-13 18:29:51 244

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除