|
|
@@ -53,7 +53,7 @@
|
|
|
</van-button>
|
|
|
</div>
|
|
|
<a id="pay" :href="hrefUrl"></a>
|
|
|
- <wx-open-launch-weapp id="launch-btn" :username="launchName" :path="launchPath"> </wx-open-launch-weapp>
|
|
|
+ <!-- <wx-open-launch-weapp id="launch-btn" :username="launchName" :path="launchPath"> </wx-open-launch-weapp> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -295,12 +295,6 @@ export default {
|
|
|
this.$toast('支付失败,请稍后再试');
|
|
|
}
|
|
|
});
|
|
|
- } else if (inWeixin) {
|
|
|
- this.launchName = res.g_id;
|
|
|
- this.launchPath = res.scheme_code;
|
|
|
- this.$nextTick(() => {
|
|
|
- document.getElementById('launch-btn').click();
|
|
|
- });
|
|
|
} else {
|
|
|
this.$toast.clear();
|
|
|
this.hrefUrl = res.scheme_code;
|