common/WxH5Pay.js | ●●●●● patch | view | raw | blame | history |
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() {