-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
各种坑...... #16
Comments
.vue 里面设置背景图片 export default {
name: 'productdetailspage',
data() {
return {
note: {
backgroundImage: "url(" + require("../../assets/save.png") + ")",
backgroundRepeat: "no-repeat",
backgroundSize: "25px auto",
marginTop: "5px",
},
}
}, 需要绑定的地方: <div class="note" :style ="note"></div> |
IOS 12.03 微信7.03 fixed 弹窗input 输入后点击事件失效问题描述: 原因: <input type="number" placeholder = { hoderText } pattern="\d*"
value = { this.state.num }
onChange = { this.onInputChange }
onBlur = { this.handleBlur }
/>
解决方案: |
npm install fail npm 安装依赖失败 verbose unsafe-perm in lifecycle true问题描述: 在项目 里 安装依赖时, 依赖安装失败
参考: |
微信小程序 里面 atob 方法不存在, 同时也没有错误提示, 导致base64解密失败:
解决办法: 引入第三方的实现:
有空还是得深入了解原理
官方文档-换行问题
The text was updated successfully, but these errors were encountered: