linwe
2023-12-08 234420e1b6042b6085fee942a1aa16c1ae8d51c4
游客
2 files modified
29 ■■■■■ changed files
pages/home/index.vue 14 ●●●● patch | view | raw | blame | history
pages/login/login-account.vue 15 ●●●● patch | view | raw | blame | history
pages/home/index.vue
@@ -257,7 +257,7 @@
                liveList: [], //生活菜单
                contactList: [], //便民服务联系方式
                isShowHouse: false, //显示楼盘表
                isShowNotice: false, //显示通知公告
                isShowNotice: true, //显示通知公告
                isShowContact: false,
                bannerList: [],
                navList: [{
@@ -298,11 +298,11 @@
        },
        onReady() {
            if (!uni.getStorageSync("userInfo")) {
                uni.redirectTo({
                    url: "/pages/login/login-account"
                })
            }
            // if (!uni.getStorageSync("userInfo")) {
            //     uni.redirectTo({
            //         url: "/pages/login/login-account"
            //     })
            // }
        },
        computed: {
@@ -357,7 +357,7 @@
                this.selectRole = uni.getStorageSync("activeRole")
                this.getMenuList()
                this.getSiteList()
                // this.getNoticeList()
                this.getNoticeList()
            },
            getBanner() {
pages/login/login-account.vue
@@ -25,7 +25,8 @@
                    <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>
         
@@ -46,9 +47,11 @@
                        <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>
@@ -160,6 +163,7 @@
        onLoad() {
            this.screenHeight = `${uni.getSystemInfoSync().screenHeight}px`;
            this.form.phone = uni.getStorageSync("phoneNmber");
        },
        methods: {
@@ -178,6 +182,7 @@
                    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 => {
@@ -437,6 +442,7 @@
            justify-content: space-evenly;
        }
    }
    .submit-btn{
        width:634rpx;
        height:94rpx;
@@ -445,9 +451,11 @@
        border-radius: 8rpx 8rpx 8rpx 8rpx;
        color:#fff;
    }
    .mt-190{
        margin-top:190rpx;
    }
    .btn{
        width:634rpx;
        height:94rpx;
@@ -455,6 +463,7 @@
        margin-top:30rpx;
        
    }
    .agreement{
        width:634rpx;
        margin:37rpx auto 0;