删除无效的引用

This commit is contained in:
18500206848
2024-05-20 22:07:59 +08:00
parent 73e8bd5bb6
commit 8891fd3e90
4 changed files with 5 additions and 7 deletions

View File

@@ -25,7 +25,7 @@
return{
password: false,
maxlength: 6,
content: '我自愿加入石家庄新业态职工工会联合会,遵守工会章程,执行工会决议,积极参加工会活动,为把我国建设成为富强、民主、文明的社会主义国家而努力奋斗。'
content: ''
}
},

View File

@@ -60,9 +60,7 @@
<view class="checkbox" :class="{'active': checkedValue}" @click="change">
<img v-if="checkedValue" src="../../static/img/federation/checkOk.png" alt="" style="width: 30rpx;height:30rpx;margin-right:12rpx;">
<view v-else class="checkBoxView"></view>
我申请加入石家庄新业态职工工会联合会
</view>
<view v-else class="checkBoxView"></view></view>
<view class="nextBtn" :class="{'nextBtnActive': checkedValue}" @click="submit">
下一步
@@ -115,7 +113,7 @@
submit(){
if(!this.checkedValue) {
uni.showToast({
title: '请先勾选申请加入石家庄新业态职工工会联合会',
title: '',
icon: 'none'
})
return