首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
倘若说
掘友等级
前端工程师
获得徽章 14
动态
文章
专栏
沸点
收藏集
关注
作品
赞
62
文章 62
沸点 0
赞
62
返回
|
搜索文章
倘若说
关注了
沸点小助手
前端工程师
倘若说
前端工程师
·
4年前
关注
uniapp 小程序版本自动更新
注意:代码是uniapp的,如果是微信小程序的话,要做出已下修改 1.微信小程序代码写在app.js,uniapp写在app.vue里 2.uni. 换成 wx.if (u...
8
评论
分享
倘若说
前端工程师
·
4年前
关注
uniapp 小程序实现全局所有页面分享 ’发送给朋友‘和’分享到朋友圈‘
一.二.1.创建share.module.if (pages.this.$x.pageRouter = (pages[pages.length - 1]).if(this....
1
评论
分享
倘若说
前端工程师
·
4年前
关注
uniapp和小程序返回上一页前弹出提示弹窗,确定才允许返回
使用的api wx.enableAlertBeforeUnload:开启小程序页面返回询问对话框 wx.注意: 1.wx.enableAlertBeforeUnload要搭...
1
评论
分享
倘若说
前端工程师
·
4年前
关注
uniapp中showToast之后延迟跳转页面,解决提示在真机中一闪而过
请求接口需要调用 uni.showLoading(),接口请求结束调用 uni.hideLoading(),满足需求条件后调用 uni.showToast()给用户提示信息...
1
评论
分享
倘若说
前端工程师
·
4年前
关注
小程序使用canvas生成海报,保存图片
<image mode="widthFix" src="https://sucai.suoluomei.cn/sucai_zs/images/20200110105821-...
6
评论
分享
倘若说
前端工程师
·
4年前
关注
axios设置拦截器, axios.interceptors.request.use和axios.interceptors.response.use
axios.interceptors.request.Toast.message: '加载中...return Promise.axios.interceptors.res...
1
评论
分享
倘若说
前端工程师
·
4年前
关注
vue3中定义变量,ref、reactive、toRefs特性详解
1.ref定义的变量,改变值要.value,而且在template中不用写.msg.reactive函数传入的为引用类型,例如数组、对象等,但不能代理基本类型值,返回一个响...
3
评论
分享
倘若说
前端工程师
·
4年前
关注
layui的tabs选项卡切换刷新页面
https://www.layui.com/doc/modules/element.layui.var $ = layui.element = layui.element....
3
评论
分享
倘若说
前端工程师
·
4年前
关注
Js获取Url地址参数的几种方法
// window.location.let url = 'https://xxxx.let p=url.console.log(params.console.log(pa...
4
评论
分享
倘若说
前端工程师
·
4年前
关注
Vue报错:TypeError: Cannot create property ‘xxxx‘ on string
// that.fileList.push(res.info."name": res.info."url": res.info.that.fileList....
1
评论
分享
倘若说
前端工程师
·
4年前
关注
js获取当天00:00:00和23:59:59的时间戳
this.starttime=new Date().this.endtime=new Date().console.log(new Date().setHours(0,0,...
1
评论
分享
倘若说
前端工程师
·
4年前
关注
Git出现冲突error: Your local changes to the following files would be overwritten by merge
git stash: 备份当前的工作区的内容,从最近的一次提交中读取相关内容,让工作区保证和上次提交的内容一致。同时,将当前的工作区内容保存到Git栈中。git stash...
3
评论
分享
倘若说
前端工程师
·
4年前
关注
uniapp 中使用彩色图标,引入阿里图库iconfont
1.选择symbol模式,下载到本地 2.下载后解压 3.在解压开的文件夹中 shift+右键 打开powershell 窗口 执行代码:npm install -g ic...
1
评论
分享
倘若说
前端工程师
·
4年前
关注
uniapp中使用uni.$emit和uni.$on进行页面通讯传值
1.uni..emit、 uni.emit、uni.on 、 uni..once 、uni.once、uni.off 触发的事件都是 App 全局级别的,跨任意组件,页面,...
2
评论
分享
倘若说
前端工程师
·
4年前
关注
uni-app中vuex,store的使用
首先在根目录下创建store目录在里面创建index.js index.Vue.const store = new Vuex.main.import App from '....
1
评论
分享
倘若说
前端工程师
·
4年前
关注
uniapp小程序中input内容选中效果
this.this.this.end=this.value.toString().this.this.this....
1
1
分享
倘若说
前端工程师
·
4年前
关注
uniapp中返回上一页传值的方法,getCurrentPages()
场景:从A页面跳到B页面,操作成功后,uni.navigateBack()返回A页面并传值,不是链接带参数 看到网上很多说用 prevPage.var currPage =...
1
评论
分享
倘若说
前端工程师
·
4年前
关注
uni-app中页面生命周期与vue生命周期的执行顺序
应用生命周期 页面生命周期 组件生命周期 执行顺序 1.beforeCreate 2.onLoad 3.created 4.onShow 5.beforeMount 6.o...
2
评论
分享
倘若说
前端工程师
·
4年前
关注
uniapp中省市区三级联动选择
<view class="f-center" v-for="(item,index) in citylist" :key="index">{{item.<view clas...
1
评论
分享
下一页
个人成就
文章被点赞
99
文章被阅读
77,109
掘力值
866
关注了
1
关注者
10
收藏集
0
关注标签
0
加入于
2020-12-16