Lou
2024-04-17 534b6c2f8a7d375727703dbf702c3753a3e17165
更新
3 files modified
3 files added
57 ■■■■■ changed files
subPackage/article/detail.vue 6 ●●●● patch | view | raw | blame | history
subPackage/counterfraud/add.vue 15 ●●●●● patch | view | raw | blame | history
subPackage/house/family/index.vue 12 ●●●● patch | view | raw | blame | history
subPackage/school/dispute.vue 8 ●●●●● patch | view | raw | blame | history
subPackage/school/security.vue 8 ●●●●● patch | view | raw | blame | history
subPackage/school/trouble.vue 8 ●●●●● patch | view | raw | blame | history
subPackage/article/detail.vue
@@ -72,7 +72,7 @@
                    <view class="vote bgc-ff">
                        <view class="mb-20" v-for="(item,index) in voteTopicList" :key="index">
                            <view class="vote-title">
                                <text v-if="item.mandatoryFlag == 2">*</text>
                                <text v-if="item.mandatoryFlag == 2" class="vote-sign">*</text>
                                <text class="f-30 fw">{{item.discussContent}}</text>
                                <text class="f-26 ml-10" v-if="item.optionRange == 0">(单选)</text>
                                <text class="f-26 ml-10" v-if="item.optionRange == 1 && !item.optionNumber">(多选)</text>
@@ -782,6 +782,10 @@
        .vote-title {
            padding: 30rpx 0;
        }
        .vote-sign {
            color: red;
        }
    }
    .comment {
subPackage/counterfraud/add.vue
@@ -519,7 +519,14 @@
                            this.isScan = true;
                            if (addType == 1 || addType == 3) {
                                if (res.data.householdList.length) {
                                    this.houseHoldInfo = res.data.householdList[0]
                                    this.houseHoldInfo = res.data.householdList[0];
                                    let data = {
                                        name: res.data.householdList[0].name,
                                        telephone: res.data.householdList[0].phoneNumber,
                                        idCard: res.data.householdList[0].idCard,
                                        address: res.data.householdList[0].currentAddress
                                    }
                                    this.info.backblastPubPersonEntityList.push(data);
                                } else {
                                    this.houseHoldInfo = {}
                                }
@@ -528,6 +535,12 @@
                                if (res.data.place) {
                                    this.principalInfo = res.data.place;
                                    let data = {
                                        name: res.data.place[0].principal,
                                        telephone: res.data.place[0].principalPhone,
                                        idCard: res.data.place[0].principalIdCard
                                    }
                                    this.info.backblastPubPersonEntityList.push(data);
                                } else {
                                    this.principalInfo = {}
                                }
subPackage/house/family/index.vue
@@ -327,9 +327,15 @@
                    code,
                    type
                } = e.currentTarget.dataset;
                let url = `/subPackage/house/houseNumber/index?stdId=${code}&addressType=${type}`
                this.$u.func.globalNavigator(url, "navTo")
                if (this.shopType == 1) {
                    //自建房商铺跳转
                    let url = `/subPackage/house/roomDetails/detail?code=${code}`
                    this.$u.func.globalNavigator(url, "navTo")
                } else {
                    //商超跳转
                    let url = `/subPackage/house/houseNumber/index?stdId=${code}&addressType=${type}`
                    this.$u.func.globalNavigator(url, "navTo")
                }
            },
            getHouseData(code, code2, type) {
                let params = {
subPackage/school/dispute.vue
New file
@@ -0,0 +1,8 @@
<template>
</template>
<script>
</script>
<style>
</style>
subPackage/school/security.vue
New file
@@ -0,0 +1,8 @@
<template>
</template>
<script>
</script>
<style>
</style>
subPackage/school/trouble.vue
New file
@@ -0,0 +1,8 @@
<template>
</template>
<script>
</script>
<style>
</style>