Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app
| | |
| | | const currentPage = pages[pages.length - 1] |
| | | uni.setStorageSync("responIndex", 0) |
| | | uni.clearStorageSync() |
| | | uni.redirectTo({ |
| | | url: `/pages/login/login-account?redirect=/${currentPage.route}` |
| | | }) |
| | | |
| | | |
| | | // uni.showModal({ |
| | | // title: "提示", |
| | | // content: "请登录", |
| | | // showCancel: false, |
| | | // success: res => { |
| | | // if (res.confirm) { |
| | | // uni.redirectTo({ |
| | | // url: `/pages/login/login-account?redirect=/${currentPage.route}` |
| | | // }) |
| | | // } else if (res.cancel) { |
| | | // console.log('用户点击取消'); |
| | | // } |
| | | // } |
| | | // }) |
| | | |
| | | |
| | | uni.showModal({ |
| | | title: "提示", |
| | | content: "请登录", |
| | | showCancel: false, |
| | | success: res => { |
| | | if (res.confirm) { |
| | | uni.redirectTo({ |
| | | url: `/pages/login/login-account?redirect=/${currentPage.route}` |
| | | }) |
| | | } else if (res.cancel) { |
| | | console.log('用户点击取消'); |
| | | } |
| | | } |
| | | }) |
| | | }else { |
| | | uni.showToast({ |
| | | title: '系统繁忙,请稍后再试', |
| | |
| | | liveList: [], //生活菜单
|
| | | contactList: [], //便民服务联系方式
|
| | | isShowHouse: false, //显示楼盘表
|
| | | isShowNotice: false, //显示通知公告
|
| | | isShowNotice: true, //显示通知公告
|
| | | isShowContact: false,
|
| | | bannerList: [],
|
| | | navList: [{
|
| | |
| | | },
|
| | |
|
| | | onReady() {
|
| | | if (!uni.getStorageSync("userInfo")) {
|
| | | uni.redirectTo({
|
| | | url: "/pages/login/login-account"
|
| | | })
|
| | | }
|
| | | // if (!uni.getStorageSync("userInfo")) {
|
| | | // uni.redirectTo({
|
| | | // url: "/pages/login/login-account"
|
| | | // })
|
| | | // }
|
| | | },
|
| | |
|
| | | computed: {
|
| | |
| | | this.selectRole = uni.getStorageSync("activeRole")
|
| | | this.getMenuList()
|
| | | this.getSiteList()
|
| | | // this.getNoticeList()
|
| | | this.getNoticeList()
|
| | | },
|
| | |
|
| | | getBanner() {
|
| | |
| | | <u-checkbox shape="circle" size="16" ></u-checkbox> |
| | | </u-checkbox-group> |
| | | |
| | | <view class="f-22">我已阅读并同意<text class="c-main">用户协议</text>和<text class="c-main">隐私政策</text>以及 <text class="c-main">《中国移动认证服务条款》</text>·同时登录并使用基层智治综合协同平台</view> |
| | | <view class="f-22">我已阅读并同意<text class="c-main">用户协议</text>和<text class="c-main">隐私政策</text>以及 <text |
| | | class="c-main">《中国移动认证服务条款》</text>·同时登录并使用基层智治综合协同平台</view> |
| | | </view> |
| | | </view> |
| | | |
| | |
| | | |
| | | <u-input placeholder="请输入密码" prefixIcon="lock" prefixIconStyle="font-size: 28px;color: #017BFC" |
| | | placeholderStyle="font-size:28rpx;color:#ABABAB;" |
| | | customStyle="background:#fff;width:634rpx;height:120rpx;" :type="passwordProps.passwordType" v-model="form.password"> |
| | | customStyle="background:#fff;width:634rpx;height:120rpx;" :type="passwordProps.passwordType" |
| | | v-model="form.password"> |
| | | <template slot="suffix"> |
| | | <u-icon @click="showPassword" :name="passwordProps.passwordIcon" size="24" color="#9FA5C0"></u-icon> |
| | | <u-icon @click="showPassword" :name="passwordProps.passwordIcon" size="24" |
| | | color="#9FA5C0"></u-icon> |
| | | </template> |
| | | </u-input> |
| | | </u-form-item> |
| | |
| | | |
| | | onLoad() { |
| | | this.screenHeight = `${uni.getSystemInfoSync().screenHeight}px`; |
| | | this.form.phone = uni.getStorageSync("phoneNmber"); |
| | | }, |
| | | |
| | | methods: { |
| | |
| | | this.$u.api |
| | | .token(this.tenantId, this.form.phone, md5(this.form.password)) |
| | | .then(data => { |
| | | uni.setStorageSync("phoneNmber", this.form.phone) |
| | | this.$u.func.login(data) |
| | | }) |
| | | .catch(err => { |
| | |
| | | justify-content: space-evenly; |
| | | } |
| | | } |
| | | |
| | | .submit-btn{ |
| | | width:634rpx; |
| | | height:94rpx; |
| | |
| | | border-radius: 8rpx 8rpx 8rpx 8rpx; |
| | | color:#fff; |
| | | } |
| | | |
| | | .mt-190{ |
| | | margin-top:190rpx; |
| | | } |
| | | |
| | | .btn{ |
| | | width:634rpx; |
| | | height:94rpx; |
| | |
| | | margin-top:30rpx; |
| | | |
| | | } |
| | | |
| | | .agreement{ |
| | | width:634rpx; |
| | | margin:37rpx auto 0; |
| | |
| | | },
|
| | | methods: {
|
| | | async getHouseRent() {
|
| | | if (!this.houseCode) {
|
| | | this.houseCode = uni.getStorageSync("siteInfo").houseCode
|
| | | }
|
| | | const res = await getHouseRentInfo(this.houseCode)
|
| | | const {
|
| | | aoiName,
|
| | |
| | | this.room = (!!unitName ? unitName : '') + doorplateName + "室" |
| | | this.num = 0
|
| | | houseRentalList !== 0 && houseRentalList.forEach(item => {
|
| | | const { houseTenantVOList, dueTime, rentalTime } = item |
| | | item.num = houseTenantVOList.length |
| | | const {
|
| | | householdVOList,
|
| | | dueTime,
|
| | | rentalTime
|
| | | } = item
|
| | | item.num = householdVOList.length
|
| | | this.num += item.num
|
| | | if (item.num !== 0) { |
| | | item.name = houseTenantVOList[0].name |
| | | item.housingRentalId = houseTenantVOList[0].housingRentalId |
| | | item.name = householdVOList[0].name
|
| | | item.housingRentalId = householdVOList[0].housingRentalId
|
| | | }
|
| | | this.rentList = houseRentalList
|
| | | })
|
| | |
| | | .location {
|
| | | font-weight: 700; |
| | | font-size: 27rpx; |
| | |
|
| | | text { |
| | | color: #AAAAAA; |
| | | }
|
| | |
| | | .box-title {
|
| | | margin: 25rpx 0; |
| | | display: flex; |
| | |
|
| | | .line { |
| | | width: 8rpx; |
| | | margin-right: 10rpx; |
| | | background-color: #2978FF; |
| | | } |
| | |
|
| | | .title { |
| | | font-weight: 700; |
| | | }
|
| | |
| | | relationName: '', |
| | | location: "", |
| | | title: "", |
| | | roleType:null, |
| | | // roleType:null, |
| | | description: "", |
| | | }, |
| | | rules: { |
| | |
| | | const workStatusIndex = this.dataList.workStatusList.findIndex(item => item.name === this.workStatusName) |
| | | const maritalStatusIndex = this.dataList.maritalStatusList.findIndex(item => item.name === this.maritalStatusName) |
| | | |
| | | this.form['roleType'] = roleTypeIndex >0 ? this.dataList.roleList[roleTypeIndex].value : "" |
| | | this.form['roleType'] = roleTypeIndex >=0 ? this.dataList.roleList[roleTypeIndex].value : "" |
| | | this.form['relationship'] = relationshipIndex >0 ? this.dataList.relationshipList[relationshipIndex].value: "" |
| | | this.form['gender'] = genderIndex >0 ?this.dataList.genderList[genderIndex].value: "" |
| | | this.form['isPrimaryContact'] = isPrimaryContactIndex >0 ?this.dataList.isPrimaryContactList[isPrimaryContactIndex].value: "" |
| | |
| | | }, |
| | | //类型选择确认 |
| | | typeSelect(item) { |
| | | const [ result ] = e.value |
| | | const [ result ] = item.value |
| | | this[this.selectBusModel] = result.name |
| | | this.form[this.selectBusKey] = result.value |
| | | this.typeShow = !this.typeShow |