Commit ce15bf08 authored by guoyou's avatar guoyou

提现记录 审核

parent 56f7ca0c
...@@ -262,7 +262,7 @@ export default { ...@@ -262,7 +262,7 @@ export default {
var that = this var that = this
const set = this.$refs const set = this.$refs
set[formName].validate(valid => { set[formName].validate(valid => {
if (this.dialogFrom.status == 1) { if (this.dialogFrom.status == 1 && this.activeOfflineWay == 2) {
if (this.dialogFrom.payMentNo == '') { if (this.dialogFrom.payMentNo == '') {
this.$notify({ this.$notify({
title: '警告', title: '警告',
......
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