|
@@ -100,7 +100,7 @@ function renderMultRecommendInfo(className,title,data, hasInfo, type, position)
|
|
|
function renderTipsInfo(className,title, data) {
|
|
|
const str = `<div class="recommendInfoWrapper ${className}">
|
|
|
<h4><i></i>${title}</h4>
|
|
|
- <div class="recommendInfoBox clearfix ${className + 'box'}"></div>
|
|
|
+ <div class="recommendInfoBox clearfix ${className + 'box'} disCopy"></div>
|
|
|
</div>`
|
|
|
$('.recommendWrap').append(str)
|
|
|
if(data.length > 0) {
|
|
@@ -174,7 +174,7 @@ function renderTreat(className,title, data) {
|
|
|
|
|
|
function renderTreatText(className,title,data, parentNode) {
|
|
|
const childrenNodeBoxStr = `
|
|
|
- <div class = "treatItemBox ${className + 'box'}">
|
|
|
+ <div class = "treatItemBox ${className + 'box'} disCopy">
|
|
|
<p class="treatItemTitle">${title}</p>
|
|
|
<p class="${className + 'Info'} clearfix"></p>
|
|
|
</div>
|