| xqd
@@ -2,7 +2,7 @@
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
- <title>{{$dream->user->nickname}}的梦想</title>
|
|
|
+ <title>{{empty($dream->user) ? '' : $dream->user->nickname}}的梦想</title>
|
|
|
<script src="/base/js/jquery-2.1.1.min.js"></script>
|
|
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
|
|
|
<style>
|
| xqd
@@ -19,7 +19,7 @@
|
|
|
<body style="overflow-x: hidden">
|
|
|
<div style="height: 50px">
|
|
|
<a href="https://fir.im/jt4h">
|
|
|
- <div style="float: left;color: red;line-height: 50px;padding-left: 5px">支持({{$dream->user->nickname}})的梦想!现在就下载喵喵</div>
|
|
|
+ <div style="float: left;color: red;line-height: 50px;padding-left: 5px">支持({{empty($dream->user) ? '' : $dream->user->nickname}})的梦想!现在就下载喵喵</div>
|
|
|
<div style="float: right;padding: 5px">
|
|
|
<img style="width: 40px;height: 40px;" src="http://firicon.fir.im/396004d5e7b572efbefdfee976338331a457282b" alt="">
|
|
|
</div>
|