lin
2024-05-10 e5b270a0dbdcfd3847fec6c9c3a1b351925c51c3
bug修復
6 files modified
32 ■■■■■ changed files
common/setting.js 8 ●●●● patch | view | raw | blame | history
manifest.json 4 ●●●● patch | view | raw | blame | history
pages/home/index.vue 9 ●●●●● patch | view | raw | blame | history
subPackage/counterfraud/add.vue 2 ●●● patch | view | raw | blame | history
subPackage/school/clockIn.vue 5 ●●●● patch | view | raw | blame | history
subPackage/school/troubleDetail.vue 4 ●●●● patch | view | raw | blame | history
common/setting.js
@@ -10,14 +10,14 @@
    version: '2.0.0',
    // 开发环境接口Url
    // devUrl: 'http://z4042833u6.wicp.vip',
    devUrl: 'http://192.168.2.105:9528',
    // devUrl: 'https://srgdjczzxtpt.com:2080/api',
    // devUrl: 'http://192.168.3.214:9528',
    devUrl: 'https://srgdjczzxtpt.com:2080/api',
    // devUrl: 'https://kt39592615.goho.co',
    minioBaseUrl: "https://srgdjczzxtpt.com:2080/gminio/jczz/",
    // minioBaseUrl: "http://192.168.0.101:9528/",
    // 线上环境接口Url
    // prodUrl: 'https://srgdjczzxtpt.com:2080/api',
    prodUrl: 'http://192.168.2.105:9528',
    prodUrl: 'https://srgdjczzxtpt.com:2080/api',
    // prodUrl: 'http://192.168.2.105:9528',
    uploadUrl: 'https://srgdjczzxtpt.com:2080/api',
    // 后端数据的接收方式application/json;charset=UTF-8或者application/x-www-form-urlencoded;charset=UTF-8
manifest.json
@@ -1,6 +1,6 @@
{
    "name" : "饶城格格通",
    "appid" : "__UNI__EE88272",
    "appid" : "__UNI__C5BC0E5",
    "description" : "",
    "versionName" : "1.0.10",
    "versionCode" : 104,
@@ -8,7 +8,7 @@
    /* 5+App特有相关 */
    "app-plus" : {
        "compatible" : {
            "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
            "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
        },
        "safearea" : {
            "bottom" : {
pages/home/index.vue
@@ -194,6 +194,15 @@
                                    <text class="nav-item-text f-26  mt-10">校园任务</text>
                                </view>
                            </u-grid-item>
                            <u-grid-item v-if="roleName == 'xyzt'"
                                @click="navigatorPage('/subPackage/workbench/views/editExamine')">
                                <view class="nav-item flex f-d-c a-i-c">
                                    <u-icon name="/static/icon/nav-02.png" width="80rpx" height="80rpx"></u-icon>
                                    <text class="nav-item-text f-26  mt-10">场所维护</text>
                                </view>
                            </u-grid-item>
                            <u-grid-item @click="navToSchoolClockIn()" v-if="roleName == 'xyty'">
                                <view class="nav-item flex f-d-c a-i-c">
                                    <u-icon name="/static/icon/nav-29.png" width="80rpx" height="80rpx"></u-icon>
subPackage/counterfraud/add.vue
@@ -60,7 +60,7 @@
                    </u-radio-group>
                </u-form-item>
                <u-form-item v-if="isShowOtherId" class="form-item" labelWidth="100" label="反诈宣防类别:"
                <u-form-item v-if="isShowOtherId" class="form-item" labelWidth="100" label="反诈宣防方式:"
                    :required="isRequired" :disabled="isDisabled" prop="otherId">
                    <view class="flex j-c-s-b a-i-c" v-if="!currentId" @click="showNotSwindleTypePicker= true">
                        <u-input border="none" v-model="notSwindleValue" disabled disabledColor="#ffffff"
subPackage/school/clockIn.vue
@@ -269,7 +269,10 @@
                    if (isJur == 1) {
                        if (doorplateType == "中门牌" || doorplateType == "小门牌") {
                            this.info.houseCode = code;
                            this.info.placeName = res.data.poi;
                            this.info.placeName = res.data.aoiName;
                            this.info.location = res.data.addressName;
                            this.info.lng = res.data.x;
                            this.info.lat = res.data.y;
                        }
                    } else {
                        uni.showModal({
subPackage/school/troubleDetail.vue
@@ -62,7 +62,7 @@
        <block v-if="roleTypeName == 'mj'">
            <view class="image-wrap bgc-ff">
                <view class="mb-20">
                    处理意见
                    <text style="color: red;">* </text> 处理意见
                </view>
                <view class="flex flex-wrap">
                    <u-textarea v-model="confirmNotion" placeholder="请输入处理意见"
@@ -72,7 +72,7 @@
            <view class="image-wrap bgc-ff">
                <view class="mb-20">
                    工作照片
                    <text style="color: red;">* </text> 工作照片
                </view>
                <view class="flex-wrap" v-if="info.confirmFlag == 2">
                    <view class="mr-20" v-for="i in workImage">