setter
parent
8ef9c6f2de
commit
744485a3f3
|
@ -183,7 +183,7 @@ class User extends Base
|
|||
$account->business->save(["model"=> Business::model_ordinary]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
$businessRes = [
|
||||
'avatar' => File::convertCompleteFileUrl($account['avatar_url']),
|
||||
|
|
|
@ -45,6 +45,10 @@
|
|||
<!-- 自定义js -->
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
jQuery(function($){
|
||||
//一分钟刷新一次页面
|
||||
setTimeout(function () {
|
||||
location.reload();
|
||||
},60000);
|
||||
monitorWindow();
|
||||
// 窗体改变
|
||||
$(window).resize(function(){
|
||||
|
@ -165,7 +169,7 @@
|
|||
</div>
|
||||
<div class="content-box">
|
||||
<span>${couponMain[i].name}</span>
|
||||
<span>${couponMain[i].business_name}</span>
|
||||
<span>${couponMain[i].business_subtitle}</span>
|
||||
</div>
|
||||
</div>`
|
||||
$('.swiper-wrapper').prepend(yspHtml);
|
||||
|
|
Loading…
Reference in New Issue