uniapp隐藏scroll-view滚动条
scroll-view ::-webkit-scrollbar { width: 0; height: 0; background-color: transparent; } pages.json文件中应用页配置 "scrollIndicator":"none"
scroll-view ::-webkit-scrollbar { width: 0; height: 0; background-color: transparent; } pages.json文件中应用页配置 "scrollIndicator":"none"
<template> <view> <view :data-kk="value" @click="ck">ddd</view> …
uni.getSystemInfo({ success(res) { console.log(res.brand) //手机牌子 console.log(res.model) //手机型号 console.log(res.screenWidth) //屏幕宽度 console.log(res.screenHeight) //…
wx.getLocation({ type: 'gcj02', //返回可以用于wx.openLocation的经纬度 success (res) { &nbs…
1、git pull origin master --allow-unrelated-histories //把远程仓库和本地同步,消除差异 2、重新add和commit相应文件 3、git push origin master 4、此时就能够上传成功了
修改mysql的配置文件:my.ini/my.cnf 将 sql-mode=""中的STRICT_TRANS_TABLES删除