Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-miniapp-eshop
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2018-07-26 18:06:56 +0800
Commit
ec59cd7dbd97e6e50f8923009a3cdbbedc33ed98
1 parent
216dd454
通知推送的消息修改
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
app/app.js
app/ext.json
app/project.config.json
app/app.js
View file @
ec59cd7
...
...
@@ -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
)
{
...
...
app/ext.json
View file @
ec59cd7
...
...
@@ -5,7 +5,7 @@
"ext"
:
{
"name"
:
"wechat"
,
"extAppid"
:
"wxe8bfc9b404772199"
,
"miniappType"
:
"
12
"
,
"miniappType"
:
"
5
"
,
"miniappName"
:
"测试店铺名"
,
"attr"
:
{
"host"
:
"open.weixin.qq.com"
,
...
...
app/project.config.json
View file @
ec59cd7
...
...
@@ -9,7 +9,7 @@
},
"compileType"
:
"miniprogram"
,
"libVersion"
:
"1.9.1"
,
"appid"
:
"wx
39f299b6485cf97a
"
,
"appid"
:
"wx
e8bfc9b404772199
"
,
"projectname"
:
"%E6%9C%89%E8%B4%A7%E6%9C%89%E7%9B%9F%E6%A8%A1%E6%9D%BF"
,
"condition"
:
{
"search"
:
{
...
...
Please
register
or
login
to post a comment