- 个体工商户注册公众号提示:企业信息或法定代表人信息不一致,怎么解决?
[图片][图片]
2020-05-19 - swiper中的editor工具栏调起时会被固定在swiper中?
如下图, 点击swiper中的editor调起键盘后, 工具栏会被固定在swiper中,上下滑动页面时工具栏会跟着滑动,而不是挨着键盘, 还会和指示点重合。 不是swiper中的editor工具栏就显示正常。 这是样式问题吗还是什么问题? [图片][图片][图片] [图片][图片] swiper 的代码和工具栏的样式 <swiper indicator-dots="true" indicator-active-color="#1296db" bindchange="swiperChange" style="height: 700rpx;" current="{{current}}"> <block wx:for='{{options}}' wx:for-index='i' wx:key='i'> <swiper-item class="option"> <editor id="{{options[i].value}}" class="ql-container-answer" placeholder="请输入选项{{options[i].value}}" bindstatuschange="onStatusChange" bindready="onEditorReadyAnswer{{i+1}}" bindblur="blurAnswer{{i+1}}" show-img-resize="true" show-img-size="true" read-only="{{readOnly[i]}}"> </editor> <view class="toolbar-answer" catchtouchend="format" hidden="{{keyboardHeight > 0 ? false : true}}" style="bottom: {{isIOS ? keyboardHeight : 0}}px"> <i class="iconfont icon-charutupian" catchtouchend="insertImage"></i> <view class="math" bindtap="insertMathSymbol"> <image style="width: 50rpx; height: 50rpx;" src="../../../assets/math.png"></image> </view> </view> </swiper-item> </block> </swiper> .toolbar-answer{ box-sizing: border-box; padding: 0 10px; height: 50px; width: 100%; position: fixed; left: 0; right: 100%; bottom: 0; display: flex; align-items: center; justify-content: flex-end; border: 1px solid #ececec; border-left: none; border-right: none; background-color: white; }
2020-02-19 - 如何将通过writeFile写入的文件保存到本地?
如果直接用saveFile或报错文件路径不存在,请问怎样把写入的txt文件保存到本地?? [图片][图片][图片][图片]
2020-01-28 - 在哪里调用aggregate().lookup() ?
如果不支持小程序端 ,那应该在哪里运行? [图片]
2019-11-03 - 云开发控制台高级操作aggregate.lookup无法获取属性then?
[图片]
2019-11-03