heyang 3 роки тому
батько
коміт
6f14f40d51

+ 1 - 0
microserviceUserH5/static/js/vender/vue/api.js

@@ -71,6 +71,7 @@ function getStrategy(id) {
 }
 //新用户使用激活码
 function getActivationCode(data,tagId,deviceId,captchaVerification) {
+  captchaVerification = encodeURIComponent(captchaVerification);
   return service({
     url: `/api/public/v4/actFissionAward/getActivationCode?username=${data}&tagId=${tagId}&deviceId=${deviceId}&captchaVerification=${captchaVerification}`,
     method: 'get',

+ 0 - 2
microserviceUserH5/vcloud/actFissionShare.html

@@ -408,10 +408,8 @@
                         }).then(res => {
 
                         })
-                        console.log(11111111111)
                         getActivationCode(this.username, this.tagId, this.uuid, captchaVerification).then(res => {
                             this.$toast.clear();
-                            console.log(11111111111)
                             if (res.status === 0) {
                                 //此处为点击的dom的类名
                                 this.code = res.data;