|
@@ -31,7 +31,12 @@ class Preview
|
|
|
|
|
|
$path = Dever::config('base')->applet_index;
|
|
|
|
|
|
- $scene = -1 . ',' . $type . ',' . $id;
|
|
|
+ if ($type == 4 || $type == 13) {
|
|
|
+ $scene = -1 . ',' . $type . ',' . 'preview_' . $id;
|
|
|
+ } else {
|
|
|
+ $scene = -1 . ',' . $type . ',' . $id;
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
if ($type == 13) {
|
|
|
$id = $info['info_id'];
|