随笔分类 -  uniapp

摘要://一个是通过第三方软件查看pdf uni.downloadFile({ //通过uniapp的api下载下来 url: 'test.pdf', success: function (res) { var filePath = res.tempFilePath; uni.openDocument({ 阅读全文
posted @ 2020-12-11 14:53 GeKi 阅读(8067) 评论(0) 推荐(1)
摘要:<template> <view> <button @tap="toLogin">立即登录</button> </view> </template> <script> export default { methods:{ toLogin(){ uni.getProvider({ service: ' 阅读全文
posted @ 2020-12-07 11:46 GeKi 阅读(943) 评论(0) 推荐(0)