Commit 3412aebccc95b65958faeed5f1534c6935233285

Authored by 刘淇
1 parent f883eafa

空或者null 处理为 暂无

config/app.js
1 1 // 开发者环境:开|关
2   -const SWITCH_DEVELOPMENT = false
  2 +const SWITCH_DEVELOPMENT = true
3 3  
4 4 /** S 是否H5端 **/
5 5 // #ifdef H5
... ... @@ -33,7 +33,9 @@ export const version = '1.0.6'
33 33 // export const uploadURL = baseURL + '/ylapi/yuanl/common/upload'
34 34 export const uploadURL = baseURL + '/ylapi/yuanl/common/upload'
35 35 // export const OSSURL = baseURL + '/yuanlin/'
36   -export const OSSURL = 'https://yuanlin.jichengshanshui.com.cn:8987/yuanlin/'
  36 +// export const OSSURL = 'https://yuanlin.jichengshanshui.com.cn:8987/yuanlin/'
  37 +export const OSSURL = 'https://test.jichengshanshui.com.cn:28310/yuanlin/'
  38 +
37 39  
38 40 // https://img.jichengshanshui.com.cn:28207
39 41 // https://yuanlin.jichengshanshui.com.cn:8987/yuanlin/
40 42 \ No newline at end of file
... ...
pages/work/case/result.vue
... ... @@ -4,7 +4,7 @@
4 4 <view class="fs-flex__between"><view>养护编码</view><view>{{info.maintainNo}}</view></view>
5 5 </tui-list-cell>
6 6 <tui-list-cell :hover="false">
7   - <view class="fs-flex__between"><view>植物类型</view><view>{{info.plantTypeName}}</view></view>
  7 + <view class="fs-flex__between fs-ellipsis"><view>植物类型</view><view class="fs-ml20 fs-ellipsis">{{info.plantTypeName}}</view></view>
8 8 </tui-list-cell>
9 9 <tui-list-cell :hover="false">
10 10 <view class="fs-flex__between"><view>养护类型</view><view>{{info.maintainTypeName}}</view></view>
... ...