|
@@ -574,7 +574,7 @@
|
|
|
<!-- 与 secondShareGoods 相同顺序:openApp 在下,launch-btn 在上,避免挡住点击 -->
|
|
<!-- 与 secondShareGoods 相同顺序:openApp 在下,launch-btn 在上,避免挡住点击 -->
|
|
|
<button type="button" class="fab" id="openApp" aria-label="APP内打开">
|
|
<button type="button" class="fab" id="openApp" aria-label="APP内打开">
|
|
|
<span class="fab__brand-clip" aria-hidden="true">
|
|
<span class="fab__brand-clip" aria-hidden="true">
|
|
|
- <img class="fab__brand-img" src="images/uBtn.png" alt="" decoding="async">
|
|
|
|
|
|
|
+ <img class="fab__brand-img" src="images/uBtn.svg" alt="" decoding="async">
|
|
|
</span>
|
|
</span>
|
|
|
<span class="fab__label">APP内打开</span>
|
|
<span class="fab__label">APP内打开</span>
|
|
|
</button>
|
|
</button>
|
|
@@ -628,7 +628,7 @@
|
|
|
</style>
|
|
</style>
|
|
|
<button class="wx-open-app-btn" aria-label="APP内打开">
|
|
<button class="wx-open-app-btn" aria-label="APP内打开">
|
|
|
<span class="fab__brand-clip" aria-hidden="true">
|
|
<span class="fab__brand-clip" aria-hidden="true">
|
|
|
- <img class="fab__brand-img" src="https://test.ailien.shop/h5/HBuilderProjects/images/uBtn.png" alt="" decoding="async">
|
|
|
|
|
|
|
+ <img class="fab__brand-img" src="https://test.ailien.shop/h5/HBuilderProjects/images/uBtn.svg" alt="" decoding="async">
|
|
|
</span>
|
|
</span>
|
|
|
<span class="fab__label">APP内打开</span>
|
|
<span class="fab__label">APP内打开</span>
|
|
|
</button>
|
|
</button>
|
|
@@ -1249,9 +1249,9 @@
|
|
|
if (tag._launchTapTimer) clearTimeout(tag._launchTapTimer);
|
|
if (tag._launchTapTimer) clearTimeout(tag._launchTapTimer);
|
|
|
tag._launchTapTimer = setTimeout(function () {
|
|
tag._launchTapTimer = setTimeout(function () {
|
|
|
tag._launchTapTimer = null;
|
|
tag._launchTapTimer = null;
|
|
|
- if (!tag._wxLaunchBareRetried) {
|
|
|
|
|
- showFabToast('正在唤起 App,请稍候…');
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (!tag._wxLaunchBareRetried) {
|
|
|
|
|
+ // showFabToast('正在唤起 App,请稍候…');
|
|
|
|
|
+ // }
|
|
|
}, 600);
|
|
}, 600);
|
|
|
});
|
|
});
|
|
|
tag.addEventListener('error', function (e) {
|
|
tag.addEventListener('error', function (e) {
|