Browse Source

默认显示值

xiaohaizhao 1 year ago
parent
commit
3a4a00458c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packageA/forecast/modules/projectList/index.wxml

+ 1 - 1
packageA/forecast/modules/projectList/index.wxml

@@ -10,7 +10,7 @@
             <van-checkbox shape="square" name="{{item.sa_projectid}}" custom-class='checkbox' icon-class='icon-class' label-class='label-class'>
                 <view class="label line-1">{{language['项目']||'项目'}}:{{item.projectname}}</view>
                 <view class="check-text line-1">{{language['项目编号']||'项目编号'}}:{{item.projectnum}}</view>
-                <view class="check-text line-1">{{language['项目地址']||'项目地址'}}:{{item.address}}</view>
+                <view class="check-text line-1">{{language['项目地址']||'项目地址'}}:{{item.address||'--'}}</view>
             </van-checkbox>
         </navigator>
     </van-checkbox-group>