Browse Source

要素一本账功能集成

songxy 1 year ago
parent
commit
b64a2c204a
36 changed files with 1257 additions and 142 deletions
  1. 1 1
      WEB-VIEW2/public/index.html
  2. 1 1
      WEB-VIEW2/src/webview.vue
  3. 0 1
      YSGZYBZ_WXAPP/components/navigationBar/navigationBar.vue
  4. 1 0
      YSGZYBZ_WXAPP/main.js
  5. 7 0
      YSGZYBZ_WXAPP/pages.json
  6. 8 4
      YSGZYBZ_WXAPP/pages/demo/index.vue
  7. 17 6
      YSGZYBZ_WXAPP/pages/login/index.vue
  8. 2 1
      YSGZYBZ_WXAPP/pages/main/index.vue
  9. 1 1
      YSGZYBZ_WXAPP/pages/received/index.vue
  10. 84 73
      YSGZYBZ_WXAPP/pages/receivedDetail/index.vue
  11. 0 0
      YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map
  12. 0 0
      YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/common/runtime.js.map
  13. 0 0
      YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
  14. 0 0
      YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/components/SlideCard/SlideCard.js.map
  15. 0 0
      YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/components/navigationBar/navigationBar.js.map
  16. 0 0
      YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/pages/login/index.js.map
  17. 0 0
      YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/pages/main/index.js.map
  18. 0 0
      YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/pages/nocheckDetail/index.js.map
  19. 0 0
      YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/pages/received/index.js.map
  20. 0 0
      YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/pages/receivedDetail/index.js.map
  21. 0 0
      YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item.js.map
  22. 0 0
      YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-collapse/components/uni-collapse/uni-collapse.js.map
  23. 0 0
      YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker.js.map
  24. 0 0
      YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-file-picker/components/uni-file-picker/upload-file.js.map
  25. 0 0
      YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-file-picker/components/uni-file-picker/upload-image.js.map
  26. 0 0
      YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-icons/components/uni-icons/uni-icons.js.map
  27. 1 0
      YSGZYBZ_WXAPP/unpackage/dist/dev/mp-weixin/app.json
  28. 2 2
      YSGZYBZ_WXAPP/unpackage/dist/dev/mp-weixin/common/runtime.js
  29. 1097 2
      YSGZYBZ_WXAPP/unpackage/dist/dev/mp-weixin/common/vendor.js
  30. 0 1
      YSGZYBZ_WXAPP/unpackage/dist/dev/mp-weixin/components/navigationBar/navigationBar.js
  31. 1 1
      YSGZYBZ_WXAPP/unpackage/dist/dev/mp-weixin/components/navigationBar/navigationBar.wxml
  32. 1 1
      YSGZYBZ_WXAPP/unpackage/dist/dev/mp-weixin/pages/received/index.wxml
  33. 28 45
      YSGZYBZ_WXAPP/unpackage/dist/dev/mp-weixin/pages/receivedDetail/index.js
  34. 2 0
      YSGZYBZ_WXAPP/unpackage/dist/dev/mp-weixin/pages/receivedDetail/index.json
  35. 0 0
      YSGZYBZ_WXAPP/unpackage/dist/dev/mp-weixin/pages/receivedDetail/index.wxml
  36. 3 2
      YSGZYBZ_WXAPP/utils/config.js

+ 1 - 1
WEB-VIEW2/public/index.html

@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
     <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
-    <title>地块管护</title>
+    <title>要素一本账</title>
     <meta
       name="viewport"
       content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"

+ 1 - 1
WEB-VIEW2/src/webview.vue

@@ -112,7 +112,7 @@ export default {
     },
     toDetailHandle (item, source='list') {
       wx.miniProgram.navigateTo({
-        url: `/pages/receivedDetail/index?obj=${JSON.stringify(item)}&source=${source}&type=${_that.mapType}`,
+        url: `/pages/receivedDetail2/index?obj=${JSON.stringify(item)}&source=${source}&type=${_that.mapType}`,
       });
     },
     cardBoxClick(item, index) {

+ 0 - 1
YSGZYBZ_WXAPP/components/navigationBar/navigationBar.vue

@@ -2,7 +2,6 @@
 	<view class="navigationBarBox">
 		<view class="navigationBar">
 			<image v-if="isBack" src="../../static/images/back_icon.png" @tap="tapHandle"></image>
-			<text>地块管护</text>
 		</view>
 	</view>
 </template>

+ 1 - 0
YSGZYBZ_WXAPP/main.js

@@ -18,4 +18,5 @@ export function createApp() {
     app
   }
 }
+const testName="songxy"
 // #endif

+ 7 - 0
YSGZYBZ_WXAPP/pages.json

@@ -21,6 +21,13 @@
         "navigationStyle": "custom"
       }
     },
