Commit 0b697dff by hank

bug

parent c202d172
......@@ -35,7 +35,7 @@
</div>
<div class="btn-box">
<button :class="btnClass" @click="save">{{isUse == 1 ? '签到' : ((isPhoto== 1) ? '我的摄影证' : '已签到')}}</button>
<button class="log" @click="toricheng">摄影月赛</button>
<!-- <button class="log" @click="toricheng">摄影月赛</button> -->
<!-- <router-link to="http://mr-static.maxrocky.com/h5/wanda/dzgp" tag="button" class="log">查看日程</router-link> -->
</div>
<img src="../assets/bottom.png" alt="" class="bottom">
......@@ -245,8 +245,8 @@ export default {
this.addressDetail = this.$refs.input4.setVal()
this.danwei = this.$refs.input3.setVal()
console.log(this.addressDetail, this.danwei)
if(this.address1 == ''){
Toast('请输入您的联系地址');
if(this.address1 == '' || this.address1 === '您所在的城市*' ){
Toast('请选择您所在的城市');
return;
}
Indicator.open();
......@@ -416,7 +416,7 @@ textarea::-webkit-input-placeholder {
box-sizing: border-box;
padding: 10vw 8vw 0;
display: flex;
justify-content: space-between;
justify-content: center;
top: 30vw;
position: relative;
button{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment