zhanghongrui пре 2 година
родитељ
комит
fc00140851
4 измењених фајлова са 4 додато и 5 уклоњено
  1. 1 2
      app.json
  2. 1 1
      pages/xqzgdetail/xqzgdetail.js
  3. 1 1
      pages/xqzgdetail/xqzgdetail.wxml
  4. 1 1
      project.private.config.json

+ 1 - 2
app.json

@@ -76,6 +76,5 @@
   },
   "style": "v2",
   "sitemapLocation": "sitemap.json",
-  "lazyCodeLoading": "requiredComponents",
-  "onReachBottomDistance": 50
+  "lazyCodeLoading": "requiredComponents"
 }

+ 1 - 1
pages/xqzgdetail/xqzgdetail.js

@@ -27,7 +27,7 @@ Page({
     console.log(JSON.stringify(e))
     if(e.code == 200){
       this.data.lasttime=util.formatDate(new Date(e.data.zgtzs.lastTime),'yyyy年MM月dd日') ;
-      // this.data.deptName=e.fcyjgzs.deptName;
+       this.data.deptName="二道应急局";
       this.data.askCompany=e.data.zgtzs.askCom;
       this.data.nickname=e.data.zgtzs.checker1Sign;
       this.data.qianming=e.data.zgtzs.checker2Sign;

+ 1 - 1
pages/xqzgdetail/xqzgdetail.wxml

@@ -18,7 +18,7 @@
   <view class="flex_row mar_top2 txt_vi"><text>被复查单位负责人(签名):</text>
     <image wx:if="{{qianming1 != undefined && qianming1 != null}}" src="{{qianming1}}" class="qm_img"></image>
   </view>
-  <view class="flex_row mar_top2" style="text-align: right;"><input type="text" style="width: 340rpx;"  disabled="disabled" value="{{deptName}}"/> 部门</view>
+  <view class="flex_row mar_top2" style="text-align: right;"><input type="text" style="width: 340rpx;"  disabled="disabled" value="{{deptName}}"/> (印章)</view>
   <view class="flex_row mar_top2" style="text-align: right;"><input type="text" style="width: 340rpx;"  disabled="disabled" value="{{checkTime}}"/></view>
   <view style="height: 10rpx;"></view>
 

+ 1 - 1
project.private.config.json

@@ -1,7 +1,7 @@
 {
   "projectname": "sooka_edyj_minapp",
   "setting": {
-    "compileHotReLoad": true,
+    "compileHotReLoad": false,
     "urlCheck": false
   },
   "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",