| | |
| | | { |
| | | "name" : "饶城格格通", |
| | | "appid" : "__UNI__4C32D80", |
| | | "description" : "", |
| | | "versionName" : "1.0.10", |
| | | "versionCode" : 104, |
| | | "transformPx" : false, |
| | | /* 5+App特有相关 */ |
| | | "app-plus" : { |
| | | "compatible" : { |
| | | "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 |
| | | }, |
| | | "safearea" : { |
| | | "bottom" : { |
| | | "offset" : "none" |
| | | } |
| | | }, |
| | | "usingComponents" : true, |
| | | "nvueCompiler" : "uni-app", |
| | | "compilerVersion" : 3, |
| | | "splashscreen" : { |
| | | "alwaysShowBeforeRender" : false, |
| | | "waiting" : false, |
| | | "autoclose" : false, |
| | | "delay" : 0 |
| | | }, |
| | | /* 模块配置 */ |
| | | "modules" : { |
| | | "VideoPlayer" : {}, |
| | | "Camera" : {}, |
| | | "Geolocation" : {}, |
| | | "Push" : {}, |
| | | "Maps" : {} |
| | | }, |
| | | /* 应用发布信息 */ |
| | | "distribute" : { |
| | | /* android打包配置 */ |
| | | "android" : { |
| | | "permissions" : [ |
| | | "<uses-feature android:name=\"android.hardware.camera\"/>", |
| | | "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>", |
| | | "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>", |
| | | "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>", |
| | | "<uses-permission android:name=\"android.permission.ACCESS_LOCATION_EXTRA_COMMANDS\"/>", |
| | | "<uses-permission android:name=\"android.permission.ACCESS_MOCK_LOCATION\"/>", |
| | | "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>", |
| | | "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>", |
| | | "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>", |
| | | "<uses-permission android:name=\"android.permission.CAMERA\"/>", |
| | | "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>", |
| | | "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>", |
| | | "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>", |
| | | "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>", |
| | | "<uses-permission android:name=\"android.permission.INTERNET\"/>", |
| | | "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>", |
| | | "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>", |
| | | "<uses-permission android:name=\"android.permission.READ_LOGS\"/>", |
| | | "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>", |
| | | "<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>", |
| | | "<uses-permission android:name=\"android.permission.REQUEST_INSTALL_PACKAGES\"/>", |
| | | "<uses-permission android:name=\"android.permission.VIBRATE\"/>", |
| | | "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>", |
| | | "<uses-permission android:name=\"android.permission.WRITE_CONTACTS\"/>", |
| | | "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>", |
| | | "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" |
| | | ], |
| | | "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ] |
| | | }, |
| | | /* ios打包配置 */ |
| | | "ios" : { |
| | | "dSYMs" : false, |
| | | "UIBackgroundModes" : "", |
| | | "idfa" : false |
| | | }, |
| | | /* SDK配置 */ |
| | | "sdkConfigs" : { |
| | | "ad" : {}, |
| | | "maps" : { |
| | | "amap" : { |
| | | "appkey_ios" : "4bcdf5434597cc9160c9e0168c4a7bc7", |
| | | "appkey_android" : "c21be9bc7343573c28112c4fe272cb41" |
| | | } |
| | | }, |
| | | "geolocation" : { |
| | | "amap" : { |
| | | "__platform__" : [ "ios", "android" ], |
| | | "appkey_ios" : "4bcdf5434597cc9160c9e0168c4a7bc7", |
| | | "appkey_android" : "c21be9bc7343573c28112c4fe272cb41" |
| | | }, |
| | | "system" : { |
| | | "__platform__" : [ "ios", "android" ] |
| | | } |
| | | }, |
| | | "push" : { |
| | | "unipush" : { |
| | | "offline" : true |
| | | } |
| | | } |
| | | }, |
| | | "icons" : { |
| | | "android" : { |
| | | "hdpi" : "D:/Desktop/hbsl/app/应用图标/72.png", |
| | | "xhdpi" : "D:/Desktop/hbsl/app/应用图标/96.png", |
| | | "xxhdpi" : "D:/Desktop/hbsl/app/应用图标/144.png", |
| | | "xxxhdpi" : "D:/Desktop/hbsl/app/应用图标/192.png" |
| | | }, |
| | | "ios" : { |
| | | "appstore" : "D:/Desktop/icon/1024x1024bb.png", |
| | | "iphone" : { |
| | | "app@2x" : "D:/Desktop/icon/120.png", |
| | | "app@3x" : "D:/Desktop/icon/180.png", |
| | | "spotlight@2x" : "D:/Desktop/icon/80.png", |
| | | "spotlight@3x" : "D:/Desktop/icon/120.png", |
| | | "settings@2x" : "D:/Desktop/icon/58.png", |
| | | "settings@3x" : "D:/Desktop/icon/87.png", |
| | | "notification@2x" : "D:/Desktop/icon/40.png", |
| | | "notification@3x" : "D:/Desktop/icon/60.png" |
| | | }, |
| | | "ipad" : { |
| | | "app" : "", |
| | | "app@2x" : "", |
| | | "proapp@2x" : "", |
| | | "spotlight" : "", |
| | | "spotlight@2x" : "", |
| | | "settings" : "", |
| | | "settings@2x" : "", |
| | | "notification" : "", |
| | | "notification@2x" : "" |
| | | } |
| | | } |
| | | }, |
| | | "splashscreen" : { |
| | | "useOriginalMsgbox" : true |
| | | } |
| | | }, |
| | | "uniStatistics" : { |
| | | "enable" : false |
| | | }, |
| | | "nativePlugins" : {} |
| | | }, |
| | | /* 快应用特有相关 */ |
| | | "quickapp" : {}, |
| | | /* 小程序特有相关 */ |
| | | "mp-weixin" : { |
| | | "appid" : "wx41aa8a5d2e565a05", |
| | | "setting" : { |
| | | "urlCheck" : false, |
| | | "minified" : true, |
| | | "postcss" : true, |
| | | "es6" : true |
| | | }, |
| | | "usingComponents" : true, |
| | | "plugins" : { |
| | | "ocr-plugin" : { |
| | | "version" : "3.1.3", |
| | | "provider" : "wx4418e3e031e551be" |
| | | } |
| | | }, |
| | | "optimization" : { |
| | | "subPackages" : true |
| | | }, |
| | | "uniStatistics" : { |
| | | "enable" : false |
| | | }, |
| | | "requiredPrivateInfos" : [ |
| | | "getLocation", |
| | | "chooseLocation", |
| | | "onLocationChange", |
| | | "startLocationUpdateBackground" |
| | | ], |
| | | "requiredBackgroundModes" : [ "location" ], //必填 |
| | | "permission" : { |
| | | "scope.userLocation" : { |
| | | "desc" : "定位" |
| | | } |
| | | } |
| | | }, |
| | | "mp-alipay" : { |
| | | "usingComponents" : true, |
| | | "uniStatistics" : { |
| | | "enable" : false |
| | | } |
| | | }, |
| | | "mp-baidu" : { |
| | | "usingComponents" : true, |
| | | "uniStatistics" : { |
| | | "enable" : false |
| | | } |
| | | }, |
| | | "mp-toutiao" : { |
| | | "usingComponents" : true, |
| | | "setting" : { |
| | | "es6" : true, |
| | | "minified" : true, |
| | | "postcss" : true, |
| | | "urlCheck" : false |
| | | }, |
| | | "uniStatistics" : { |
| | | "enable" : false |
| | | } |
| | | }, |
| | | "h5" : { |
| | | "template" : "template.h5.html", |
| | | "router" : { |
| | | "mode" : "hash", |
| | | "base" : "/app" |
| | | }, |
| | | "optimization" : { |
| | | "treeShaking" : { |
| | | "enable" : true |
| | | } |
| | | }, |
| | | "devServer" : { |
| | | "proxy" : { |
| | | "/api" : { |
| | | "target" : "http://127.0.0.1", |
| | | //"target" : "https://rider.bladex.vip/api", |
| | | "pathRewrite" : { |
| | | "^/api" : "/" |
| | | } |
| | | } |
| | | }, |
| | | "port" : "", |
| | | "https" : true |
| | | }, |
| | | "uniStatistics" : { |
| | | "enable" : false |
| | | }, |
| | | "sdkConfigs" : { |
| | | "maps" : { |
| | | "amap" : { |
| | | "key" : "7fa69abe1defd5888bb85bc736cda874", |
| | | "securityJsCode" : "8ac9e5f522c62ed6e3a5800a87b0d140", |
| | | "serviceHost" : "" |
| | | } |
| | | } |
| | | }, |
| | | "unipush" : { |
| | | "enable" : false |
| | | } |
| | | }, |
| | | "uniStatistics" : { |
| | | "enable" : false |
| | | }, |
| | | "mp-qq" : { |
| | | "uniStatistics" : { |
| | | "enable" : false |
| | | } |
| | | } |
| | | "name": "饶城格格通", |
| | | "appid": "__UNI__4C32D80", |
| | | "description": "", |
| | | "versionName": "1.0.10", |
| | | "versionCode": 104, |
| | | "transformPx": false, |
| | | /* 5+App特有相关 */ |
| | | "app-plus": { |
| | | "compatible": { |
| | | "ignoreVersion": true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 |
| | | }, |
| | | "safearea": { |
| | | "bottom": { |
| | | "offset": "none" |
| | | } |
| | | }, |
| | | "usingComponents": true, |
| | | "nvueCompiler": "uni-app", |
| | | "compilerVersion": 3, |
| | | "splashscreen": { |
| | | "alwaysShowBeforeRender": false, |
| | | "waiting": false, |
| | | "autoclose": false, |
| | | "delay": 0 |
| | | }, |
| | | /* 模块配置 */ |
| | | "modules": { |
| | | "VideoPlayer": {}, |
| | | "Camera": {}, |
| | | "Geolocation": {}, |
| | | "Push": {}, |
| | | "Maps": {} |
| | | }, |
| | | /* 应用发布信息 */ |
| | | "distribute": { |
| | | /* android打包配置 */ |
| | | "android": { |
| | | "permissions": [ |
| | | "<uses-feature android:name=\"android.hardware.camera\"/>", |
| | | "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>", |
| | | "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>", |
| | | "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>", |
| | | "<uses-permission android:name=\"android.permission.ACCESS_LOCATION_EXTRA_COMMANDS\"/>", |
| | | "<uses-permission android:name=\"android.permission.ACCESS_MOCK_LOCATION\"/>", |
| | | "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>", |
| | | "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>", |
| | | "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>", |
| | | "<uses-permission android:name=\"android.permission.CAMERA\"/>", |
| | | "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>", |
| | | "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>", |
| | | "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>", |
| | | "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>", |
| | | "<uses-permission android:name=\"android.permission.INTERNET\"/>", |
| | | "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>", |
| | | "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>", |
| | | "<uses-permission android:name=\"android.permission.READ_LOGS\"/>", |
| | | "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>", |
| | | "<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>", |
| | | "<uses-permission android:name=\"android.permission.REQUEST_INSTALL_PACKAGES\"/>", |
| | | "<uses-permission android:name=\"android.permission.VIBRATE\"/>", |
| | | "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>", |
| | | "<uses-permission android:name=\"android.permission.WRITE_CONTACTS\"/>", |
| | | "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>", |
| | | "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" |
| | | ], |
| | | "abiFilters": ["armeabi-v7a", "arm64-v8a"] |
| | | }, |
| | | /* ios打包配置 */ |
| | | "ios": { |
| | | "dSYMs": false, |
| | | "UIBackgroundModes": "", |
| | | "idfa": false |
| | | }, |
| | | /* SDK配置 */ |
| | | "sdkConfigs": { |
| | | "ad": {}, |
| | | "maps": { |
| | | "amap": { |
| | | "appkey_ios": "4bcdf5434597cc9160c9e0168c4a7bc7", |
| | | "appkey_android": "c21be9bc7343573c28112c4fe272cb41" |
| | | } |
| | | }, |
| | | "geolocation": { |
| | | "amap": { |
| | | "__platform__": ["ios", "android"], |
| | | "appkey_ios": "4bcdf5434597cc9160c9e0168c4a7bc7", |
| | | "appkey_android": "c21be9bc7343573c28112c4fe272cb41" |
| | | }, |
| | | "system": { |
| | | "__platform__": ["ios", "android"] |
| | | } |
| | | }, |
| | | "push": { |
| | | "unipush": { |
| | | "offline": true |
| | | } |
| | | } |
| | | }, |
| | | "icons": { |
| | | "android": { |
| | | "hdpi": "D:/Desktop/hbsl/app/应用图标/72.png", |
| | | "xhdpi": "D:/Desktop/hbsl/app/应用图标/96.png", |
| | | "xxhdpi": "D:/Desktop/hbsl/app/应用图标/144.png", |
| | | "xxxhdpi": "D:/Desktop/hbsl/app/应用图标/192.png" |
| | | }, |
| | | "ios": { |
| | | "appstore": "D:/Desktop/icon/1024x1024bb.png", |
| | | "iphone": { |
| | | "app@2x": "D:/Desktop/icon/120.png", |
| | | "app@3x": "D:/Desktop/icon/180.png", |
| | | "spotlight@2x": "D:/Desktop/icon/80.png", |
| | | "spotlight@3x": "D:/Desktop/icon/120.png", |
| | | "settings@2x": "D:/Desktop/icon/58.png", |
| | | "settings@3x": "D:/Desktop/icon/87.png", |
| | | "notification@2x": "D:/Desktop/icon/40.png", |
| | | "notification@3x": "D:/Desktop/icon/60.png" |
| | | }, |
| | | "ipad": { |
| | | "app": "", |
| | | "app@2x": "", |
| | | "proapp@2x": "", |
| | | "spotlight": "", |
| | | "spotlight@2x": "", |
| | | "settings": "", |
| | | "settings@2x": "", |
| | | "notification": "", |
| | | "notification@2x": "" |
| | | } |
| | | } |
| | | }, |
| | | "splashscreen": { |
| | | "useOriginalMsgbox": true |
| | | } |
| | | }, |
| | | "uniStatistics": { |
| | | "enable": false |
| | | }, |
| | | "nativePlugins": {} |
| | | }, |
| | | /* 快应用特有相关 */ |
| | | "quickapp": {}, |
| | | /* 小程序特有相关 */ |
| | | "mp-weixin": { |
| | | "appid": "wx41aa8a5d2e565a05", |
| | | "setting": { |
| | | "urlCheck": false, |
| | | "minified": true, |
| | | "postcss": true, |
| | | "es6": true |
| | | }, |
| | | "usingComponents": true, |
| | | "plugins": { |
| | | "ocr-plugin": { |
| | | // #ifdef MP-WEIXIN |
| | | "version": "3.1.3", |
| | | "provider": "wx4418e3e031e551be" |
| | | } |
| | | }, |
| | | // #endif |
| | | "optimization": { |
| | | "subPackages": true |
| | | }, |
| | | "uniStatistics": { |
| | | "enable": false |
| | | }, |
| | | "requiredPrivateInfos": [ |
| | | "getLocation", |
| | | "chooseLocation", |
| | | "onLocationChange", |
| | | "startLocationUpdateBackground" |
| | | ], |
| | | "requiredBackgroundModes": ["location"], //必填 |
| | | "permission": { |
| | | "scope.userLocation": { |
| | | "desc": "定位" |
| | | } |
| | | } |
| | | }, |
| | | "mp-alipay": { |
| | | "usingComponents": true, |
| | | "uniStatistics": { |
| | | "enable": false |
| | | } |
| | | }, |
| | | "mp-baidu": { |
| | | "usingComponents": true, |
| | | "uniStatistics": { |
| | | "enable": false |
| | | } |
| | | }, |
| | | "mp-toutiao": { |
| | | "usingComponents": true, |
| | | "setting": { |
| | | "es6": true, |
| | | "minified": true, |
| | | "postcss": true, |
| | | "urlCheck": false |
| | | }, |
| | | "uniStatistics": { |
| | | "enable": false |
| | | } |
| | | }, |
| | | "h5": { |
| | | "template": "", |
| | | "router": { |
| | | "mode": "hash", |
| | | "base": "" |
| | | }, |
| | | "optimization": { |
| | | "treeShaking": { |
| | | "enable": true |
| | | } |
| | | }, |
| | | "devServer": { |
| | | "proxy": { |
| | | "/api": { |
| | | "target": "http://127.0.0.1", |
| | | //"target" : "https://rider.bladex.vip/api", |
| | | "pathRewrite": { |
| | | "^/api": "/" |
| | | } |
| | | } |
| | | }, |
| | | "port": "", |
| | | "https": false |
| | | }, |
| | | "uniStatistics": { |
| | | "enable": false |
| | | }, |
| | | "sdkConfigs": { |
| | | "maps": { |
| | | "amap": { |
| | | "key": "7fa69abe1defd5888bb85bc736cda874", |
| | | "securityJsCode": "8ac9e5f522c62ed6e3a5800a87b0d140", |
| | | "serviceHost": "" |
| | | } |
| | | } |
| | | }, |
| | | "unipush": { |
| | | "enable": false |
| | | } |
| | | }, |
| | | "uniStatistics": { |
| | | "enable": false |
| | | }, |
| | | "mp-qq": { |
| | | "uniStatistics": { |
| | | "enable": false |
| | | } |
| | | } |
| | | } |
| | | // #endif |
| | | //必填 |
| | |
| | | "navigationBarBackgroundColor": "#fff", |
| | | "navigationBarTextStyle": "black", |
| | | "usingComponents": { |
| | | // #ifdef MP-WEIXIN |
| | | "ocr-navigator": "plugin://ocr-plugin/ocr-navigator" |
| | | // #endif |
| | | } |
| | | } |
| | | }, |
| | |
| | | "navigationBarBackgroundColor": "#fff", |
| | | "navigationBarTextStyle": "black", |
| | | "usingComponents": { |
| | | // #ifdef MP-WEIXIN |
| | | "ocr-navigator": "plugin://ocr-plugin/ocr-navigator" |
| | | // #endif |
| | | } |
| | | } |
| | | }, |
| | |
| | | "navigationBarBackgroundColor": "#fff", |
| | | "navigationBarTextStyle": "black", |
| | | "usingComponents": { |
| | | // #ifdef MP-WEIXIN |
| | | "ocr-navigator": "plugin://ocr-plugin/ocr-navigator" |
| | | // #endif |
| | | } |
| | | } |
| | | }, |
| | |
| | | "navigationBarTextStyle": "black", |
| | | "enablePullDownRefresh": false, |
| | | "usingComponents": { |
| | | // #ifdef MP-WEIXIN |
| | | "ocr-navigator": "plugin://ocr-plugin/ocr-navigator" |
| | | // #endif |
| | | } |
| | | } |
| | | }, |
| | |
| | | "navigationBarTextStyle": "black", |
| | | "enablePullDownRefresh": false, |
| | | "usingComponents": { |
| | | // #ifdef MP-WEIXIN |
| | | "ocr-navigator": "plugin://ocr-plugin/ocr-navigator" |
| | | // #endif |
| | | } |
| | | } |
| | | }, |
| | |
| | | "navigationBarTextStyle": "black", |
| | | "enablePullDownRefresh": false, |
| | | "usingComponents": { |
| | | // #ifdef MP-WEIXIN |
| | | "ocr-navigator": "plugin://ocr-plugin/ocr-navigator" |
| | | // #endif |
| | | } |
| | | } |
| | | }, |
| | |
| | | "navigationBarTextStyle": "black", |
| | | "enablePullDownRefresh": false, |
| | | "usingComponents": { |
| | | // #ifdef MP-WEIXIN |
| | | "ocr-navigator": "plugin://ocr-plugin/ocr-navigator" |
| | | // #endif |
| | | } |
| | | |
| | | } |
| | |
| | | "navigationBarTextStyle": "black", |
| | | "enablePullDownRefresh": false, |
| | | "usingComponents": { |
| | | // #ifdef MP-WEIXIN |
| | | "ocr-navigator": "plugin://ocr-plugin/ocr-navigator" |
| | | // #endif |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | "root": "subPackage/ecall", |
| | | "pages": [{ |
| | | "path": "index", |
| | | "style": { |
| | | "navigationBarTitleText": "E呼即办", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "detail", |
| | | "style": { |
| | | "navigationBarTitleText": "E呼即办详情", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | } |
| | | ] |
| | | } |
| | | ], |
| | | "globalStyle": { |
| | |
| | | |
| | | |
| | | onShow() { |
| | | // #ifdef APP |
| | | let accountInfo = wx.getAccountInfoSync(); |
| | | this.envVersion = accountInfo.miniProgram.envVersion; |
| | | // #endif |
| | | let role = uni.getStorageSync('activeRole') |
| | | if (role.roleName == "居民") { |
| | | this.tabList = getTabbarList(1); |
| | |
| | | url: `/subPackage/workbench/views/eCallReportDetail?id=${item.eventId}&from=circle` |
| | | }) |
| | | } |
| | | if (item.evenType == 3) { |
| | | uni.navigateTo({ |
| | | url: `/subPackage/ecall/detail?id=${item.eventId}&types=circle` |
| | | }) |
| | | } |
| | | |
| | | |
| | | |
| | |
| | | }, |
| | | |
| | | getList() { |
| | | // #ifdef MP-WEIXIN |
| | | this.$refs.uToast.show({ |
| | | type: 'loading', |
| | | message: '正在加载', |
| | | duration: 9999999 |
| | | }) |
| | | // #endif |
| | | |
| | | getFuncList( |
| | | this.roleType, |
| | | this.roleName |
| | |
| | | <view class="line"></view>
|
| | | <view class="title">{{ '租客信息-#' + (index + 1) }}</view>
|
| | | </view>
|
| | | <!-- #ifdef MP-WEIXIN -->
|
| | | <ocr-navigator @onSuccess="recognizeSuccess($event,index)" certificateType="idCard"
|
| | | :opposite="false">
|
| | | <view class="recognize-btn flex a-i-c">
|
| | |
| | | <text class="f-26 c-ff" style="margin-left: 10rpx;">身份证信息识别</text>
|
| | | </view>
|
| | | </ocr-navigator>
|
| | | <!-- #endif -->
|
| | | </view>
|
| | | <view class="r" v-if="(index+1) > 1">
|
| | | <u-icon name="trash-fill" color="#ff0000" size="20" @click="decRentForm(index)"></u-icon>
|
| | |
| | | |
| | | <view class="form-caption flex j-c-s-b a-i-c"> |
| | | <text class="f-32 fw">当事人1信息</text> |
| | | <!-- #ifdef MP-WEIXIN --> |
| | | <ocr-navigator @onSuccess="recognizeSuccess($event,'one')" certificateType="idCard" |
| | | :opposite="false"> |
| | | <view class="recognize-btn flex a-i-c"> |
| | |
| | | <text class="f-26 c-ff" style="margin-left: 10rpx;">身份证信息识别</text> |
| | | </view> |
| | | </ocr-navigator> |
| | | <!-- #endif --> |
| | | </view> |
| | | <u-form-item label="姓名" prop="nameOne" borderBottom required> |
| | | <u-input v-model="info.nameOne" border="none" placeholder="请输入当事人1姓名" |
| | |
| | | <view class=""> |
| | | <view class="form-caption flex j-c-s-b a-i-c"> |
| | | <text class="f-32 fw">当事人2信息</text> |
| | | <!-- #ifdef MP-WEIXIN --> |
| | | <ocr-navigator @onSuccess="recognizeSuccess($event,'two')" certificateType="idCard" |
| | | :opposite="false"> |
| | | <view class="recognize-btn flex a-i-c"> |
| | |
| | | <text class="f-26 c-ff" style="margin-left: 10rpx;">身份证信息识别</text> |
| | | </view> |
| | | </ocr-navigator> |
| | | <!-- #endif --> |
| | | </view> |
| | | |
| | | <u-form-item label="姓名" prop="nameTwo" borderBottom required> |
| | |
| | | <view class="flex a-i-c j-c-s-b" style="padding:20rpx;"> |
| | | <view class="flex j-c-s-b a-i-c"> |
| | | <view class="title fw" style="text-align:center; mr-20">人员信息-#{{ index*1 + 1 }}</view> |
| | | <!-- #ifdef MP-WEIXIN --> |
| | | <ocr-navigator @onSuccess="recognizePersonSuccess($event,index)" certificateType="idCard" |
| | | :opposite="false"> |
| | | <view class="recognize-btn flex a-i-c"> |
| | |
| | | <text class="f-26 c-ff" style="margin-left: 10rpx;">身份证信息识别</text> |
| | | </view> |
| | | </ocr-navigator> |
| | | <!-- #endif --> |
| | | </view> |
| | | |
| | | |
| | |
| | | </view> |
| | | <!-- <u-icon name="arrow-right" size="20"></u-icon> --> |
| | | </view> |
| | | <!-- #ifdef MP-WEIXIN --> |
| | | <ocr-navigator @onSuccess="recognizeSuccess()" certificateType="idCard" :opposite="false" |
| | | style="width:48%;"> |
| | | <view class="top-item flex j-c-s-b a-i-c bgc-ff" style="width:100%;"> |
| | |
| | | <!-- <u-icon name="arrow-right" size="20"></u-icon> --> |
| | | </view> |
| | | </ocr-navigator> |
| | | <!-- #endif --> |
| | | </view> |
| | | |
| | | <u-form labelWidth="70" :model="form" :rules="rules" ref="form"> |
| | |
| | | <view class="content"> |
| | | |
| | | <view class="top" v-if="from != 'search'"> |
| | | <!-- #ifdef MP-WEIXIN --> |
| | | <ocr-navigator @onSuccess="recognizeSuccess()" certificateType="idCard" :opposite="false"> |
| | | <view class="top-item flex j-c-s-b a-i-c bgc-ff"> |
| | | <view class="flex a-i-c"> |
| | |
| | | <u-icon name="arrow-right" size="20"></u-icon> |
| | | </view> |
| | | </ocr-navigator> |
| | | <!-- #endif --> |
| | | </view> |
| | | |
| | | |
| | |
| | | |
| | | <footer-btn v-if="(type == 1 && from == 'family') || !from" :text="addOrUpdateTitle" @click="submit" /> |
| | | </block> |
| | | <!-- <view class="footer flex j-c-s-b a-i-c bgc-ff" v-if="(type == 1 && from == 'family') || !from"> |
| | | <view class="footer flex j-c-s-b a-i-c bgc-ff" v-if="(type == 1 && from == 'family') || !from"> |
| | | <!-- #ifdef MP-WEIXIN --> |
| | | <ocr-navigator @onSuccess="recognizeSuccess()" certificateType="idCard" :opposite="false" |
| | | style="width:48%;"> |
| | | <view class="recognize-btn c-main footer-btn flex j-c-c a-i-c" style="width:100%;"> |
| | |
| | | <text class="f-26 " style="margin-left: 10rpx;">身份证信息识别</text> |
| | | </view> |
| | | </ocr-navigator> |
| | | <!-- #endif --> |
| | | <button class="save-btn footer-btn c-ff" @click="submit">{{addOrUpdateTitle}}</button> |
| | | </view> --> |
| | | </view> |
| | | |
| | | |
| | | </view> |
| | |
| | | <view class="box-title" style="width:50%;">
|
| | | <box-title title="负责人信息"></box-title>
|
| | | </view>
|
| | | <!-- #ifdef MP-WEIXIN -->
|
| | | <ocr-navigator v-if="!currentId" @onSuccess="recognizeSuccess($event,'principal')"
|
| | | certificateType="idCard" :opposite="false">
|
| | | <view class="recognize-btn flex a-i-c">
|
| | |
| | | <text class="f-26 c-ff" style="margin-left: 10rpx;">身份证信息识别</text>
|
| | | </view>
|
| | | </ocr-navigator>
|
| | | <!-- #endif-->
|
| | | </view>
|
| | | <u-form-item class="form-item" labelWidth="100" :required="isRequired" :disabled="isDisabled"
|
| | | label="场所负责人:" prop="principal">
|
| | |
| | | <view class="box-title" style="width:50%;">
|
| | | <box-title title="法人信息"></box-title>
|
| | | </view>
|
| | | <!-- #ifdef MP-WEIXIN -->
|
| | | <ocr-navigator @onSuccess="recognizeSuccess($event,'legal')" certificateType="idCard"
|
| | | :opposite="false">
|
| | | <view class="recognize-btn flex a-i-c">
|
| | |
| | | <text class="f-26 c-ff" style="margin-left: 10rpx;">身份证信息识别</text>
|
| | | </view>
|
| | | </ocr-navigator>
|
| | | <!-- #endif-->
|
| | | </view>
|
| | |
|
| | |
|
| | |
| | | <view class="box-title" style="width:50%;">
|
| | | <box-title title="房东信息"></box-title>
|
| | | </view>
|
| | | <!-- #ifdef MP-WEIXIN -->
|
| | | <ocr-navigator v-if="!currentId" @onSuccess="recognizeSuccess($event)" certificateType="idCard"
|
| | | :opposite="false">
|
| | | <view class="recognize-btn flex a-i-c">
|
| | |
| | | <text class="f-26 c-ff" style="margin-left: 10rpx;">身份证信息识别</text>
|
| | | </view>
|
| | | </ocr-navigator>
|
| | | <!--#endif-->
|
| | | </view>
|
| | | <u-form-item class="form-item" labelWidth="100" :required="isRequired" :disabled="isDisabled"
|
| | | label="姓名:" prop="landlordName">
|
| | |
| | | <view class="flex a-i-c j-c-s-b" style="padding:20rpx;">
|
| | | <view class="flex j-c-s-b a-i-c">
|
| | | <view class="title fw" style="text-align:center; mr-20">人员信息-#{{ index*1 + 1 }}</view>
|
| | | <!-- #ifdef MP-WEIXIN -->
|
| | | <ocr-navigator v-if="!currentId" @onSuccess="recognizePersonSuccess($event,index)"
|
| | | certificateType="idCard" :opposite="false">
|
| | | <view class="recognize-btn flex a-i-c">
|
| | |
| | | <text class="f-26 c-ff" style="margin-left: 10rpx;">身份证信息识别</text>
|
| | | </view>
|
| | | </ocr-navigator>
|
| | | <!-- #endif -->
|
| | | </view>
|
| | |
|
| | |
|
| | |
| | | <view class="box-title" style="width:50%;"> |
| | | <box-title title="负责人信息"></box-title> |
| | | </view> |
| | | <!-- #ifdef MP-WEIXIN --> |
| | | <ocr-navigator @onSuccess="recognizeSuccess($event,'principal')" certificateType="idCard" |
| | | :opposite="false"> |
| | | <view class="recognize-btn flex a-i-c"> |
| | |
| | | <text class="f-26 c-ff" style="margin-left: 10rpx;">身份证信息识别</text> |
| | | </view> |
| | | </ocr-navigator> |
| | | <!-- #endif --> |
| | | </view> |
| | | <u-form-item class="form-item" labelWidth="100" :required="isRequired" :disabled="isDisabled" |
| | | label="场所负责人:" prop="principal"> |
| | |
| | | <view class="box-title" style="width:50%;"> |
| | | <box-title title="法人信息"></box-title> |
| | | </view> |
| | | <!-- #ifdef MP-WEIXIN --> |
| | | <ocr-navigator @onSuccess="recognizeSuccess($event,'legal')" certificateType="idCard" |
| | | :opposite="false"> |
| | | <view class="recognize-btn flex a-i-c"> |
| | |
| | | <text class="f-26 c-ff" style="margin-left: 10rpx;">身份证信息识别</text> |
| | | </view> |
| | | </ocr-navigator> |
| | | <!-- #endif --> |
| | | </view> |
| | | <u-form-item class="form-item" labelWidth="100" :required="isRequired" :disabled="isDisabled" |
| | | label="姓名:" prop="legalPerson"> |
| | |
| | | <view class="box-title" style="width:50%;"> |
| | | <box-title title="房东信息"></box-title> |
| | | </view> |
| | | <!-- #ifdef MP-WEIXIN --> |
| | | <ocr-navigator @onSuccess="recognizeSuccess($event)" certificateType="idCard" :opposite="false"> |
| | | <view class="recognize-btn flex a-i-c"> |
| | | <u-icon name="scan" color="#fff" size="24"></u-icon> |
| | | <text class="f-26 c-ff" style="margin-left: 10rpx;">身份证信息识别</text> |
| | | </view> |
| | | </ocr-navigator> |
| | | <!-- #endif --> |
| | | </view> |
| | | <u-form-item class="form-item" labelWidth="100" :required="isRequired" :disabled="isDisabled" |
| | | label="姓名:" prop="landlordName"> |
| | |
| | | <view class="flex a-i-c j-c-s-b" style="padding:20rpx;"> |
| | | <view class="flex j-c-s-b a-i-c"> |
| | | <view class="title fw" style="text-align:center; mr-20">人员信息-#{{ index*1 + 1 }}</view> |
| | | <!-- #ifdef MP-WEIXIN --> |
| | | <ocr-navigator @onSuccess="recognizePersonSuccess($event,index)" certificateType="idCard" |
| | | :opposite="false"> |
| | | <view class="recognize-btn flex a-i-c"> |
| | |
| | | <text class="f-26 c-ff" style="margin-left: 10rpx;">身份证信息识别</text> |
| | | </view> |
| | | </ocr-navigator> |
| | | <!-- #endif--> |
| | | </view> |
| | | <view> |
| | | <u-icon name="trash-fill" color="#ff0000" size="20" @click="deletePerson(index)" /> |
| | |
| | | <view class="box-title" style="width:50%;">
|
| | | <box-title title="房东信息"></box-title>
|
| | | </view>
|
| | | <!-- #ifdef MP-WEIXIN -->
|
| | | <ocr-navigator @onSuccess="recognizeSuccess($event)" certificateType="idCard" :opposite="false">
|
| | | <view class="recognize-btn flex a-i-c">
|
| | | <u-icon name="scan" color="#fff" size="24"></u-icon>
|
| | | <text class="f-26 c-ff" style="margin-left: 10rpx;">身份证信息识别</text>
|
| | | </view>
|
| | | </ocr-navigator>
|
| | | <!-- #endif -->
|
| | | </view>
|
| | | <u-form-item class="form-item" labelWidth="100" :required="isRequired" :disabled="isDisabled"
|
| | | label="姓名:" prop="landlordName">
|
| | |
| | |
|
| | | <view class="flex j-c-s-b a-i-c">
|
| | | <view class="title fw" style="text-align:center; mr-20">人员信息-#{{ index*1 + 1 }}</view>
|
| | | <!-- #ifdef MP-WEIXIN -->
|
| | | <ocr-navigator @onSuccess="recognizePersonSuccess($event,index)" certificateType="idCard"
|
| | | :opposite="false">
|
| | | <view class="recognize-btn flex a-i-c">
|
| | |
| | | <text class="f-26 c-ff" style="margin-left: 10rpx;">身份证信息识别</text>
|
| | | </view>
|
| | | </ocr-navigator>
|
| | | <!-- #endif -->
|
| | | </view>
|
| | |
|
| | | <view>
|