File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
3
<el-dialog :visible.sync =" transferParam.wechatOpen" :title =" title" @close =" close" append-to-body width =" 800px" >
4
- <el-form ref =" wechatJsApiForm" :model =" form" :rules =" rules" size =" medium" label-width =" 100px "
4
+ <el-form ref =" wechatJsApiForm" :model =" form" :rules =" rules" size =" medium" label-width =" 120px "
5
5
v-loading =" transferParam.loading" >
6
6
<el-form-item label-width =" 180px" label =" 渠道费率" prop =" feeRate" >
7
7
<el-input v-model =" form.feeRate" placeholder =" 请输入渠道费率" clearable :style =" {width: '100%'}" >
Original file line number Diff line number Diff line change @@ -331,6 +331,9 @@ export default {
331
331
* ③ close:支付已关闭
332
332
*/
333
333
goReturnUrl (payResult ) {
334
+ // 清理任务
335
+ this .clearQueryInterval ();
336
+
334
337
// 未配置的情况下,只能关闭
335
338
if (! this .returnUrl ) {
336
339
this .$tab .closePage ();
You can’t perform that action at this time.
0 commit comments