瀏覽代碼

bug 修复

lilei 4 年之前
父節點
當前提交
a25091b704
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 			    // 显示图文验证码弹框