dever 3 years ago
parent
commit
0f5b48d76d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      main/template/pc/inc/head.php

+ 3 - 3
main/template/pc/inc/head.php

@@ -18,11 +18,11 @@ $view
 
     '.list a@href|4' => '$v.sell_link',
     '.list a|4' => '$v.sell_name',
-    '.list img@src|0' => '$v.sell_applect',
+    '.list img@src|0' => '$v.sell_applet',
 
     '.list a@href|5' => '$v.manage_link',
     '.list a|5' => '$v.manage_name',
-    '.list img@src|1' => '$v.manage_applect',
+    '.list img@src|1' => '$v.manage_applet',
 
     '.list a@href|6' => '$v.factory_link',
     '.list a|6' => '$v.factory_name',
@@ -34,7 +34,7 @@ $view
 
     '.gzh img@src' => '$v.wechat',
 
-    '.minip img@src' => '$v.sell_applect',
+    '.minip img@src' => '$v.sell_applet',
     '.minip dd' => '$v.sell_name',
 
     'nav a@href|0' => '$v.home_link',