Просмотр исходного кода

Merge branch 'develop' of zhengxifeng/zc100 into master

zhengxifeng 10 месяцев назад
Родитель
Сommit
6b1d21aaab
2 измененных файлов: 4 добавлений и 4 удалений
  1. 2
    2
      template/pc/components/detail/cl.htm
  2. 2
    2
      template/pc/components/detail/content.htm

+ 2
- 2
template/pc/components/detail/cl.htm Просмотреть файл

@@ -135,7 +135,7 @@
135 135
 
136 136
 
137 137
         {eyou:if condition='((int)$field.is_del === 0)'}
138
-        <a href="https://www.zc10000.com/zx{$kp.number}" class="b2">{$field.title}</a>
138
+        <a href="https://www.zc10000.com/cl/{$kp.number}" class="b2">{$field.title}</a>
139 139
         {eyou:else /}
140 140
         文档已删除
141 141
         {/eyou:if}
@@ -159,7 +159,7 @@
159 159
         {eyou:arcview aid='$kp.aid'}
160 160
 
161 161
         {eyou:if condition='((int)$field.is_del === 0)'}
162
-        <a href="https://www.zc10000.com/zx{$kp.number}" style="" class="b2">{$field.title}</a>
162
+        <a href="https://www.zc10000.com/cl/{$kp.number}" style="" class="b2">{$field.title}</a>
163 163
         {eyou:else /}
164 164
         文档已删除 {$field.title|msubstr=###,0,10,true}
165 165
         {/eyou:if}

+ 2
- 2
template/pc/components/detail/content.htm Просмотреть файл

@@ -180,7 +180,7 @@
180 180
 
181 181
 
182 182
         {eyou:if condition='((int)$field.is_del === 0)'}
183
-        <a href="https://www.zc10000.com/zx{$kp.number}" class="b2">{$field.title}</a>
183
+        <a href="https://www.zc10000.com/zc/{$area_domain}/{$kp.number}" class="b2">{$field.title}</a>
184 184
         {eyou:else /}
185 185
         文档已删除
186 186
         {/eyou:if}
@@ -203,7 +203,7 @@
203 203
             {eyou:arcview aid='$kp.aid'}
204 204
 
205 205
             {eyou:if condition='((int)$field.is_del === 0)'}
206
-            <a href="https://www.zc10000.com/zx{$kp.number}" style="" class="b2">{$field.title}</a>
206
+            <a href="https://www.zc10000.com/zc/{$area_domain}/{$kp.number}" style="" class="b2">{$field.title}</a>
207 207
             {eyou:else /}
208 208
             文档已删除 {$field.title|msubstr=###,0,10,true}
209 209
             {/eyou:if}

Загрузка…
Отмена
Сохранить