Ver código fonte

充值完善

wangning 5 anos atrás
pai
commit
ec15952e41
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      pt/src/saas/shop/shop.vue

+ 3 - 3
pt/src/saas/shop/shop.vue

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