|
|
@@ -1156,7 +1156,7 @@
|
|
|
tag.addEventListener('launch', function () {
|
|
|
tag._wxLaunchBareRetried = false;
|
|
|
console.log('[wx-open-launch-app] launch ok');
|
|
|
- showFabToast('正在打开 U店在哪…');
|
|
|
+ // showFabToast('正在打开 U店在哪…');
|
|
|
});
|
|
|
tag.addEventListener('error', function (e) {
|
|
|
var detail = e && e.detail;
|
|
|
@@ -1316,7 +1316,7 @@
|
|
|
|
|
|
function tryOpenUShopAppViaScheme() {
|
|
|
function openBySchemeOrPlus() {
|
|
|
- showFabToast('正在打开 U店在哪…');
|
|
|
+ // showFabToast('正在打开 U店在哪…');
|
|
|
var deepLink = buildAppDeepLink();
|
|
|
|
|
|
if (typeof plus !== 'undefined' && plus.runtime) {
|