摘要:
uni.navigateTo({ url: '/pages/details?obj='+ encodeURIComponent(JSON.stringify(item)) }); 接收: onLoad(option) { this.item=JSON.parse(decodeURIComponent 阅读全文
摘要:
uni.downloadFile({ url: item.url, success: (res) => { if (res.statusCode 200) { uni.openDocument({ filePath: res.tempFilePath, // 如果文件名包含中文,建议使用escape 阅读全文
摘要:
/** * * @param list * @param pageNum * @param pageSize * @param <T> * @return 返回当前页数据 */ public <T> List<T> getListPaging(List<T> list, int pageNum, i 阅读全文
摘要:
1、获取系统当前时间 getNowTime(tempminit) { if (!tempminit) { tempminit = 0; } var date = new Date(); date.setMinutes(date.getMinutes() - tempminit); var year 阅读全文
摘要:
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 阅读全文
摘要:
使用 tki-qrcode组件 生成二维码(https://www.npmjs.com/package/tki-qrcode) 1、引入 tki-qrcode 下载组件后引入 import tkiQrcode from '@/components/tki-qrcode/tki-qrcode.vue' 阅读全文
摘要:
<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> 阅读全文
摘要:
view: <!-- 悬浮框 --> <view class="v-fixed-title1"> <view class="v-fixed-ic"> <uni-icons size="6" class="v-fixed-icon" type="chatbubble" color="#ffffff"> 阅读全文
摘要:
exec sp_detach_db 'MCS4WLSQM','true' --运行上一个命令. --改名LOG文件后再关闭上一行代码,然后再运行下一行代码 exec sp_attach_single_file_db 'MCS4WLSQM','C:\Program Files\Microsoft SQ 阅读全文
摘要:
<table class="layui-table" lay-filter="demo"> <colgroup> <%--设置每列的宽度--%> <col width="108px"> <col width="10%"> <col width="22%"> <col width="100px"> < 阅读全文