mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	uView版本升级到2.0.34
This commit is contained in:
		| @@ -201,7 +201,7 @@ export default { | ||||
|       // #ifdef H5 || APP-PLUS | ||||
|       node.attrs.src = node.attrs.src || node.attrs['data-src'] | ||||
|       // #endif | ||||
|       this.root.$emit('imgtap', node.attrs) | ||||
|       this.root.$emit('imgTap', node.attrs) | ||||
|       // 自动预览图片 | ||||
|       if (this.root.previewImg) | ||||
|         uni.previewImage({ | ||||
| @@ -262,7 +262,7 @@ export default { | ||||
|     linkTap(e) { | ||||
|       var attrs = e.currentTarget ? this.childs[e.currentTarget.dataset.i].attrs : e, | ||||
|         href = attrs.href | ||||
|       this.root.$emit('linktap', attrs) | ||||
|       this.root.$emit('linkTap', attrs) | ||||
|       if (href) { | ||||
|         // 跳转锚点 | ||||
|         if (href[0] == '#') | ||||
| @@ -496,4 +496,4 @@ export default { | ||||
|   height: 225px; | ||||
| } | ||||
| /* #endif */ | ||||
| </style> | ||||
| </style> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sfmind
					sfmind