WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2022-06-30 1759050be9578fb3e376f156a3ace42fa4250193
common/WxH5Pay.js
@@ -14,7 +14,7 @@
        this._callback = callback;
        const that = this;
        Taro.showModal({
            title: type === 'ask' ? '微信支付未响应?' : '微信支付仍未响应?',
            content: type === 'ask' ? '微信支付未响应?' : '微信支付仍未响应?',
            confirmColor: '#4a8aff',
            confirmText: type === 'ask' ? '点击重试' : '重载页面',
            success: res => {
@@ -29,6 +29,7 @@
        });
        setTimeout(() => {
            this.$modal = $('.taro__modal');
            this.$modal.find('>div>div').css('textAlign', 'center');
        }, 10);
    },
    cancel() {