- 博客(4)
- 收藏
- 关注
原创 【无标题】
// 三农服务器地址const baseUrl="http://sannongapi.tengface.com";export const post=(url,data={},isShowLoding=false)=>{if(isShowLoding){ uni.showLoading({ title:'加载中...', mask:true })} if(uni.getStorageSync('token')){ d...
2021-12-05 21:18:27 182
原创 关于uniapp吊起微信支付与微信授权登录
还是在做3农时,冲会员啊要发起微信支付 shenji(){ this.$http.post('/api/fans/pay',{ type:1, pay_type:1 }).then(res=>{ uni.requestPayment({ provider:'wxpay', orderInfo:{ "appid":res.data.appid, "noncestr":res.data.n.
2021-08-16 16:33:50 479
原创 2021-08-08 解决uniapp App中tabbar切换不触发onLoad生命周期
在做三农管家uniapp项目时遇到一个问题,用户登录时,我把用户信息存到本地,当用户点击退出时,我使用 uni.clearStorage()把本地个人信息全部清除当下次另外用户登录后再点击到Tab栏的我的页面,在页面onLoad生命周期函数中到本地去拿用户信息再渲染到页面上,却还是上次用户的信息。百思不得其解,后面发现可能是在TabBar页面中onLoad函数不是每次都执行上网一看发现//生命周期onTabItemTap(){ //调用的方法},于是把页面o...
2021-08-08 16:21:03 4075 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人