Commit 806b4cb1 authored by Xuguangxing's avatar Xuguangxing

fix

parent 52fe0074
......@@ -103,6 +103,7 @@ import localStorage from '@/service/localStorage.service';
import { throttle } from '@/service/utils.service';
import { goUrlExtends } from './extends';
import cookies from '@/service/cookieStorage.service';
import saTrackEvent from '@/service/sa.service';
import {
codeArr,
CREDIT_PAY,
......@@ -418,6 +419,9 @@ export default {
/* 预支付 */
async pay(params, isOcr) {
// 组合支付的提示和享花卡支付逻辑
saTrackEvent('H5_CheckOutCounterConfirmPayBtnClick', {
order_type: '0元购'
});
if (this.overtime) {
this.$toast('订单已超时!');
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment