camera第一次调用页面空白
<camera device-position=“back” flash=“auto” binderror=“error” style=“width: 100%; height: {{cameraHeight}}px;”>
<cover-view class=“controls” style=“height: {{cameraHeight}}px;{{style2}}” >
<cover-image style=“height: {{cameraHeight}}px;” src=“{{src}}”></cover-image></cover-view>
</camera>
小程序,第一次,调用该页面时,摄像头控件为空白,之后,才会正常。
