Skip to content

Instantly share code, notes, and snippets.

@1c7
Created January 8, 2019 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1c7/9e5fda04cd5002e6beaf11442da52d47 to your computer and use it in GitHub Desktop.
Save 1c7/9e5fda04cd5002e6beaf11442da52d47 to your computer and use it in GitHub Desktop.
微信小程序代码
<image class='图片position:relative' src="{{例子}}" bind:tap='click_image' mode='widthFix'>
<view catch:tap='删除标签函数' data-tag="{{i}}" class='tag_on_image' wx:key="{{i}}" wx:for='{{tag_array}}' wx:for-item='i' data-item='{{i}}' style="position:absolute; left:{{i.x}}px;top:{{i.y}}px;">
{{i.name}}
</view>
</image>
@1c7
Copy link
Author

1c7 commented Jan 8, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment