摘要: 小程序点击复制页面文本内容到剪贴板 1 <view class='text operation' bindtap="copyPwd" data-copy='{{item.password}}'> 2 <text decode="true" >复制密码</text> 3 </view> 1 /** 2 阅读全文
posted @ 2020-06-11 12:10 chocolateXLL 阅读(459) 评论(0) 推荐(0) 编辑
摘要: 1.微信小程序直接写&nbsp;设置空格无效 解决:卸载<text>组件中,并设置decode属性为true即可。 1 <view class='text operation'> 2 <text decode="true" >查&nbsp;&nbsp;&nbsp;&nbsp;看</text> 3 < 阅读全文
posted @ 2020-06-11 11:57 chocolateXLL 阅读(1851) 评论(0) 推荐(1) 编辑