joywok-business-components
Advanced tools
Comparing version 0.0.186 to 0.0.187
@@ -128,6 +128,6 @@ import React, { Component } from 'react'; | ||
</div> | ||
<div className={"jw-shareobj-item-c " + (socialobj['depts'] && socialobj['depts'].length != 0 ? 'jw-shareobj-item-c-other' : '')}> | ||
<div className="jw-shareobj-item-c"> | ||
<div className="jw-shareobj-item-c-name ellipsis">{curItemName}</div> | ||
{ | ||
socialobj['depts'] && socialobj['depts'].length != 0 ? <div className="jw-shareobj-item-c-tip">{(socialobj['depts'][0]['title'])+(socialobj['depts'][0]['title']!='' ? ',' : '')+(socialobj['depts'][0]['name'])}</div> : '' | ||
socialobj['depts'] && socialobj['depts'].length != 0 && socialobj['depts'][0]['title'] ? <div className="jw-shareobj-item-c-tip">{socialobj['depts'][0]['title']}</div> : '' | ||
} | ||
@@ -134,0 +134,0 @@ </div> |
@@ -193,3 +193,3 @@ 'use strict'; | ||
'div', | ||
{ className: "jw-shareobj-item-c " + (socialobj['depts'] && socialobj['depts'].length != 0 ? 'jw-shareobj-item-c-other' : '') }, | ||
{ className: 'jw-shareobj-item-c' }, | ||
_react2.default.createElement( | ||
@@ -200,6 +200,6 @@ 'div', | ||
), | ||
socialobj['depts'] && socialobj['depts'].length != 0 ? _react2.default.createElement( | ||
socialobj['depts'] && socialobj['depts'].length != 0 && socialobj['depts'][0]['title'] ? _react2.default.createElement( | ||
'div', | ||
{ className: 'jw-shareobj-item-c-tip' }, | ||
socialobj['depts'][0]['title'] + (socialobj['depts'][0]['title'] != '' ? ',' : '') + socialobj['depts'][0]['name'] | ||
socialobj['depts'][0]['title'] | ||
) : '' | ||
@@ -206,0 +206,0 @@ ) |
{ | ||
"name": "joywok-business-components", | ||
"version": "0.0.186", | ||
"version": "0.0.187", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1373943
126
20087