Ver Fonte

bug 修复

lilei há 4 anos atrás
pai
commit
a25091b704
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      components/uni-popup/image-txt-popup.vue

+ 1 - 1
components/uni-popup/image-txt-popup.vue

@@ -47,7 +47,7 @@
 			  //  6位随机数
 			  this.nowRandomCode = Math.random().toString().slice(-6)
 			  getCaptcha(this.nowRandomCode).then(res => {
-				console.log(res.data)
+				// console.log(res.data)
 			    //  获取图片路径
 			    _this.captchaBase = 'data:image/png;base64,' + res.data
 			    // 显示图文验证码弹框