Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 25193f9

Browse files
committed
update README.
1 parent b66f222 commit 25193f9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@ fromUrl|否|String|来路页面的url,必须是以 `http` 或 `https` 开头
130130
在 Vue 2.0 里使用
131131

132132
```js
133-
this.$pushCNZZ.pv(this.pageUrl);
133+
this.$pushCNZZ.pv(
134+
this.pageUrl,
135+
this.fromUrl
136+
);
134137
```
135138

136139
在 Vue 3.0 里使用
@@ -171,7 +174,8 @@ this.$pushCNZZ.event(
171174
this.category,
172175
this.action,
173176
this.label,
174-
this.value
177+
this.value,
178+
this.nodeId
175179
);
176180
```
177181

0 commit comments

Comments
 (0)