This commit is contained in:
Apcallover
2024-06-05 18:51:13 +08:00
4 changed files with 5 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ const companyList = [{
}, },
{ {
missionNo: "1", missionNo: "1",
missionTitle: "石家庄环卫清洁", missionTitle: "环卫清洁",
wage: 1000, wage: 1000,
wageUnitCategory: 1, wageUnitCategory: 1,
companyName: "用工单位", companyName: "用工单位",

View File

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

View File

@@ -60,9 +60,7 @@
<view class="checkbox" :class="{'active': checkedValue}" @click="change"> <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;"> <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 v-else class="checkBoxView"></view></view>
我申请加入石家庄新业态职工工会联合会
</view>
<view class="nextBtn" :class="{'nextBtnActive': checkedValue}" @click="submit"> <view class="nextBtn" :class="{'nextBtnActive': checkedValue}" @click="submit">
下一步 下一步
@@ -115,7 +113,7 @@
submit(){ submit(){
if(!this.checkedValue) { if(!this.checkedValue) {
uni.showToast({ uni.showToast({
title: '请先勾选申请加入石家庄新业态职工工会联合会', title: '',
icon: 'none' icon: 'none'
}) })
return return

View File

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