+    {
+      "path": "pages/receivedDetail2/index",
+      "style": {
+        "navigationBarTitleText": "要素一本账",
+        "navigationStyle": "custom"
+      }
+    },
     {
       "path": "pages/nocheckDetail/index",
       "style": {

+ 8 - 4
YSGZYBZ_WXAPP/pages/demo/index.vue

@@ -14,12 +14,16 @@ export default {
   data() {
     return {
       time: null,
-      webViewSrc:
-        config.webViewUrl +
-        '?v='+_cDate.getTime()+'&objs=' +
-        JSON.stringify(uni.getStorageSync('userInfo')),
+      webViewSrc: config.webViewUrl +
+		'?v='+_cDate.getTime()+'&objs=' +
+		JSON.stringify(uni.getStorageSync('userInfo'))
     };
   },
+  onReady(){
+	wx.setNavigationBarTitle(({
+		title: config.webViewUrl === config.webViewUrl2 ? '要素一本账' : '地块管护'
+	}))  
+  },
   mounted() {
     this.time = setInterval(() => {
       this.initGetLocation();

+ 17 - 6
YSGZYBZ_WXAPP/pages/login/index.vue

@@ -15,6 +15,7 @@
 
 <script>
 import httpAjax from '@/utils/https.js';
+import config from '@/utils/config.js';
 /**
  * @description 待签收
  **/
@@ -24,14 +25,24 @@ export default {
     return {};
   },
   mounted() {
-    const a = uni.getStorageSync('userInfo');
-    if (a) {
-      uni.navigateTo({
-        url: '/pages/main/index',
-      });
+    const userInfo = uni.getStorageSync('userInfo');
+    if (userInfo) {
+		this.initWebViewUrl(userInfo);
+		uni.navigateTo({
+			url: '/pages/main/index',
+		});
     }
   },
   methods: {
+	initWebViewUrl(userInfo){
+		if(userInfo['gddw']){
+		  if(userInfo['gddw'] === '查看临时用地和供地'){
+			  config.webViewUrl = config.webViewUrl2;
+		  }else{
+			  config.webViewUrl = config.webViewUrl1;
+		  }
+		}
+	},
     getPhoneNumber(e) {
       if (e.detail.code) {
         let params = {
@@ -45,9 +56,9 @@ export default {
             data: params,
           })
           .then((result) => {
-            console.log(result);
             if (result[1].data.data) {
               uni.setStorageSync('userInfo', result[1].data.data);
+		      this.initWebViewUrl(result[1].data.data);
               uni.navigateTo({
                 url: '/pages/main/index',
               });

+ 2 - 1
YSGZYBZ_WXAPP/pages/main/index.vue

@@ -18,7 +18,8 @@ export default {
   data() {
     return {};
   },
-  onLoad(option) {},
+  onLoad(option) {
+  },
   mounted() {},
   methods: {},
 };

+ 1 - 1
YSGZYBZ_WXAPP/pages/received/index.vue

@@ -21,7 +21,7 @@
               placeholder-class="address"
               class="input"
               type="text"
-              placeholder="请输入地块编号"
+              placeholder=" "
             />
           </view>
           <view class="searchBtn" @click="queryClick()">

+ 84 - 73
YSGZYBZ_WXAPP/pages/receivedDetail/index.vue

@@ -4,83 +4,107 @@
     <view class="container">
       <view class="warningBox">
         <text class="title">基本信息</text>
-        <view class="content" v-if="mapType === 'bj-lsyd'">
+        <view class="content">
           <view class="item">
-            <text class="title">项目名称</text>
-            <text class="val">{{ objs.xmmc || '' }}</text>
-          </view>
-          <view class="item">
-            <text class="title">审批面积(亩)</text>
-            <text class="val">{{ ((objs.spmj || 0) * 0.0015).toFixed(2)}}</text>
-          </view>
-          <view class="item">
-            <text class="title">建设单位</text>
-            <text class="val">{{ objs.jsdz || ''}}</text>
-          </view>
-          <view class="item">
-            <text class="title">建设地址</text>
-            <text class="val">{{ objs.jsdz || ''}}</text>
-          </view>
-          <view class="item">
-            <text class="title">联系人</text>
-            <text class="val">{{ objs.lxr || '' }}</text>
-          </view>
-          <view class="item">
-            <text class="title">联系方式</text>
-            <text class="val">{{ objs.lxfs || '' }}</text>
-          </view>
-          <view class="item">
-            <text class="title">发证时间</text>
-            <text class="val">{{ (objs.fzsj || '') | formatDate }}</text>
-          </view>
-          <view class="item">
-            <text class="title">到期时间</text>
-            <text class="val">{{ (objs.dqsj || '') | formatDate }}</text>
-          </view>
-        </view>
-        <view class="content" v-else>
-          <view class="item">
-            <text class="title">地块名称</text>
-            <text class="val">{{ objs.dkmc || '' }}</text>
-          </view>
-          <view class="item">
-            <text class="title">权利人名称</text>
-            <text class="val">{{ objs.tdqlr || '' }}</text>
-          </view>
-          <view class="item">
-            <text class="title">投资项目名称</text>
-            <text class="val">{{ objs.tzxmmc || '' }}</text>
+            <text class="title">地块编号</text>
+            <text class="val">{{ objs.dkbh || '' }}</text>
           </view>
           <view class="item">
             <text class="title">面积(亩)</text>
-            <text class="val">{{ ((objs.gdzmj || 0) * 15).toFixed(2)}}</text>
+            <text class="val">{{ objs.mj || ''}}</text>
           </view>
           <view class="item">
-            <text class="title">批准文号</text>
-            <text class="val">{{ objs.pzwh || ''}}</text>
+            <text class="title">地块位置</text>
+            <text class="val">{{ objs.dkwz || ''}}</text>
           </view>
           <view class="item">
-            <text class="title">电子监管号</text>
-            <text class="val">{{ objs.dzjgh || ''}}</text>
+            <text class="title">地块现状</text>
+            <text class="val">{{ objs.dkxz || ''}}</text>
           </view>
           <view class="item">
-            <text class="title">受让人地址</text>
-            <text class="val">{{ objs.ssrdz || '' }}</text>
+            <text class="title">管地单位</text>
+            <text class="val">{{ objs.gddw || '' }}</text>
           </view>
           <view class="item">
-            <text class="title">坐落</text>
-            <text class="val">{{ objs.tdzl || '' }}</text>
+            <text class="title">联系人</text>
+            <text class="val">{{ objs.lxr || '' }}</text>
           </view>
           <view class="item">
-            <text class="title">签订时间</text>
-            <text class="val">{{ (objs.qdrq || '') | formatDate }}</text>
+            <text class="title">联系电话</text>
+            <text class="val">{{ objs.lxdh || '' }}</text>
           </view>
-          <view class="item">
-            <text class="title">批准时间</text>
-            <text class="val">{{ (objs.pzrq || '') | formatDate }}</text>
+          <view class="item szfw">
+            <text class="title">四至范围</text>
+            <text class="val">
+              <text>{{ objs.szfw || '' }}</text>
+            </text>
           </view>
         </view>
       </view>
+      <view class="checkResultBox">
+	    <view class="titleBox">
+		  <text class="title">巡查记录</text>
+		  <button v-if="source == 'map'" class="btn" @click="toXcDetail">新增巡查</button>
+	    </view>
+        <view class="content">
+          <uni-collapse
+            accordion
+            v-model="accordionVal"
+            @change="collapseChange"
+          >
+            <uni-collapse-item
+              titleBorder="none"
+              v-for="(item, index) in collapseList"
+              :key="index"
+            >
+              <template v-slot:title>
+                <view class="cooapseHeader">巡查时间:{{ item.xcsj }}</view>
+              </template>
+              <view class="collapse-content">
+                <view class="li">
+                  <view class="x1">
+                    <text>巡查人员</text>
+                  </view>
+                  <view class="x2">
+                    <text>{{ item.xcryName }}</text>
+                  </view>
+                </view>
+                <view class="li">
+                  <view class="x1">
+                    <text>联系电话</text>
+                  </view>
+                  <view class="x2">
+                    <text>{{ item.xcryMobile }}</text>
+                  </view>
+                </view>
+                <view class="li xcms">
+                  <view class="x1">
+                    <text>现场描述</text>
+                  </view>
+                  <view class="x2">
+                    <text>{{ item.xzms }}</text>
+                  </view>
+                </view>
+                <view class="li xczp">
+                  <view class="x1">
+                    <text>现场照片</text>
+                  </view>
+                  <view class="x2">
+                    <image
+                      @click="previewImg(l.fileurl, index)"
+                      v-for="(l, i) in item.imgList"
+                      :key="i"
+                      :src="l.fileurl"
+                      alt=""
+                    >
+                    </image>
+                  </view>
+                </view>
+              </view>
+            </uni-collapse-item>
+          </uni-collapse>
+        </view>
+      </view>
     </view>
   </view>
 </template>
@@ -104,28 +128,15 @@ export default {
       accordionVal: '',
       warningId: '',
 	  source: '',
-	  mapType: 'bj-lsyd'
     };
   },
-  filters: {
-	  formatDate(dateStr){
-			if(!dateStr) return;
-			const date = new Date(dateStr);
-			const year = date.getFullYear();
-			const month = date.getMonth()+1;
-			const day = date.getDate();
-			const monthStr = month < 10 ? `0${month}` : month;
-			const dayStr = day < 10 ? `0${day}` : day;
-			return `${year}-${monthStr}-${dayStr}`;
-	  }
-  },
   onReady() {
     uni.showTabBar();
   },
   onLoad(option) {
     const objs = JSON.parse(option['obj']);
 	this.source = option['source'];
-	this.mapType = option['type']
+	console.log(this.source)
     this.objs = objs;
     this.initList();
   },

File diff suppressed because it is too large
+ 0 - 0
YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map


File diff suppressed because it is too large
+ 0 - 0
YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/common/runtime.js.map


File diff suppressed because it is too large
+ 0 - 0
YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map


File diff suppressed because it is too large
+ 0 - 0
YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/components/SlideCard/SlideCard.js.map


File diff suppressed because it is too large
+ 0 - 0
YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/components/navigationBar/navigationBar.js.map


File diff suppressed because it is too large
+ 0 - 0
YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/pages/login/index.js.map


File diff suppressed because it is too large
+ 0 - 0
YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/pages/main/index.js.map


File diff suppressed because it is too large
+ 0 - 0
YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/pages/nocheckDetail/index.js.map


File diff suppressed because it is too large
+ 0 - 0
YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/pages/received/index.js.map


File diff suppressed because it is too large
+ 0 - 0
YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/pages/receivedDetail/index.js.map


File diff suppressed because it is too large
+ 0 - 0
YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item.js.map


File diff suppressed because it is too large
+ 0 - 0
YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-collapse/components/uni-collapse/uni-collapse.js.map


File diff suppressed because it is too large
+ 0 - 0
YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker.js.map


File diff suppressed because it is too large
+ 0 - 0
YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-file-picker/components/uni-file-picker/upload-file.js.map


File diff suppressed because it is too large
+ 0 - 0
YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-file-picker/components/uni-file-picker/upload-image.js.map


File diff suppressed because it is too large
+ 0 - 0
YSGZYBZ_WXAPP/unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-icons/components/uni-icons/uni-icons.js.map


+ 1 - 0
YSGZYBZ_WXAPP/unpackage/dist/dev/mp-weixin/app.json

@@ -3,6 +3,7 @@
     "pages/login/index",
     "pages/main/index",
     "pages/receivedDetail/index",
+    "pages/receivedDetail2/index",
     "pages/nocheckDetail/index"
   ],
   "subPackages": [],

+ 2 - 2
YSGZYBZ_WXAPP/unpackage/dist/dev/mp-weixin/common/runtime.js

@@ -105,11 +105,11 @@
 /******/
 /******/
 /******/ 		// mini-css-extract-plugin CSS loading
-/******/ 		var cssChunks = {"pages/received/index":1,"components/navigationBar/navigationBar":1,"uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker":1,"components/SlideCard/SlideCard":1,"uni_modules/uni-file-picker/components/uni-file-picker/upload-file":1,"uni_modules/uni-file-picker/components/uni-file-picker/upload-image":1};
+/******/ 		var cssChunks = {"pages/received/index":1,"components/navigationBar/navigationBar":1,"uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item":1,"uni_modules/uni-collapse/components/uni-collapse/uni-collapse":1,"uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker":1,"components/SlideCard/SlideCard":1,"uni_modules/uni-icons/components/uni-icons/uni-icons":1,"uni_modules/uni-file-picker/components/uni-file-picker/upload-file":1,"uni_modules/uni-file-picker/components/uni-file-picker/upload-image":1};
 /******/ 		if(installedCssChunks[chunkId]) promises.push(installedCssChunks[chunkId]);
 /******/ 		else if(installedCssChunks[chunkId] !== 0 && cssChunks[chunkId]) {
 /******/ 			promises.push(installedCssChunks[chunkId] = new Promise(function(resolve, reject) {
-/******/ 				var href = "" + ({"pages/received/index":"pages/received/index","components/navigationBar/navigationBar":"components/navigationBar/navigationBar","uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker":"uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker","components/SlideCard/SlideCard":"components/SlideCard/SlideCard","pages/demo/index":"pages/demo/index","uni_modules/uni-file-picker/components/uni-file-picker/upload-file":"uni_modules/uni-file-picker/components/uni-file-picker/upload-file","uni_modules/uni-file-picker/components/uni-file-picker/upload-image":"uni_modules/uni-file-picker/components/uni-file-picker/upload-image"}[chunkId]||chunkId) + ".wxss";
+/******/ 				var href = "" + ({"pages/received/index":"pages/received/index","components/navigationBar/navigationBar":"components/navigationBar/navigationBar","uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item":"uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item","uni_modules/uni-collapse/components/uni-collapse/uni-collapse":"uni_modules/uni-collapse/components/uni-collapse/uni-collapse","uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker":"uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker","components/SlideCard/SlideCard":"components/SlideCard/SlideCard","pages/demo/index":"pages/demo/index","uni_modules/uni-icons/components/uni-icons/uni-icons":"uni_modules/uni-icons/components/uni-icons/uni-icons","uni_modules/uni-file-picker/components/uni-file-picker/upload-file":"uni_modules/uni-file-picker/components/uni-file-picker/upload-file","uni_modules/uni-file-picker/components/uni-file-picker/upload-image":"uni_modules/uni-file-picker/components/uni-file-picker/upload-image"}[chunkId]||chunkId) + ".wxss";
 /******/ 				var fullhref = __webpack_require__.p + href;
 /******/ 				var existingLinkTags = document.getElementsByTagName("link");
 /******/ 				for(var i = 0; i < existingLinkTags.length; i++) {

+ 1097 - 2
YSGZYBZ_WXAPP/unpackage/dist/dev/mp-weixin/common/vendor.js

@@ -9691,8 +9691,9 @@ var config = {
   // webViewUrl: "http://10.10.9.58:8083/#/",
 
   baseUrl: "https://zlzd.zrzyt.zj.gov.cn/app215/ybz-api/",
-  // webViewUrl: "https://zlzd.zrzyt.zj.gov.cn/app215/wxin-view/#/",
-  webViewUrl: "https://zlzd.zrzyt.zj.gov.cn/app215/wxin-view2/#/",
+  webViewUrl: "https://zlzd.zrzyt.zj.gov.cn/app215/wxin-view/#/",
+  webViewUrl1: "https://zlzd.zrzyt.zj.gov.cn/app215/wxin-view/#/",
+  webViewUrl2: "https://zlzd.zrzyt.zj.gov.cn/app215/wxin-view2/#/",
   bjdkgl: 'https://zlzd.zrzyt.zj.gov.cn/geoserver/sde'
 };
 var _default = config;
@@ -17851,6 +17852,12 @@ var _default = {
       "navigationBarTitleText": "地块管护",
       "navigationStyle": "custom"
     }
+  }, {
+    "path": "pages/receivedDetail2/index",
+    "style": {
+      "navigationBarTitleText": "要素一本账",
+      "navigationStyle": "custom"
+    }
   }, {
     "path": "pages/nocheckDetail/index",
     "style": {
@@ -18274,6 +18281,1094 @@ var get_file_data = /*#__PURE__*/function () {
 exports.get_file_data = get_file_data;
 /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
 
+/***/ }),
+/* 103 */,
+/* 104 */,
+/* 105 */,
+/* 106 */,
+/* 107 */,
+/* 108 */,
+/* 109 */,
+/* 110 */,
+/* 111 */,
+/* 112 */,
+/* 113 */,
+/* 114 */,
+/* 115 */,
+/* 116 */,
+/* 117 */,
+/* 118 */,
+/* 119 */,
+/* 120 */,
+/* 121 */,
+/* 122 */,
+/* 123 */,
+/* 124 */,
+/* 125 */,
+/* 126 */,
+/* 127 */,
+/* 128 */,
+/* 129 */,
+/* 130 */,
+/* 131 */,
+/* 132 */,
+/* 133 */,
+/* 134 */,
+/* 135 */,
+/* 136 */,
+/* 137 */,
+/* 138 */,
+/* 139 */,
+/* 140 */,
+/* 141 */,
+/* 142 */,
+/* 143 */,
+/* 144 */,
+/* 145 */,
+/* 146 */,
+/* 147 */,
+/* 148 */,
+/* 149 */,
+/* 150 */,
+/* 151 */,
+/* 152 */,
+/* 153 */,
+/* 154 */,
+/* 155 */,
+/* 156 */,
+/* 157 */,
+/* 158 */,
+/* 159 */,
+/* 160 */,
+/* 161 */,
+/* 162 */,
+/* 163 */,
+/* 164 */,
+/* 165 */,
+/* 166 */,
+/* 167 */,
+/* 168 */,
+/* 169 */,
+/* 170 */
+/*!************************************************************************************************!*\
+  !*** E:/WorkProject/BJYSYBZ/YSGZYBZ_WXAPP/uni_modules/uni-icons/components/uni-icons/icons.js ***!
+  \************************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+
+"use strict";
+
+
+Object.defineProperty(exports, "__esModule", {
+  value: true
+});
+exports.default = void 0;
+var _default = {
+  "id": "2852637",
+  "name": "uniui图标库",
+  "font_family": "uniicons",
+  "css_prefix_text": "uniui-",
+  "description": "",
+  "glyphs": [{
+    "icon_id": "25027049",
+    "name": "yanse",
+    "font_class": "color",
+    "unicode": "e6cf",
+    "unicode_decimal": 59087
+  }, {
+    "icon_id": "25027048",
+    "name": "wallet",
+    "font_class": "wallet",
+    "unicode": "e6b1",
+    "unicode_decimal": 59057
+  }, {
+    "icon_id": "25015720",
+    "name": "settings-filled",
+    "font_class": "settings-filled",
+    "unicode": "e6ce",
+    "unicode_decimal": 59086
+  }, {
+    "icon_id": "25015434",
+    "name": "shimingrenzheng-filled",
+    "font_class": "auth-filled",
+    "unicode": "e6cc",
+    "unicode_decimal": 59084
+  }, {
+    "icon_id": "24934246",
+    "name": "shop-filled",
+    "font_class": "shop-filled",
+    "unicode": "e6cd",
+    "unicode_decimal": 59085
+  }, {
+    "icon_id": "24934159",
+    "name": "staff-filled-01",
+    "font_class": "staff-filled",
+    "unicode": "e6cb",
+    "unicode_decimal": 59083
+  }, {
+    "icon_id": "24932461",
+    "name": "VIP-filled",
+    "font_class": "vip-filled",
+    "unicode": "e6c6",
+    "unicode_decimal": 59078
+  }, {
+    "icon_id": "24932462",
+    "name": "plus_circle_fill",
+    "font_class": "plus-filled",
+    "unicode": "e6c7",
+    "unicode_decimal": 59079
+  }, {
+    "icon_id": "24932463",
+    "name": "folder_add-filled",
+    "font_class": "folder-add-filled",
+    "unicode": "e6c8",
+    "unicode_decimal": 59080
+  }, {
+    "icon_id": "24932464",
+    "name": "yanse-filled",
+    "font_class": "color-filled",
+    "unicode": "e6c9",
+    "unicode_decimal": 59081
+  }, {
+    "icon_id": "24932465",
+    "name": "tune-filled",
+    "font_class": "tune-filled",
+    "unicode": "e6ca",
+    "unicode_decimal": 59082
+  }, {
+    "icon_id": "24932455",
+    "name": "a-rilidaka-filled",
+    "font_class": "calendar-filled",
+    "unicode": "e6c0",
+    "unicode_decimal": 59072
+  }, {
+    "icon_id": "24932456",
+    "name": "notification-filled",
+    "font_class": "notification-filled",
+    "unicode": "e6c1",
+    "unicode_decimal": 59073
+  }, {
+    "icon_id": "24932457",
+    "name": "wallet-filled",
+    "font_class": "wallet-filled",
+    "unicode": "e6c2",
+    "unicode_decimal": 59074
+  }, {
+    "icon_id": "24932458",
+    "name": "paihangbang-filled",
+    "font_class": "medal-filled",
+    "unicode": "e6c3",
+    "unicode_decimal": 59075
+  }, {
+    "icon_id": "24932459",
+    "name": "gift-filled",
+    "font_class": "gift-filled",
+    "unicode": "e6c4",
+    "unicode_decimal": 59076
+  }, {
+    "icon_id": "24932460",
+    "name": "fire-filled",
+    "font_class": "fire-filled",
+    "unicode": "e6c5",
+    "unicode_decimal": 59077
+  }, {
+    "icon_id": "24928001",
+    "name": "refreshempty",
+    "font_class": "refreshempty",
+    "unicode": "e6bf",
+    "unicode_decimal": 59071
+  }, {
+    "icon_id": "24926853",
+    "name": "location-ellipse",
+    "font_class": "location-filled",
+    "unicode": "e6af",
+    "unicode_decimal": 59055
+  }, {
+    "icon_id": "24926735",
+    "name": "person-filled",
+    "font_class": "person-filled",
+    "unicode": "e69d",
+    "unicode_decimal": 59037
+  }, {
+    "icon_id": "24926703",
+    "name": "personadd-filled",
+    "font_class": "personadd-filled",
+    "unicode": "e698",
+    "unicode_decimal": 59032
+  }, {
+    "icon_id": "24923351",
+    "name": "back",
+    "font_class": "back",
+    "unicode": "e6b9",
+    "unicode_decimal": 59065
+  }, {
+    "icon_id": "24923352",
+    "name": "forward",
+    "font_class": "forward",
+    "unicode": "e6ba",
+    "unicode_decimal": 59066
+  }, {
+    "icon_id": "24923353",
+    "name": "arrowthinright",
+    "font_class": "arrow-right",
+    "unicode": "e6bb",
+    "unicode_decimal": 59067
+  }, {
+    "icon_id": "24923353",
+    "name": "arrowthinright",
+    "font_class": "arrowthinright",
+    "unicode": "e6bb",
+    "unicode_decimal": 59067
+  }, {
+    "icon_id": "24923354",
+    "name": "arrowthinleft",
+    "font_class": "arrow-left",
+    "unicode": "e6bc",
+    "unicode_decimal": 59068
+  }, {
+    "icon_id": "24923354",
+    "name": "arrowthinleft",
+    "font_class": "arrowthinleft",
+    "unicode": "e6bc",
+    "unicode_decimal": 59068
+  }, {
+    "icon_id": "24923355",
+    "name": "arrowthinup",
+    "font_class": "arrow-up",
+    "unicode": "e6bd",
+    "unicode_decimal": 59069
+  }, {
+    "icon_id": "24923355",
+    "name": "arrowthinup",
+    "font_class": "arrowthinup",
+    "unicode": "e6bd",
+    "unicode_decimal": 59069
+  }, {
+    "icon_id": "24923356",
+    "name": "arrowthindown",
+    "font_class": "arrow-down",
+    "unicode": "e6be",
+    "unicode_decimal": 59070
+  }, {
+    "icon_id": "24923356",
+    "name": "arrowthindown",
+    "font_class": "arrowthindown",
+    "unicode": "e6be",
+    "unicode_decimal": 59070
+  }, {
+    "icon_id": "24923349",
+    "name": "arrowdown",
+    "font_class": "bottom",
+    "unicode": "e6b8",
+    "unicode_decimal": 59064
+  }, {
+    "icon_id": "24923349",
+    "name": "arrowdown",
+    "font_class": "arrowdown",
+    "unicode": "e6b8",
+    "unicode_decimal": 59064
+  }, {
+    "icon_id": "24923346",
+    "name": "arrowright",
+    "font_class": "right",
+    "unicode": "e6b5",
+    "unicode_decimal": 59061
+  }, {
+    "icon_id": "24923346",
+    "name": "arrowright",
+    "font_class": "arrowright",
+    "unicode": "e6b5",
+    "unicode_decimal": 59061
+  }, {
+    "icon_id": "24923347",
+    "name": "arrowup",
+    "font_class": "top",
+    "unicode": "e6b6",
+    "unicode_decimal": 59062
+  }, {
+    "icon_id": "24923347",
+    "name": "arrowup",
+    "font_class": "arrowup",
+    "unicode": "e6b6",
+    "unicode_decimal": 59062
+  }, {
+    "icon_id": "24923348",
+    "name": "arrowleft",
+    "font_class": "left",
+    "unicode": "e6b7",
+    "unicode_decimal": 59063
+  }, {
+    "icon_id": "24923348",
+    "name": "arrowleft",
+    "font_class": "arrowleft",
+    "unicode": "e6b7",
+    "unicode_decimal": 59063
+  }, {
+    "icon_id": "24923334",
+    "name": "eye",
+    "font_class": "eye",
+    "unicode": "e651",
+    "unicode_decimal": 58961
+  }, {
+    "icon_id": "24923335",
+    "name": "eye-filled",
+    "font_class": "eye-filled",
+    "unicode": "e66a",
+    "unicode_decimal": 58986
+  }, {
+    "icon_id": "24923336",
+    "name": "eye-slash",
+    "font_class": "eye-slash",
+    "unicode": "e6b3",
+    "unicode_decimal": 59059
+  }, {
+    "icon_id": "24923337",
+    "name": "eye-slash-filled",
+    "font_class": "eye-slash-filled",
+    "unicode": "e6b4",
+    "unicode_decimal": 59060
+  }, {
+    "icon_id": "24923305",
+    "name": "info-filled",
+    "font_class": "info-filled",
+    "unicode": "e649",
+    "unicode_decimal": 58953
+  }, {
+    "icon_id": "24923299",
+    "name": "reload-01",
+    "font_class": "reload",
+    "unicode": "e6b2",
+    "unicode_decimal": 59058
+  }, {
+    "icon_id": "24923195",
+    "name": "mic_slash_fill",
+    "font_class": "micoff-filled",
+    "unicode": "e6b0",
+    "unicode_decimal": 59056
+  }, {
+    "icon_id": "24923165",
+    "name": "map-pin-ellipse",
+    "font_class": "map-pin-ellipse",
+    "unicode": "e6ac",
+    "unicode_decimal": 59052
+  }, {
+    "icon_id": "24923166",
+    "name": "map-pin",
+    "font_class": "map-pin",
+    "unicode": "e6ad",
+    "unicode_decimal": 59053
+  }, {
+    "icon_id": "24923167",
+    "name": "location",
+    "font_class": "location",
+    "unicode": "e6ae",
+    "unicode_decimal": 59054
+  }, {
+    "icon_id": "24923064",
+    "name": "starhalf",
+    "font_class": "starhalf",
+    "unicode": "e683",
+    "unicode_decimal": 59011
+  }, {
+    "icon_id": "24923065",
+    "name": "star",
+    "font_class": "star",
+    "unicode": "e688",
+    "unicode_decimal": 59016
+  }, {
+    "icon_id": "24923066",
+    "name": "star-filled",
+    "font_class": "star-filled",
+    "unicode": "e68f",
+    "unicode_decimal": 59023
+  }, {
+    "icon_id": "24899646",
+    "name": "a-rilidaka",
+    "font_class": "calendar",
+    "unicode": "e6a0",
+    "unicode_decimal": 59040
+  }, {
+    "icon_id": "24899647",
+    "name": "fire",
+    "font_class": "fire",
+    "unicode": "e6a1",
+    "unicode_decimal": 59041
+  }, {
+    "icon_id": "24899648",
+    "name": "paihangbang",
+    "font_class": "medal",
+    "unicode": "e6a2",
+    "unicode_decimal": 59042
+  }, {
+    "icon_id": "24899649",
+    "name": "font",
+    "font_class": "font",
+    "unicode": "e6a3",
+    "unicode_decimal": 59043
+  }, {
+    "icon_id": "24899650",
+    "name": "gift",
+    "font_class": "gift",
+    "unicode": "e6a4",
+    "unicode_decimal": 59044
+  }, {
+    "icon_id": "24899651",
+    "name": "link",
+    "font_class": "link",
+    "unicode": "e6a5",
+    "unicode_decimal": 59045
+  }, {
+    "icon_id": "24899652",
+    "name": "notification",
+    "font_class": "notification",
+    "unicode": "e6a6",
+    "unicode_decimal": 59046
+  }, {
+    "icon_id": "24899653",
+    "name": "staff",
+    "font_class": "staff",
+    "unicode": "e6a7",
+    "unicode_decimal": 59047
+  }, {
+    "icon_id": "24899654",
+    "name": "VIP",
+    "font_class": "vip",
+    "unicode": "e6a8",
+    "unicode_decimal": 59048
+  }, {
+    "icon_id": "24899655",
+    "name": "folder_add",
+    "font_class": "folder-add",
+    "unicode": "e6a9",
+    "unicode_decimal": 59049
+  }, {
+    "icon_id": "24899656",
+    "name": "tune",
+    "font_class": "tune",
+    "unicode": "e6aa",
+    "unicode_decimal": 59050
+  }, {
+    "icon_id": "24899657",
+    "name": "shimingrenzheng",
+    "font_class": "auth",
+    "unicode": "e6ab",
+    "unicode_decimal": 59051
+  }, {
+    "icon_id": "24899565",
+    "name": "person",
+    "font_class": "person",
+    "unicode": "e699",
+    "unicode_decimal": 59033
+  }, {
+    "icon_id": "24899566",
+    "name": "email-filled",
+    "font_class": "email-filled",
+    "unicode": "e69a",
+    "unicode_decimal": 59034
+  }, {
+    "icon_id": "24899567",
+    "name": "phone-filled",
+    "font_class": "phone-filled",
+    "unicode": "e69b",
+    "unicode_decimal": 59035
+  }, {
+    "icon_id": "24899568",
+    "name": "phone",
+    "font_class": "phone",
+    "unicode": "e69c",
+    "unicode_decimal": 59036
+  }, {
+    "icon_id": "24899570",
+    "name": "email",
+    "font_class": "email",
+    "unicode": "e69e",
+    "unicode_decimal": 59038
+  }, {
+    "icon_id": "24899571",
+    "name": "personadd",
+    "font_class": "personadd",
+    "unicode": "e69f",
+    "unicode_decimal": 59039
+  }, {
+    "icon_id": "24899558",
+    "name": "chatboxes-filled",
+    "font_class": "chatboxes-filled",
+    "unicode": "e692",
+    "unicode_decimal": 59026
+  }, {
+    "icon_id": "24899559",
+    "name": "contact",
+    "font_class": "contact",
+    "unicode": "e693",
+    "unicode_decimal": 59027
+  }, {
+    "icon_id": "24899560",
+    "name": "chatbubble-filled",
+    "font_class": "chatbubble-filled",
+    "unicode": "e694",
+    "unicode_decimal": 59028
+  }, {
+    "icon_id": "24899561",
+    "name": "contact-filled",
+    "font_class": "contact-filled",
+    "unicode": "e695",
+    "unicode_decimal": 59029
+  }, {
+    "icon_id": "24899562",
+    "name": "chatboxes",
+    "font_class": "chatboxes",
+    "unicode": "e696",
+    "unicode_decimal": 59030
+  }, {
+    "icon_id": "24899563",
+    "name": "chatbubble",
+    "font_class": "chatbubble",
+    "unicode": "e697",
+    "unicode_decimal": 59031
+  }, {
+    "icon_id": "24881290",
+    "name": "upload-filled",
+    "font_class": "upload-filled",
+    "unicode": "e68e",
+    "unicode_decimal": 59022
+  }, {
+    "icon_id": "24881292",
+    "name": "upload",
+    "font_class": "upload",
+    "unicode": "e690",
+    "unicode_decimal": 59024
+  }, {
+    "icon_id": "24881293",
+    "name": "weixin",
+    "font_class": "weixin",
+    "unicode": "e691",
+    "unicode_decimal": 59025
+  }, {
+    "icon_id": "24881274",
+    "name": "compose",
+    "font_class": "compose",
+    "unicode": "e67f",
+    "unicode_decimal": 59007
+  }, {
+    "icon_id": "24881275",
+    "name": "qq",
+    "font_class": "qq",
+    "unicode": "e680",
+    "unicode_decimal": 59008
+  }, {
+    "icon_id": "24881276",
+    "name": "download-filled",
+    "font_class": "download-filled",
+    "unicode": "e681",
+    "unicode_decimal": 59009
+  }, {
+    "icon_id": "24881277",
+    "name": "pengyouquan",
+    "font_class": "pyq",
+    "unicode": "e682",
+    "unicode_decimal": 59010
+  }, {
+    "icon_id": "24881279",
+    "name": "sound",
+    "font_class": "sound",
+    "unicode": "e684",
+    "unicode_decimal": 59012
+  }, {
+    "icon_id": "24881280",
+    "name": "trash-filled",
+    "font_class": "trash-filled",
+    "unicode": "e685",
+    "unicode_decimal": 59013
+  }, {
+    "icon_id": "24881281",
+    "name": "sound-filled",
+    "font_class": "sound-filled",
+    "unicode": "e686",
+    "unicode_decimal": 59014
+  }, {
+    "icon_id": "24881282",
+    "name": "trash",
+    "font_class": "trash",
+    "unicode": "e687",
+    "unicode_decimal": 59015
+  }, {
+    "icon_id": "24881284",
+    "name": "videocam-filled",
+    "font_class": "videocam-filled",
+    "unicode": "e689",
+    "unicode_decimal": 59017
+  }, {
+    "icon_id": "24881285",
+    "name": "spinner-cycle",
+    "font_class": "spinner-cycle",
+    "unicode": "e68a",
+    "unicode_decimal": 59018
+  }, {
+    "icon_id": "24881286",
+    "name": "weibo",
+    "font_class": "weibo",
+    "unicode": "e68b",
+    "unicode_decimal": 59019
+  }, {
+    "icon_id": "24881288",
+    "name": "videocam",
+    "font_class": "videocam",
+    "unicode": "e68c",
+    "unicode_decimal": 59020
+  }, {
+    "icon_id": "24881289",
+    "name": "download",
+    "font_class": "download",
+    "unicode": "e68d",
+    "unicode_decimal": 59021
+  }, {
+    "icon_id": "24879601",
+    "name": "help",
+    "font_class": "help",
+    "unicode": "e679",
+    "unicode_decimal": 59001
+  }, {
+    "icon_id": "24879602",
+    "name": "navigate-filled",
+    "font_class": "navigate-filled",
+    "unicode": "e67a",
+    "unicode_decimal": 59002
+  }, {
+    "icon_id": "24879603",
+    "name": "plusempty",
+    "font_class": "plusempty",
+    "unicode": "e67b",
+    "unicode_decimal": 59003
+  }, {
+    "icon_id": "24879604",
+    "name": "smallcircle",
+    "font_class": "smallcircle",
+    "unicode": "e67c",
+    "unicode_decimal": 59004
+  }, {
+    "icon_id": "24879605",
+    "name": "minus-filled",
+    "font_class": "minus-filled",
+    "unicode": "e67d",
+    "unicode_decimal": 59005
+  }, {
+    "icon_id": "24879606",
+    "name": "micoff",
+    "font_class": "micoff",
+    "unicode": "e67e",
+    "unicode_decimal": 59006
+  }, {
+    "icon_id": "24879588",
+    "name": "closeempty",
+    "font_class": "closeempty",
+    "unicode": "e66c",
+    "unicode_decimal": 58988
+  }, {
+    "icon_id": "24879589",
+    "name": "clear",
+    "font_class": "clear",
+    "unicode": "e66d",
+    "unicode_decimal": 58989
+  }, {
+    "icon_id": "24879590",
+    "name": "navigate",
+    "font_class": "navigate",
+    "unicode": "e66e",
+    "unicode_decimal": 58990
+  }, {
+    "icon_id": "24879591",
+    "name": "minus",
+    "font_class": "minus",
+    "unicode": "e66f",
+    "unicode_decimal": 58991
+  }, {
+    "icon_id": "24879592",
+    "name": "image",
+    "font_class": "image",
+    "unicode": "e670",
+    "unicode_decimal": 58992
+  }, {
+    "icon_id": "24879593",
+    "name": "mic",
+    "font_class": "mic",
+    "unicode": "e671",
+    "unicode_decimal": 58993
+  }, {
+    "icon_id": "24879594",
+    "name": "paperplane",
+    "font_class": "paperplane",
+    "unicode": "e672",
+    "unicode_decimal": 58994
+  }, {
+    "icon_id": "24879595",
+    "name": "close",
+    "font_class": "close",
+    "unicode": "e673",
+    "unicode_decimal": 58995
+  }, {
+    "icon_id": "24879596",
+    "name": "help-filled",
+    "font_class": "help-filled",
+    "unicode": "e674",
+    "unicode_decimal": 58996
+  }, {
+    "icon_id": "24879597",
+    "name": "plus-filled",
+    "font_class": "paperplane-filled",
+    "unicode": "e675",
+    "unicode_decimal": 58997
+  }, {
+    "icon_id": "24879598",
+    "name": "plus",
+    "font_class": "plus",
+    "unicode": "e676",
+    "unicode_decimal": 58998
+  }, {
+    "icon_id": "24879599",
+    "name": "mic-filled",
+    "font_class": "mic-filled",
+    "unicode": "e677",
+    "unicode_decimal": 58999
+  }, {
+    "icon_id": "24879600",
+    "name": "image-filled",
+    "font_class": "image-filled",
+    "unicode": "e678",
+    "unicode_decimal": 59000
+  }, {
+    "icon_id": "24855900",
+    "name": "locked-filled",
+    "font_class": "locked-filled",
+    "unicode": "e668",
+    "unicode_decimal": 58984
+  }, {
+    "icon_id": "24855901",
+    "name": "info",
+    "font_class": "info",
+    "unicode": "e669",
+    "unicode_decimal": 58985
+  }, {
+    "icon_id": "24855903",
+    "name": "locked",
+    "font_class": "locked",
+    "unicode": "e66b",
+    "unicode_decimal": 58987
+  }, {
+    "icon_id": "24855884",
+    "name": "camera-filled",
+    "font_class": "camera-filled",
+    "unicode": "e658",
+    "unicode_decimal": 58968
+  }, {
+    "icon_id": "24855885",
+    "name": "chat-filled",
+    "font_class": "chat-filled",
+    "unicode": "e659",
+    "unicode_decimal": 58969
+  }, {
+    "icon_id": "24855886",
+    "name": "camera",
+    "font_class": "camera",
+    "unicode": "e65a",
+    "unicode_decimal": 58970
+  }, {
+    "icon_id": "24855887",
+    "name": "circle",
+    "font_class": "circle",
+    "unicode": "e65b",
+    "unicode_decimal": 58971
+  }, {
+    "icon_id": "24855888",
+    "name": "checkmarkempty",
+    "font_class": "checkmarkempty",
+    "unicode": "e65c",
+    "unicode_decimal": 58972
+  }, {
+    "icon_id": "24855889",
+    "name": "chat",
+    "font_class": "chat",
+    "unicode": "e65d",
+    "unicode_decimal": 58973
+  }, {
+    "icon_id": "24855890",
+    "name": "circle-filled",
+    "font_class": "circle-filled",
+    "unicode": "e65e",
+    "unicode_decimal": 58974
+  }, {
+    "icon_id": "24855891",
+    "name": "flag",
+    "font_class": "flag",
+    "unicode": "e65f",
+    "unicode_decimal": 58975
+  }, {
+    "icon_id": "24855892",
+    "name": "flag-filled",
+    "font_class": "flag-filled",
+    "unicode": "e660",
+    "unicode_decimal": 58976
+  }, {
+    "icon_id": "24855893",
+    "name": "gear-filled",
+    "font_class": "gear-filled",
+    "unicode": "e661",
+    "unicode_decimal": 58977
+  }, {
+    "icon_id": "24855894",
+    "name": "home",
+    "font_class": "home",
+    "unicode": "e662",
+    "unicode_decimal": 58978
+  }, {
+    "icon_id": "24855895",
+    "name": "home-filled",
+    "font_class": "home-filled",
+    "unicode": "e663",
+    "unicode_decimal": 58979
+  }, {
+    "icon_id": "24855896",
+    "name": "gear",
+    "font_class": "gear",
+    "unicode": "e664",
+    "unicode_decimal": 58980
+  }, {
+    "icon_id": "24855897",
+    "name": "smallcircle-filled",
+    "font_class": "smallcircle-filled",
+    "unicode": "e665",
+    "unicode_decimal": 58981
+  }, {
+    "icon_id": "24855898",
+    "name": "map-filled",
+    "font_class": "map-filled",
+    "unicode": "e666",
+    "unicode_decimal": 58982
+  }, {
+    "icon_id": "24855899",
+    "name": "map",
+    "font_class": "map",
+    "unicode": "e667",
+    "unicode_decimal": 58983
+  }, {
+    "icon_id": "24855825",
+    "name": "refresh-filled",
+    "font_class": "refresh-filled",
+    "unicode": "e656",
+    "unicode_decimal": 58966
+  }, {
+    "icon_id": "24855826",
+    "name": "refresh",
+    "font_class": "refresh",
+    "unicode": "e657",
+    "unicode_decimal": 58967
+  }, {
+    "icon_id": "24855808",
+    "name": "cloud-upload",
+    "font_class": "cloud-upload",
+    "unicode": "e645",
+    "unicode_decimal": 58949
+  }, {
+    "icon_id": "24855809",
+    "name": "cloud-download-filled",
+    "font_class": "cloud-download-filled",
+    "unicode": "e646",
+    "unicode_decimal": 58950
+  }, {
+    "icon_id": "24855810",
+    "name": "cloud-download",
+    "font_class": "cloud-download",
+    "unicode": "e647",
+    "unicode_decimal": 58951
+  }, {
+    "icon_id": "24855811",
+    "name": "cloud-upload-filled",
+    "font_class": "cloud-upload-filled",
+    "unicode": "e648",
+    "unicode_decimal": 58952
+  }, {
+    "icon_id": "24855813",
+    "name": "redo",
+    "font_class": "redo",
+    "unicode": "e64a",
+    "unicode_decimal": 58954
+  }, {
+    "icon_id": "24855814",
+    "name": "images-filled",
+    "font_class": "images-filled",
+    "unicode": "e64b",
+    "unicode_decimal": 58955
+  }, {
+    "icon_id": "24855815",
+    "name": "undo-filled",
+    "font_class": "undo-filled",
+    "unicode": "e64c",
+    "unicode_decimal": 58956
+  }, {
+    "icon_id": "24855816",
+    "name": "more",
+    "font_class": "more",
+    "unicode": "e64d",
+    "unicode_decimal": 58957
+  }, {
+    "icon_id": "24855817",
+    "name": "more-filled",
+    "font_class": "more-filled",
+    "unicode": "e64e",
+    "unicode_decimal": 58958
+  }, {
+    "icon_id": "24855818",
+    "name": "undo",
+    "font_class": "undo",
+    "unicode": "e64f",
+    "unicode_decimal": 58959
+  }, {
+    "icon_id": "24855819",
+    "name": "images",
+    "font_class": "images",
+    "unicode": "e650",
+    "unicode_decimal": 58960
+  }, {
+    "icon_id": "24855821",
+    "name": "paperclip",
+    "font_class": "paperclip",
+    "unicode": "e652",
+    "unicode_decimal": 58962
+  }, {
+    "icon_id": "24855822",
+    "name": "settings",
+    "font_class": "settings",
+    "unicode": "e653",
+    "unicode_decimal": 58963
+  }, {
+    "icon_id": "24855823",
+    "name": "search",
+    "font_class": "search",
+    "unicode": "e654",
+    "unicode_decimal": 58964
+  }, {
+    "icon_id": "24855824",
+    "name": "redo-filled",
+    "font_class": "redo-filled",
+    "unicode": "e655",
+    "unicode_decimal": 58965
+  }, {
+    "icon_id": "24841702",
+    "name": "list",
+    "font_class": "list",
+    "unicode": "e644",
+    "unicode_decimal": 58948
+  }, {
+    "icon_id": "24841489",
+    "name": "mail-open-filled",
+    "font_class": "mail-open-filled",
+    "unicode": "e63a",
+    "unicode_decimal": 58938
+  }, {
+    "icon_id": "24841491",
+    "name": "hand-thumbsdown-filled",
+    "font_class": "hand-down-filled",
+    "unicode": "e63c",
+    "unicode_decimal": 58940
+  }, {
+    "icon_id": "24841492",
+    "name": "hand-thumbsdown",
+    "font_class": "hand-down",
+    "unicode": "e63d",
+    "unicode_decimal": 58941
+  }, {
+    "icon_id": "24841493",
+    "name": "hand-thumbsup-filled",
+    "font_class": "hand-up-filled",
+    "unicode": "e63e",
+    "unicode_decimal": 58942
+  }, {
+    "icon_id": "24841494",
+    "name": "hand-thumbsup",
+    "font_class": "hand-up",
+    "unicode": "e63f",
+    "unicode_decimal": 58943
+  }, {
+    "icon_id": "24841496",
+    "name": "heart-filled",
+    "font_class": "heart-filled",
+    "unicode": "e641",
+    "unicode_decimal": 58945
+  }, {
+    "icon_id": "24841498",
+    "name": "mail-open",
+    "font_class": "mail-open",
+    "unicode": "e643",
+    "unicode_decimal": 58947
+  }, {
+    "icon_id": "24841488",
+    "name": "heart",
+    "font_class": "heart",
+    "unicode": "e639",
+    "unicode_decimal": 58937
+  }, {
+    "icon_id": "24839963",
+    "name": "loop",
+    "font_class": "loop",
+    "unicode": "e633",
+    "unicode_decimal": 58931
+  }, {
+    "icon_id": "24839866",
+    "name": "pulldown",
+    "font_class": "pulldown",
+    "unicode": "e632",
+    "unicode_decimal": 58930
+  }, {
+    "icon_id": "24813798",
+    "name": "scan",
+    "font_class": "scan",
+    "unicode": "e62a",
+    "unicode_decimal": 58922
+  }, {
+    "icon_id": "24813786",
+    "name": "bars",
+    "font_class": "bars",
+    "unicode": "e627",
+    "unicode_decimal": 58919
+  }, {
+    "icon_id": "24813788",
+    "name": "cart-filled",
+    "font_class": "cart-filled",
+    "unicode": "e629",
+    "unicode_decimal": 58921
+  }, {
+    "icon_id": "24813790",
+    "name": "checkbox",
+    "font_class": "checkbox",
+    "unicode": "e62b",
+    "unicode_decimal": 58923
+  }, {
+    "icon_id": "24813791",
+    "name": "checkbox-filled",
+    "font_class": "checkbox-filled",
+    "unicode": "e62c",
+    "unicode_decimal": 58924
+  }, {
+    "icon_id": "24813794",
+    "name": "shop",
+    "font_class": "shop",
+    "unicode": "e62f",
+    "unicode_decimal": 58927
+  }, {
+    "icon_id": "24813795",
+    "name": "headphones",
+    "font_class": "headphones",
+    "unicode": "e630",
+    "unicode_decimal": 58928
+  }, {
+    "icon_id": "24813796",
+    "name": "cart",
+    "font_class": "cart",
+    "unicode": "e631",
+    "unicode_decimal": 58929
+  }]
+};
+exports.default = _default;
+
 /***/ })
 ]]);
 //# sourceMappingURL=../../.sourcemap/mp-weixin/common/vendor.js.map

+ 0 - 1
YSGZYBZ_WXAPP/unpackage/dist/dev/mp-weixin/components/navigationBar/navigationBar.js

@@ -128,7 +128,6 @@ exports.default = void 0;
 //
 //
 //
-//
 var _default = {
   name: "navigationBar",
   props: {

+ 1 - 1
YSGZYBZ_WXAPP/unpackage/dist/dev/mp-weixin/components/navigationBar/navigationBar.wxml

@@ -1 +1 @@
-<view class="navigationBarBox"><view class="navigationBar"><block wx:if="{{isBack}}"><image src="../../static/images/back_icon.png" data-event-opts="{{[['tap',[['tapHandle',['$event']]]]]}}" bindtap="__e"></image></block><text>地块管护</text></view></view>
+<view class="navigationBarBox"><view class="navigationBar"><block wx:if="{{isBack}}"><image src="../../static/images/back_icon.png" data-event-opts="{{[['tap',[['tapHandle',['$event']]]]]}}" bindtap="__e"></image></block></view></view>

+ 1 - 1
YSGZYBZ_WXAPP/unpackage/dist/dev/mp-weixin/pages/received/index.wxml

@@ -1 +1 @@
-<view class="receivedBox"><view class="container"><web-map vue-id="b4847a6e-1" bind:__l="__l"></web-map><slide-card vue-id="b4847a6e-2" bind:__l="__l" vue-slots="{{['default']}}"><view class="titleBox"><view class="search"><input class="input" placeholder-class="address" type="text" placeholder="请输入地块编号" data-event-opts="{{[['input',[['__set_model',['','dkbhModel','$event',[]]]]]]}}" value="{{dkbhModel}}" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['queryClick']]]]}}" class="searchBtn" bindtap="__e"><image class="icon" src="../../static/images/search.png"></image></view></view><scroll-view class="scroll-view_H" scroll-y="true" lower-threshold="50"><block wx:for="{{listData}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['cardBoxClick',['$0',index],[[['listData','',index]]]]]]]}}" class="cardBox" bindtap="__e"><view class="cardBoxTitle"><view class="titleOne"><view class="x1">{{index+1}}</view><view class="x2">{{item.dkbh}}</view></view><view class="citys"><image class="icon" src="../../static/images/citys.png"></image><view class="x1">{{item.dkwz}}</view></view></view><view class="cardBoxContent _div"><view class="x1">{{'管地单位:'+item.gddw+''}}</view><view class="x1">{{'地块面积:'+item.mj+' 亩'}}</view><view class="x1">{{'上次巡查时间:'+item.xcsj+''}}</view></view><view class="cardBoxBtns _div"><view data-event-opts="{{[['tap',[['toDetailHandle',['$0'],[[['listData','',index]]]]]]]}}" class="btn btn1" catchtap="__e"><image class="icon" src="../../static/images/xcxq.png"></image><view class="x1">详情</view></view><view data-event-opts="{{[['tap',[['toDetailHandle1',['$0'],[[['listData','',index]]]]]]]}}" class="btn btn2" catchtap="__e"><image class="icon" src="../../static/images/xuncha.png"></image><view class="x1">巡查</view></view></view></view></block></scroll-view></slide-card></view></view>
+<view class="receivedBox"><view class="container"><web-map vue-id="b4847a6e-1" bind:__l="__l"></web-map><slide-card vue-id="b4847a6e-2" bind:__l="__l" vue-slots="{{['default']}}"><view class="titleBox"><view class="search"><input class="input" placeholder-class="address" type="text" placeholder=" " data-event-opts="{{[['input',[['__set_model',['','dkbhModel','$event',[]]]]]]}}" value="{{dkbhModel}}" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['queryClick']]]]}}" class="searchBtn" bindtap="__e"><image class="icon" src="../../static/images/search.png"></image></view></view><scroll-view class="scroll-view_H" scroll-y="true" lower-threshold="50"><block wx:for="{{listData}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['cardBoxClick',['$0',index],[[['listData','',index]]]]]]]}}" class="cardBox" bindtap="__e"><view class="cardBoxTitle"><view class="titleOne"><view class="x1">{{index+1}}</view><view class="x2">{{item.dkbh}}</view></view><view class="citys"><image class="icon" src="../../static/images/citys.png"></image><view class="x1">{{item.dkwz}}</view></view></view><view class="cardBoxContent _div"><view class="x1">{{'管地单位:'+item.gddw+''}}</view><view class="x1">{{'地块面积:'+item.mj+' 亩'}}</view><view class="x1">{{'上次巡查时间:'+item.xcsj+''}}</view></view><view class="cardBoxBtns _div"><view data-event-opts="{{[['tap',[['toDetailHandle',['$0'],[[['listData','',index]]]]]]]}}" class="btn btn1" catchtap="__e"><image class="icon" src="../../static/images/xcxq.png"></image><view class="x1">详情</view></view><view data-event-opts="{{[['tap',[['toDetailHandle1',['$0'],[[['listData','',index]]]]]]]}}" class="btn btn2" catchtap="__e"><image class="icon" src="../../static/images/xuncha.png"></image><view class="x1">巡查</view></view></view></view></block></scroll-view></slide-card></view></view>

