上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页
摘要: uni.navigateTo({ url: '/pages/details?obj='+ encodeURIComponent(JSON.stringify(item)) }); 接收: onLoad(option) { this.item=JSON.parse(decodeURIComponent 阅读全文
posted @ 2021-01-26 11:29 凉面好好吃 阅读(7058) 评论(0) 推荐(0) 编辑
摘要: uni.downloadFile({ url: item.url, success: (res) => { if (res.statusCode 200) { uni.openDocument({ filePath: res.tempFilePath, // 如果文件名包含中文,建议使用escape 阅读全文
posted @ 2021-01-25 11:31 凉面好好吃 阅读(1512) 评论(0) 推荐(0) 编辑
摘要: /** * * @param list * @param pageNum * @param pageSize * @param <T> * @return 返回当前页数据 */ public <T> List<T> getListPaging(List<T> list, int pageNum, i 阅读全文
posted @ 2021-01-22 14:09 凉面好好吃 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 1、获取系统当前时间 getNowTime(tempminit) { if (!tempminit) { tempminit = 0; } var date = new Date(); date.setMinutes(date.getMinutes() - tempminit); var year 阅读全文
posted @ 2021-01-14 11:31 凉面好好吃 阅读(3047) 评论(0) 推荐(0) 编辑
摘要: 1、view 代码 <view class="v-main-scan"> <uni-icons @click="scanCode" class="v-main-icon-scan" type="scan" color="#3079b5" size="150"></uni-icons> <text c 阅读全文
posted @ 2021-01-14 11:29 凉面好好吃 阅读(2321) 评论(0) 推荐(0) 编辑
摘要: 使用 tki-qrcode组件 生成二维码(https://www.npmjs.com/package/tki-qrcode) 1、引入 tki-qrcode 下载组件后引入 import tkiQrcode from '@/components/tki-qrcode/tki-qrcode.vue' 阅读全文
posted @ 2021-01-14 11:20 凉面好好吃 阅读(3650) 评论(0) 推荐(0) 编辑
摘要: <view class='circle-G' v-if="item.status 'G'"></view> <view class='circle-R' v-else-if="item.status 'R'"></view> <view class='circle' v-else></view> 阅读全文
posted @ 2020-12-28 09:42 凉面好好吃 阅读(2513) 评论(0) 推荐(0) 编辑
摘要: view: <!-- 悬浮框 --> <view class="v-fixed-title1"> <view class="v-fixed-ic"> <uni-icons size="6" class="v-fixed-icon" type="chatbubble" color="#ffffff"> 阅读全文
posted @ 2020-12-28 09:39 凉面好好吃 阅读(1020) 评论(0) 推荐(0) 编辑
摘要: exec sp_detach_db 'MCS4WLSQM','true' --运行上一个命令. --改名LOG文件后再关闭上一行代码,然后再运行下一行代码 exec sp_attach_single_file_db 'MCS4WLSQM','C:\Program Files\Microsoft SQ 阅读全文
posted @ 2020-12-09 15:32 凉面好好吃 阅读(165) 评论(0) 推荐(0) 编辑
摘要: <table class="layui-table" lay-filter="demo"> <colgroup> <%--设置每列的宽度--%> <col width="108px"> <col width="10%"> <col width="22%"> <col width="100px"> < 阅读全文
posted @ 2020-11-30 09:17 凉面好好吃 阅读(1420) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页