Browse Source

Merge branch 'develop' of zhengxifeng/zc100 into master

zhengxifeng 7 months ago
parent
commit
b672a8a2dc

+ 5
- 1
template/pc/components/detail/content.htm View File

@@ -434,13 +434,17 @@
434 434
                         <i class="more2_info_self">推荐</i>
435 435
                         {/eyou:if}
436 436
 
437
+
438
+
439
+
437 440
                         <a class="" href="{$ar_url}" title="{$field.title}" >
438
-                            {$field.title|msubstr=###,0,30,true}
441
+                            {$field.title|msubstr=###,0,30,true}<span style="color:red;">👍<font style="font-weight: bold;font-size: 12px;">限时免费赠送</font></span>
439 442
                         </a>
440 443
                     </h3>
441 444
                     <div class="mod_price">
442 445
                         <i>¥</i>
443 446
                         <span class="more2_info_price_txt">{$field.users_price}.<span class="more2_info_price_txt-decimal">00</span>
447
+
444 448
                                  </span>
445 449
                     </div>
446 450
                 </div>

+ 1
- 1
template/pc/components/detail/new.htm View File

@@ -266,7 +266,7 @@
266 266
                         {/eyou:if}
267 267
 
268 268
                         <a class="" href="{$ar_url}" title="{$field.title}" >
269
-                            {$field.title|msubstr=###,0,30,true}
269
+                            {$field.title|msubstr=###,0,30,true}<span style="color:red;">👍<font style="font-weight: bold;font-size: 12px;">限时免费赠送</font></span>
270 270
                         </a>
271 271
                     </h3>
272 272
                     <div class="mod_price">

+ 1
- 1
template/pc/components/index/content.htm View File

@@ -440,7 +440,7 @@
440 440
                                     {/eyou:if}
441 441
 
442 442
                                     <a class="" href="{$ar_url}" title="{$field.title}" >
443
-                                        {$field.title|msubstr=###,0,30,true}
443
+                                        {$field.title|msubstr=###,0,30,true}<span style="color:red;">👍<font style="font-weight: bold;font-size: 12px;">限时免费赠送</font></span>
444 444
                                     </a>
445 445
                                 </h3>
446 446
                                 <div class="mod_price">

+ 1
- 1
template/pc/components/list/style12/page/mod_4.htm View File

@@ -94,7 +94,7 @@ $ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0',
94 94
             {/eyou:if}
95 95
 
96 96
             <a class="" href="{$ar_url}" title="{$field.title}" >
97
-                {$field.title|msubstr=###,0,30,true}
97
+                {$field.title|msubstr=###,0,30,true}<span style="color:red;">👍<font style="font-weight: bold;font-size: 12px;">限时免费赠送</font></span>
98 98
             </a>
99 99
         </h3>
100 100
         <div class="mod_price">

+ 2
- 1
template/pc/components/list/style12/page/mod_5.htm View File

@@ -114,7 +114,7 @@ $ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0',
114 114
 
115 115
 
116 116
             <a class="" href="{$ar_url}" title="{$field.title}" >
117
-                {$field.title}
117
+                {$field.title}{eyou:if condition='($field.typeid === 1233)'}<span style="color:red;">👍<font style="font-weight: bold;font-size: 12px;">限时免费赠送</font></span>{/eyou:if}
118 118
             </a>
119 119
 
120 120
         </h3>
@@ -124,6 +124,7 @@ $ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0',
124 124
         <div class="mod_price" style="">
125 125
             <i>¥</i>
126 126
             <span class="more2_info_price_txt">{$field.users_price}.<span class="more2_info_price_txt-decimal">00</span>
127
+
127 128
                                  </span>
128 129
         </div>
129 130
         {eyou:else /}

+ 1
- 1
template/pc/components/search/content.htm View File

@@ -22,7 +22,7 @@
22 22
             {/eyou:if}
23 23
 
24 24
             <a class="" href="{$ar_url}" title="{$field.title}" >
25
-                {$field.title|msubstr=###,0,30,true}
25
+                {$field.title|msubstr=###,0,30,true}<span style="color:red;">👍<font style="font-weight: bold;font-size: 12px;">限时免费赠送</font></span>
26 26
             </a>
27 27
         </h3>
28 28
         <div class="mod_price">

Loading…
Cancel
Save