|
@@ -8,7 +8,7 @@
|
|
|
<cover-view class="noAuth" v-if="showAuth" @click="openAuth">
|
|
|
您未开启摄像机权限,<cover-view class="btns">请点击开启权限</cover-view>
|
|
|
</cover-view>
|
|
|
- <cover-image class="tips" v-if="userInfo.sysUserFlag == '0'">个人用户限<cover-view class="text">10次/天</cover-view></cover-image>
|
|
|
+ <cover-view class="tips" v-if="userInfo.sysUserFlag == '0'">个人用户限10次/天</cover-view>
|
|
|
<cover-view class="scanBtn" v-if="scanShow">
|
|
|
<cover-view class="beat" @click="scan">
|
|
|
<cover-image class="beatImg" src="@/static/scan-frame/album.png"></cover-image>
|
|
@@ -265,9 +265,6 @@ export default {
|
|
|
.btns{
|
|
|
color: dodgerblue;
|
|
|
}
|
|
|
- .text{
|
|
|
- color:#ffff00;
|
|
|
- }
|
|
|
}
|
|
|
.scanBtn {
|
|
|
width: 100%;
|