weapps-plugin-jingtong-verify 1.3.6 → 1.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -63,9 +63,9 @@ Page({
|
|
|
63
63
|
console.log('文件地址', `https://js.jt.beijing.gov.cn/jt/tiffile/${file}.pdf`)
|
|
64
64
|
|
|
65
65
|
const trackMap = {
|
|
66
|
-
'1': '
|
|
67
|
-
'2': '
|
|
68
|
-
'3': '
|
|
66
|
+
'1': '110000000000511111993403800000', // 帮助指引
|
|
67
|
+
'2': '110000000000511111993403900000', // 隐私政策
|
|
68
|
+
'3': '110000000000511111993404000000' // 用户服务协议
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
// 上报事件
|
|
@@ -110,7 +110,7 @@ Page({
|
|
|
110
110
|
// 上报事件
|
|
111
111
|
SDKTrack('function_btn_click', {
|
|
112
112
|
item_type: '8', // 业务分类
|
|
113
|
-
item_code: '
|
|
113
|
+
item_code: '110000000000511111993405000000', // 事项ID
|
|
114
114
|
item_access: '', // 业务入口
|
|
115
115
|
})
|
|
116
116
|
|
|
@@ -162,7 +162,7 @@ Page({
|
|
|
162
162
|
// 上报事件
|
|
163
163
|
SDKTrack('function_btn_click', {
|
|
164
164
|
item_type: '8', // 业务分类
|
|
165
|
-
item_code: '
|
|
165
|
+
item_code: '110000000000511111993403700000', // 事项ID
|
|
166
166
|
item_access: '', // 业务入口
|
|
167
167
|
})
|
|
168
168
|
|
|
@@ -264,7 +264,7 @@ Page({
|
|
|
264
264
|
// 上报事件
|
|
265
265
|
SDKTrack('function_btn_click', {
|
|
266
266
|
item_type: '8', // 业务分类
|
|
267
|
-
item_code: '
|
|
267
|
+
item_code: '110000000000511111993404800000', // 事项ID
|
|
268
268
|
item_access: '', // 业务入口
|
|
269
269
|
})
|
|
270
270
|
|