|
|
@@ -787,7 +787,7 @@ class Index extends Component {
|
|
|
|
|
|
that.drawText(ctx, '#343434', curObj.title.length > 25 ? curObj.title.substring(0, 25) + '...' : curObj.title, 120, 460, '28px')
|
|
|
if (str === 'hide') {
|
|
|
- that.drawCenterText(ctx, '#333', '详情咨询巴老师1', 350, 255, 'normal bold 60px')
|
|
|
+ that.drawCenterText(ctx, '#333', '详情咨询巴老师', 350, 255, 'normal bold 60px')
|
|
|
} else {
|
|
|
if (curObj.estate_name.length > 10) {
|
|
|
that.drawCenterText(ctx, '#343434', curObj.estate_name, 350, 255, 'normal bold 30px')
|
|
|
@@ -928,7 +928,7 @@ class Index extends Component {
|
|
|
|
|
|
that.drawText(ctx, '#343434', curObj.title.length > 25 ? curObj.title.substring(0, 25) + '...' : curObj.title, 120, 460, '28px')
|
|
|
if (str === 'hide') {
|
|
|
- that.drawCenterText(ctx, '#333', '详情咨询巴老师1', 350, 255, 'normal bold 60px')
|
|
|
+ that.drawCenterText(ctx, '#333', '详情咨询巴老师', 350, 255, 'normal bold 60px')
|
|
|
} else {
|
|
|
if (curObj.estate_name.length > 10) {
|
|
|
that.drawCenterText(ctx, '#343434', curObj.estate_name, 350, 255, 'normal bold 30px')
|