Commit f6fb013f2ee7839d4b8f2336d55c6346f863adc9
1 parent
c42a36b8
正式环境,植物类型
Showing
2 changed files
with
6 additions
and
6 deletions
config/app.js
| 1 | 1 | // 开发者环境:开|关 |
| 2 | -const SWITCH_DEVELOPMENT = true | |
| 2 | +const SWITCH_DEVELOPMENT = false | |
| 3 | 3 | |
| 4 | 4 | /** S 是否H5端 **/ |
| 5 | 5 | // #ifdef H5 |
| ... | ... | @@ -33,8 +33,8 @@ 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/' | |
| 37 | -export const OSSURL = 'https://test.jichengshanshui.com.cn:28310/yuanlin/' | |
| 36 | +export const OSSURL = 'https://yuanlin.jichengshanshui.com.cn:8987/yuanlin/' | |
| 37 | +// export const OSSURL = 'https://test.jichengshanshui.com.cn:28310/yuanlin/' | |
| 38 | 38 | |
| 39 | 39 | |
| 40 | 40 | // https://img.jichengshanshui.com.cn:28207 | ... | ... |
pages/work/case/task.vue
| ... | ... | @@ -12,9 +12,9 @@ |
| 12 | 12 | <tui-list-cell :hover="false"> |
| 13 | 13 | <view class="fs-flex__between"><view>养护类型</view><view>{{info.maintainTypeName}}</view></view> |
| 14 | 14 | </tui-list-cell> |
| 15 | - <tui-list-cell :hover="false"> | |
| 16 | - <view class="fs-flex__between"><view class="fs-mr16">植物类型</view><view class="fs-ellipsis fs-flex__1">{{info.plantTypeName}}</view></view> | |
| 17 | - </tui-list-cell> | |
| 15 | + <tui-list-cell :hover="false"> | |
| 16 | + <view class="fs-flex__between fs-ellipsis"><view>植物类型</view><view class="fs-ml20 fs-ellipsis">{{info.plantTypeName}}</view></view> | |
| 17 | + </tui-list-cell> | |
| 18 | 18 | <tui-list-cell :hover="false"> |
| 19 | 19 | <view class="fs-flex__between"><view>养护组长</view><view>{{info.userName}}</view></view> |
| 20 | 20 | </tui-list-cell> | ... | ... |