+1
-1
@@ -47,3 +47,3 @@ declare class Bridge { | ||
| */ | ||
| openContentDetail(id: string): void; | ||
| openContentDetail(commentId: string, paramenterId: string, autoShow: boolean): void; | ||
| /** | ||
@@ -50,0 +50,0 @@ * 打开作品详情 |
+2
-2
@@ -88,6 +88,6 @@ import core from './core'; | ||
| */ | ||
| Bridge.prototype.openContentDetail = function (id) { | ||
| Bridge.prototype.openContentDetail = function (commentId, paramenterId, autoShow) { | ||
| return this.openPage({ | ||
| pageType: PageType.CONTENT_PAGE, | ||
| args: { id: id } | ||
| args: { comment_id: commentId, paramenter_id: paramenterId, auto_show: autoShow } | ||
| }); | ||
@@ -94,0 +94,0 @@ }; |
+1
-1
| { | ||
| "name": "zybridge", | ||
| "version": "1.1.10", | ||
| "version": "1.1.11", | ||
| "main": "lib/main.js", | ||
@@ -5,0 +5,0 @@ "typings": "lib/main.d.ts", |
20900
0.69%