摘要: uni.clearStorageSync();//清空缓存 uni.reLaunch({ url:"../login/login" }) 要清除缓存 阅读全文
posted @ 2020-11-19 15:54 走在路上的砍柴人 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 要在登录成功之后,运用销毁当前页面,跳到别的页面 setTimeout(()=>{ uni.reLaunch({ url: '/pages/index/index' }); },2000) 除了 要注意 登录和注册页面的 非空验证外,还需注意:账户 如果登录了,退出app后,再进入,无需 再次进行登 阅读全文
posted @ 2020-11-19 15:51 走在路上的砍柴人 阅读(481) 评论(0) 推荐(0) 编辑
摘要: <input class="inputs-all" type="number" maxlength="6" v-model="detail_pri" placeholder="请输入求购价" @input="checkPrice" /> checkPrice() { this.$nextTick(( 阅读全文
posted @ 2020-11-19 15:39 走在路上的砍柴人 阅读(190) 评论(0) 推荐(0) 编辑
摘要: <text selectable="true">{{detail_list.order_member_phone}}</text> 只需一个属性: selectable = true 阅读全文
posted @ 2020-11-19 15:36 走在路上的砍柴人 阅读(543) 评论(0) 推荐(0) 编辑