- 博客(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
586
原创 uniapp实现退款理由的界面
使用uniapp实现退款选择的界面,使用自带的apishowActionSheet,即可实现,代码如下,html中只需要绑定事件就可,不多展开了,js中,需要在data中申明一个空对象buttonRect:{},用来记录文字具体的位置方法中代码const that = this;uni.showActionSheet({title: ‘退款原因’,itemList: [‘多拍了’, ‘不想要了’, ‘拍错了’, ‘其他原因’],itemColor:’#999999’,popover: {.
2021-04-07 18:25:16
1193
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
851
原创 用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
302
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人