|
|
@@ -220,10 +220,10 @@
|
|
|
submitForm () {
|
|
|
this.$refs['adForm'].validate(valid => {
|
|
|
if (valid) {
|
|
|
- console.log(1111)
|
|
|
- console.log(this.topForm)
|
|
|
this.$service.saasShop.rechargeBalance(this.topForm).then(res => {
|
|
|
- console.log(res)
|
|
|
+ this.$message.success('操作成功')
|
|
|
+ this.wxPayDialog = false
|
|
|
+ this.app.refresh()
|
|
|
})
|
|
|
} else {
|
|
|
console.log('error submit!!');
|