Commit 82c23101 authored by zhengke's avatar zhengke

修改问题

parent f0104551
...@@ -109,12 +109,14 @@ ...@@ -109,12 +109,14 @@
this.mallapipost("/api/AppletOrder/UpdateERPGoodsOrderInfo", mallMsg, res => { this.mallapipost("/api/AppletOrder/UpdateERPGoodsOrderInfo", mallMsg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.Success("支付成功!"); this.Success("支付成功!");
this.$emit('closeDia')
this.$emit('getGoodList');
clearInterval(this.timer2);
clearInterval(this.timer);
}else{ }else{
this.Error(res.data.message); this.Error(res.data.message);
} }
}) })
this.$emit('closeDia')
clearInterval(this.timer2);
} }
}, err => {}) }, err => {})
}, },
......
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
</span> </span>
</el-dialog> </el-dialog>
<el-dialog title="二维码收款" :visible.sync="payVisible" width="400px"> <el-dialog title="二维码收款" :visible.sync="payVisible" width="400px">
<payMall :item="payObj" @closeDia="closeDia" ref="payChild"></payMall> <payMall :item="payObj" @closeDia="closeDia" @getGoodList="getGoodList" ref="payChild"></payMall>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button size="small" @click="cancelPay()">取 消</el-button> <el-button size="small" @click="cancelPay()">取 消</el-button>
</span> </span>
......
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