Browse Source

充值完善

wangning 5 năm trước cách đây
mục cha
commit
ec15952e41
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      pt/src/saas/shop/shop.vue

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

@@ -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!!');