Browse Source

修改逻辑校验

lex-xin 4 years ago
parent
commit
af6093c728

BIN
dist/app.4d4a14695364c55b2cb6.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/app.8b1a3dd6a72f6f492a4c.js


BIN
dist/app.8b1a3dd6a72f6f492a4c.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/css/AppDetail.7ea0e75c.css


File diff suppressed because it is too large
+ 0 - 0
dist/css/AppDetail.83539726.css


File diff suppressed because it is too large
+ 0 - 0
dist/css/SignUpBaseInfo.889f9ecf.css


+ 1 - 1
dist/css/downLoad.1ae36b15.css → dist/css/downLoad.c0b72d0b.css

@@ -1 +1 @@
-.container[data-v-568161d2]{overflow:hidden;background:url(../img/bg.89575063.png) top no-repeat #fff;background-size:contain;min-height:100vh;text-align:center}.container .downloadBg[data-v-568161d2]{width:100%}.wxContainer[data-v-568161d2]{overflow:hidden;height:100vh}.van-button--primary[data-v-568161d2]{margin:.36rem 0 .18rem;background-color:#2dc7aa;border:1px solid #2dc7aa;color:#fff;font-size:.18rem;height:.5rem;line-height:.52rem;width:60%;margin-left:20%}.wxpopup[data-v-568161d2]{width:100%;height:100vh;position:absolute;top:0;left:0;background:rgba(0,0,0,.5)}.wxpopup img[data-v-568161d2]{width:88%;margin:0 6%}.errorPage[data-v-78163932]{min-height:100vh;overflow:hidden;text-align:center}.errorPage img[data-v-78163932]{width:60%;margin:.5rem auto .2rem}.errorPage p[data-v-78163932]{color:#999}
+.container[data-v-525065e2]{overflow:hidden;background:url(../img/bg.89575063.png) top no-repeat #fff;background-size:contain;min-height:100vh;text-align:center}.container .downloadBg[data-v-525065e2]{width:100%}.wxContainer[data-v-525065e2]{overflow:hidden;height:100vh}.van-button--primary[data-v-525065e2]{margin:.36rem 0 .18rem;background-color:#2dc7aa;border:1px solid #2dc7aa;color:#fff;font-size:.18rem;height:.5rem;line-height:.52rem;width:60%;margin-left:20%}.wxpopup[data-v-525065e2]{width:100%;height:100vh;position:absolute;top:0;left:0;background:rgba(0,0,0,.5)}.wxpopup img[data-v-525065e2]{width:88%;margin:0 6%}.errorPage[data-v-78163932]{min-height:100vh;overflow:hidden;text-align:center}.errorPage img[data-v-78163932]{width:60%;margin:.5rem auto .2rem}.errorPage p[data-v-78163932]{color:#999}

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/js/AppDetail.80752f5c.js


BIN
dist/js/AppDetail.80752f5c.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/js/AppDetail.9ff4aa2e.js


BIN
dist/js/AppDetail.9ff4aa2e.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/js/SignUpBaseInfo.abb50105.js


BIN
dist/js/SignUpBaseInfo.abb50105.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/js/SignUpBaseInfo.bc13b4cb.js


BIN
dist/js/SignUpBaseInfo.bc13b4cb.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/js/downLoad.bf5dcaa0.js


+ 1 - 1
src/views/app/AppDetail.vue

@@ -53,7 +53,7 @@
             </van-field>
         </van-cell-group>
 
-        <van-cell-group class="memos">
+        <van-cell-group class="memos" v-if="form.status != 'AUDIT_REJECT' && !form.memo">
             <van-cell disabled title="报名审核" v-if="form.status == 'AUDIT_REJECT'">
                 <div v-if="form.status">
                     <p class="pass" v-if="form.status === 'AUDIT_PASS'">已通过</p>

+ 2 - 2
src/views/downLoad.vue

@@ -66,8 +66,8 @@
 					window.location.href = "https://apps.apple.com/cn/app/%E9%85%B7%E4%B9%90%E7%A7%80/id1528132269";
 					// this.$toast('APP暂未开放下载通道')
 				} else if (/(Android)/i.test(navigator.userAgent)) {
-					// window.location = "https://sj.qq.com/myapp/detail.htm?apkName=com.daya.studaya_android"; //如果超时就跳转到app下载页
-					this.$toast('APP暂未开放下载通道')
+					window.location = "https://sj.qq.com/myapp/detail.htm?apkName=com.jinmingyunle.colexiu"; //如果超时就跳转到app下载页
+					// this.$toast('APP暂未开放下载通道')
 				} else {
 					this.$toast("请用手机或移动设备打开");
 				}

+ 1 - 1
src/views/signup/SignUpBaseInfo.vue

@@ -16,7 +16,7 @@
                 </div>
             </template>
         </van-field>
-        <van-field required v-model="form.realName" name="realName" label="姓名" placeholder="请输入姓名" />
+        <van-field required v-model="form.realName" maxLength="4" name="realName" label="姓名" placeholder="请输入姓名" />
 
         <van-field required name="radio" label="性别">
             <template #input>

Some files were not shown because too many files changed in this diff