+ 28 - 45
YSGZYBZ_WXAPP/unpackage/dist/dev/mp-weixin/pages/receivedDetail/index.js

@@ -98,40 +98,36 @@ __webpack_require__.r(__webpack_exports__);
 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
 var components
+try {
+  components = {
+    uniCollapse: function () {
+      return __webpack_require__.e(/*! import() | uni_modules/uni-collapse/components/uni-collapse/uni-collapse */ "uni_modules/uni-collapse/components/uni-collapse/uni-collapse").then(__webpack_require__.bind(null, /*! @/uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue */ 151))
+    },
+    uniCollapseItem: function () {
+      return __webpack_require__.e(/*! import() | uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item */ "uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item").then(__webpack_require__.bind(null, /*! @/uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item.vue */ 158))
+    },
+  }
+} catch (e) {
+  if (
+    e.message.indexOf("Cannot find module") !== -1 &&
+    e.message.indexOf(".vue") !== -1
+  ) {
+    console.error(e.message)
+    console.error("1. 排查组件名称拼写是否正确")
+    console.error(
+      "2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"
+    )
+    console.error(
+      "3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件"
+    )
+  } else {
+    throw e
+  }
+}
 var render = function () {
   var _vm = this
   var _h = _vm.$createElement
   var _c = _vm._self._c || _h
-  var g0 =
-    _vm.mapType === "bj-lsyd"
-      ? ((_vm.objs.spmj || 0) * 0.0015).toFixed(2)
-      : null
-  var f0 =
-    _vm.mapType === "bj-lsyd" ? _vm._f("formatDate")(_vm.objs.fzsj || "") : null
-  var f1 =
-    _vm.mapType === "bj-lsyd" ? _vm._f("formatDate")(_vm.objs.dqsj || "") : null
-  var g1 = !(_vm.mapType === "bj-lsyd")
-    ? ((_vm.objs.gdzmj || 0) * 15).toFixed(2)
-    : null
-  var f2 = !(_vm.mapType === "bj-lsyd")
-    ? _vm._f("formatDate")(_vm.objs.qdrq || "")
-    : null
-  var f3 = !(_vm.mapType === "bj-lsyd")
-    ? _vm._f("formatDate")(_vm.objs.pzrq || "")
-    : null
-  _vm.$mp.data = Object.assign(
-    {},
-    {
-      $root: {
-        g0: g0,
-        f0: f0,
-        f1: f1,
-        g1: g1,
-        f2: f2,
-        f3: f3,
-      },
-    }
-  )
 }
 var recyclableRender = false
 var staticRenderFns = []
