Giter Club home page Giter Club logo

uniapp-plugin-collections's Issues

有没有内容从左往右的瀑布流呢。

瀑布流好的实现方式百度了好久,利用css3实现的有flex,有Multi-columns还有Grid,但都有一个通病,就是数据都是从上往下,而不是从左往右。
意思是数据列的变化是1,2,1,2或者1,2,3,4,1,2,3,4等等这样交替,而不是先排列完第一列再来排列第二列,我滑到下面,如果数据有新的变化,新数据是在最后一列从上往下排列,这样我又得滑上去。很难受。
不知道有没有什么好的见解。

validCode.vue组件怎么清空值

试了半天都没效果,把codeArr置空,input的确空了,但是没法接着输入了,或者再输入直接就显示出上次的值

蓝牙打印图片问题,我发现封装的tsc.js里对于图片的指令好像有些问题

tsc.js原内容
data = "BITMAP " + x + "," + y + "," + width + "," + height + "," + mode + ","
jpPrinter.addCommand(data)
我修正后却打印出一团像条形码的黑块,图片格式是png,大小3kb
我修正的方式是直接从res把data拿过来用了,这一步是不是做错了
data = "BITMAP " + x + "," + y + "," + width + "," + height + "," + mode + "," + res.data
jpPrinter.addCommand(data)

导入Hbuilder X 然后真机运行无法显示

TypeError: $gwx is not a function
at file:///storage/emulated/0/Android/data/io.dcloud.HBuilder/apps/HBuilder/www/app-view.js:98:27 at uniapp://ready:182
webviewScriptError
$gwx is not a function
TypeError: $gwx is not a function
at file:///storage/emulated/0/Android/data/io.dcloud.HBuilder/apps/HBuilder/www/app-view.js:98:27 at uniapp://ready:182
Uncaught TypeError: $gwx is not a function at app-view.js:98
reportJSException >>>> exception function:createInstanceContext, exception:white screen cause create instanceContext failed,check js stack ->TypeError: $gwx is not a function. (In '$gwx('./app.wxml')', '$gwx' is undefined)
getTemplateInfo== template md5 c27b2672170a8c615b6273fb6fcb42ab length 2165189 base64 md5 wnsmchcKjGFbYnP7b8tCqw== response header {"templateSourceBase64MD5":["wnsmchcKjGFbYnP7b8tCqw=="],"templateSourceMD5":["c27b2672170a8c615b6273fb6fcb42ab"]}

蓝牙打印无法使用

设备: 佳博GP3120-TU 蓝牙打印机
能获取到蓝牙信息

{
	"platform": "android",
	"deviceId": "DC:0D:30:8A:3D:9E",
	"writeCharaterId": "",
	"writeServiceId": "",
	"notifyCharaterId": "",
	"notifyServiceId": "",
	"readCharaterId": "",
	"readServiceId": ""
}

但是发送命令的时候显示

{
	"code": 10013,
	"message": "invalid data,please check parameters"
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.