This commit is contained in:
parent
a0b2421a19
commit
6166f3aacd
|
@ -24,7 +24,7 @@
|
|||
<!-- <view class='num' :class='item.is_sgin ? "on" : ""'>+{{item.value.sign_integral}}</view> -->
|
||||
</view>
|
||||
</view>
|
||||
<button class='but b-color on' v-if="is_sign">已签到</button>
|
||||
<button class='but b-color on' v-if="is_sign" @click="closeBox">已签到</button>
|
||||
<form @submit="goSign" report-submit='true' v-else>
|
||||
<button class='but b-color' :class="disabled ? 'disabled' : ''" formType="submit">立即签到</button>
|
||||
</form>
|
||||
|
@ -114,6 +114,7 @@
|
|||
methods: {
|
||||
closeBox(){
|
||||
this.treasureShow=false;
|
||||
this.$router.go(0)
|
||||
},
|
||||
// go(){
|
||||
// this.treasureShow=true;
|
||||
|
|
Loading…
Reference in New Issue