joywok-business-components
Advanced tools
Comparing version 0.0.190 to 0.0.191
@@ -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> |
@@ -58,3 +58,7 @@ 'use strict'; | ||
return gulp.src('lib/**') | ||
.pipe(gulp.dest('../jw-appmaker/node_modules/joywok-business-components/lib/')); | ||
.pipe(gulp.dest('../h5jac/node_modules/joywok-business-components/lib/')) | ||
.pipe(gulp.dest('../joywok-web/node_modules/joywok-business-components/lib/')) | ||
.pipe(gulp.dest('../workbook/node_modules/joywok-business-components/lib/')) | ||
.pipe(gulp.dest('../joywok-forms-release/node_modules/joywok-business-components/lib/')) | ||
.pipe(gulp.dest('../jwprotal/node_modules/joywok-business-components/lib/')); | ||
}) | ||
@@ -70,3 +74,7 @@ gulp.task('publicLess', function () { | ||
.pipe(gulp.dest("lib")) | ||
.pipe(gulp.dest('../jw-appmaker/node_modules/joywok-business-components/lib/')); | ||
.pipe(gulp.dest('../h5jac/node_modules/joywok-business-components/lib/')) | ||
.pipe(gulp.dest('../joywok-web/node_modules/joywok-business-components/lib/')) | ||
.pipe(gulp.dest('../workbook/node_modules/joywok-business-components/lib/')) | ||
.pipe(gulp.dest('../joywok-forms-release/node_modules/joywok-business-components/lib/')) | ||
.pipe(gulp.dest('../jwprotal/node_modules/joywok-business-components/lib/')); | ||
}) | ||
@@ -88,3 +96,7 @@ gulp.task('css', ()=>{ | ||
.pipe(gulp.dest('lib/')) | ||
.pipe(gulp.dest('../jw-appmaker/node_modules/joywok-business-components/lib/')); | ||
.pipe(gulp.dest('../h5jac/node_modules/joywok-business-components/lib/')) | ||
.pipe(gulp.dest('../joywok-web/node_modules/joywok-business-components/lib/')) | ||
.pipe(gulp.dest('../workbook/node_modules/joywok-business-components/lib/')) | ||
.pipe(gulp.dest('../joywok-forms-release/node_modules/joywok-business-components/lib/')) | ||
.pipe(gulp.dest('../jwprotal/node_modules/joywok-business-components/lib/')); | ||
}); | ||
@@ -91,0 +103,0 @@ // 压缩图片 |
@@ -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.190", | ||
"version": "0.0.191", | ||
"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
1375716
20102