change name
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<template>
|
||||
<!-- #ifdef APP -->
|
||||
|
||||
|
||||
<scroll-view class="page-scroll-view">
|
||||
<!-- #endif -->
|
||||
@@ -13,8 +15,8 @@
|
||||
<button @click="_addFrameCallback">设置监听</button>
|
||||
<button @click="_startFrame">开启监听</button>
|
||||
<button @click="_stopFrame">关闭监听</button>
|
||||
<my-camera style="height:750rpx; background-color: red;" @error="onError" :flash="flash"
|
||||
:position="device"></my-camera>
|
||||
<xf-camera style="height:750rpx; background-color: red;" @error="onError" :flash="flash"
|
||||
:position="device"></xf-camera>
|
||||
<image v-if="imagePath" mode="aspectFit" :src="imagePath"></image>
|
||||
</view>
|
||||
<!-- #ifdef APP -->
|
||||
|
||||
Reference in New Issue
Block a user