修改悬浮按钮权限
This commit is contained in:
parent
312940d348
commit
ac1cbcb475
@ -1,6 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<!-- v-if="accountType == 6" -->
|
<cover-view class="holdon" v-if="accountType == 6">
|
||||||
<cover-view class="holdon" >
|
|
||||||
<image class="ball" ref='imgWidth' @click="goNavigateTo()"
|
<image class="ball" ref='imgWidth' @click="goNavigateTo()"
|
||||||
:style="'left:'+(moveX == 0 & x>0? x+'%':moveX+'px')+';top:'+(moveY == 0 & y>0? y+'%':moveY+'px')+';transform: translate(-'+(x+'%') +',-' +(y+'%') +');'"
|
:style="'left:'+(moveX == 0 & x>0? x+'%':moveX+'px')+';top:'+(moveY == 0 & y>0? y+'%':moveY+'px')+';transform: translate(-'+(x+'%') +',-' +(y+'%') +');'"
|
||||||
@touchstart="drag_start" @touchmove.prevent="drag_hmove" src="@/static/rescue-phone.png" mode="aspectFit">
|
@touchstart="drag_start" @touchmove.prevent="drag_hmove" src="@/static/rescue-phone.png" mode="aspectFit">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user