摘要: 1. 安装搜狗输入法。 2. 设置搜狗输入法。 这样就可以点击返回了,打开测试的app见下图效果。 阅读全文
posted @ 2020-01-03 15:00 本溢 阅读(7146) 评论(0) 推荐(1)
摘要: 1. common新建mask.vue文件。 <template> <view> <view class="cpt-mask"> </view> </view> </template> <script> export default {} </script> <style> .cpt-mask { 阅读全文
posted @ 2020-01-03 13:18 本溢 阅读(1040) 评论(0) 推荐(0)
摘要: 1. common新建mask.vue文件。 <template> <view> <view class="cpt-mask"> </view> </view> </template> <script> export default { } </script> <style> .cpt-mask { 阅读全文
posted @ 2020-01-03 13:16 本溢 阅读(10374) 评论(3) 推荐(1)