收藏
回答

鸿蒙系统image标签的show-menu-by-longpress没效果?

<image

class="didImg"

style="z-index: {{localImageList[index]==''?'1':'3'}};"

show-menu-by-longpress

src="{{localImageList[index]}}"

mode="widthFix"

/>

<snapshot id="{{'qrImage-'+index}}" mode="view">

<view class="relativeBox">

<image

class="bgImg"

bind:load="imageDidLoad"

data-index="{{index}}"

src="{{item}}"

mode="widthFix"

/>

<image

class="qrImg"

src="{{qrData}}"

mode="aspectFill"

/>

</view>

</snapshot>


回答关注问题邀请回答
收藏
登录 后发表内容