摘要: <template name="room"> <view class="todaycheck-box invoiceBox"> <view class="bcard" v-for="(item, k) in orderRecordlist" :key="k" v-if="orderRecordlis 阅读全文
posted @ 2020-10-09 13:45 Jinsuo 阅读(245) 评论(0) 推荐(0) 编辑
摘要: //设置缓存 uni.setStorageSync("user", res.data.data); //获取缓存 let user = uni.getStorageSync("user"); 阅读全文
posted @ 2020-10-09 11:46 Jinsuo 阅读(266) 评论(0) 推荐(0) 编辑
摘要: //半透明黑色 提示弹窗 uni.showLoading({ title: "登录中或者加载中", mask: true }); //隐藏uni.hideLoading();//提示弹窗 用在接口调取 黑色半透明 uni.showToast({ title: data.msg, //提示内容 ima 阅读全文
posted @ 2020-10-09 11:31 Jinsuo 阅读(578) 评论(0) 推荐(0) 编辑