@@ -192,29 +188,16 @@ var _default = {
       collapseList: [],
       accordionVal: '',
       warningId: '',
-      source: '',
-      mapType: 'bj-lsyd'
+      source: ''
     };
   },
-  filters: {
-    formatDate: function formatDate(dateStr) {
-      if (!dateStr) return;
-      var date = new Date(dateStr);
-      var year = date.getFullYear();
-      var month = date.getMonth() + 1;
-      var day = date.getDate();
-      var monthStr = month < 10 ? "0".concat(month) : month;
-      var dayStr = day < 10 ? "0".concat(day) : day;
-      return "".concat(year, "-").concat(monthStr, "-").concat(dayStr);
-    }
-  },
   onReady: function onReady() {
     uni.showTabBar();
   },
   onLoad: function onLoad(option) {
     var objs = JSON.parse(option['obj']);
     this.source = option['source'];
-    this.mapType = option['type'];
+    console.log(this.source);
     this.objs = objs;
     this.initList();
   },

+ 2 - 0
YSGZYBZ_WXAPP/unpackage/dist/dev/mp-weixin/pages/receivedDetail/index.json

@@ -2,6 +2,8 @@
   "navigationBarTitleText": "地块管护",
   "navigationStyle": "custom",
   "usingComponents": {
+    "uni-collapse": "/uni_modules/uni-collapse/components/uni-collapse/uni-collapse",
+    "uni-collapse-item": "/uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item",
     "navigation-bar": "/components/navigationBar/navigationBar"
   }
 }

File diff suppressed because it is too large
+ 0 - 0
YSGZYBZ_WXAPP/unpackage/dist/dev/mp-weixin/pages/receivedDetail/index.wxml


+ 3 - 2
YSGZYBZ_WXAPP/utils/config.js

@@ -5,8 +5,9 @@ const config = {
 
 
   baseUrl: "https://zlzd.zrzyt.zj.gov.cn/app215/ybz-api/",
-  // webViewUrl: "https://zlzd.zrzyt.zj.gov.cn/app215/wxin-view/#/",
-  webViewUrl: "https://zlzd.zrzyt.zj.gov.cn/app215/wxin-view2/#/",
+  webViewUrl: "https://zlzd.zrzyt.zj.gov.cn/app215/wxin-view/#/",
+  webViewUrl1: "https://zlzd.zrzyt.zj.gov.cn/app215/wxin-view/#/",
+  webViewUrl2: "https://zlzd.zrzyt.zj.gov.cn/app215/wxin-view2/#/",
   
   bjdkgl: 'https://zlzd.zrzyt.zj.gov.cn/geoserver/sde'
 }

Some files were not shown because too many files changed in this diff