Authored by 李奇

通知推送的消息修改

@@ -85,6 +85,11 @@ App({ @@ -85,6 +85,11 @@ App({
85 this.globalData.ch = options.scene; 85 this.globalData.ch = options.scene;
86 86
87 yas = new Yas(this); 87 yas = new Yas(this);
  88 +
  89 + if (options && options.order_code) {
  90 + yas.report('YB_SERVICE_PUSH', {ORD_NUM: options.order_code});
  91 + }
  92 +
88 yas.report('YB_LAUNCH_APP'); 93 yas.report('YB_LAUNCH_APP');
89 }, 94 },
90 onShow(options) { 95 onShow(options) {
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 "ext": { 5 "ext": {
6 "name": "wechat", 6 "name": "wechat",
7 "extAppid": "wxe8bfc9b404772199", 7 "extAppid": "wxe8bfc9b404772199",
8 - "miniappType": "12", 8 + "miniappType": "5",
9 "miniappName": "测试店铺名", 9 "miniappName": "测试店铺名",
10 "attr": { 10 "attr": {
11 "host": "open.weixin.qq.com", 11 "host": "open.weixin.qq.com",
@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 }, 9 },
10 "compileType": "miniprogram", 10 "compileType": "miniprogram",
11 "libVersion": "1.9.1", 11 "libVersion": "1.9.1",
12 - "appid": "wx39f299b6485cf97a", 12 + "appid": "wxe8bfc9b404772199",
13 "projectname": "%E6%9C%89%E8%B4%A7%E6%9C%89%E7%9B%9F%E6%A8%A1%E6%9D%BF", 13 "projectname": "%E6%9C%89%E8%B4%A7%E6%9C%89%E7%9B%9F%E6%A8%A1%E6%9D%BF",
14 "condition": { 14 "condition": {
15 "search": { 15 "search": {