Browse Source

[兑换][修改]:[消费卡兑换修改正则验证]

tags/C.10.02
meo 5 years ago
parent
commit
d14de7b734
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/exchange/exchange.js

+ 1
- 1
pages/exchange/exchange.js View File

@@ -16,7 +16,7 @@ Page({
let that = this;
let code = e.detail.value.code;
let formId = e.detail.formId;
if (!code){
if (!code || !code.replace(/\s*/g, "")){
wx.showToast({
title: '请输入兑换码',
icon:"none",


Loading…
Cancel
Save