09 2020 档案
摘要:1.升级xcode12后,tableViewCell的层级关系发生变化,contentView默认被添加到cell的最顶层,现在所有的内容都必须添加到contentView中,否则内容显示或者事件点击会被contentView遮挡 2.相册权限发生了变化,如果有使用TZImagePickerCont
阅读全文
摘要:vue 获取dom节点 <input ref="aaa",id="aaa"></input> 获取当前input 可以使用以下两种方案 this.$refs.aaa document.getElementById('aaa') refs这种方式会减少消耗
阅读全文
摘要:xcode配置项 other link flags添加配置项 -Objc -llibPDRCore -llibUI -llibIO UniMPSDK sdk中找到 Features->Libs->liblibNativeUI.a 并添加到 link binary with Libraries中 详细
阅读全文
摘要:alert 子控件 <template> <view class="base-container" v-if="isHidden==true"> <view class="content-view"> <view class="container-view"> <view class="title"
阅读全文