完成迭代1.10.0
This commit is contained in:
@@ -5,7 +5,7 @@ if (env == 'test') {
|
||||
new VConsole();
|
||||
}
|
||||
|
||||
let appName = 'peko'
|
||||
let appName = 'piko'
|
||||
|
||||
// 封装layer消息提醒框
|
||||
let layerIndex
|
||||
@@ -100,7 +100,7 @@ $(function () {
|
||||
if(browser.android){
|
||||
let channel = JSON.parse(pubInfo.deviceInfo).channel
|
||||
if(channel.indexOf('toutiao') != -1 || channel.indexOf('kuaishou') != -1){
|
||||
appName = 'peko'
|
||||
appName = 'piko'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user