Authored by 李奇

通知推送的消息修改

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