このコミットが含まれているのは:
テクニカル諏訪子 2020-12-23 14:17:15 +09:00
コミット 263faaeb63
3個のファイルの変更3行の追加2行の削除

バイナリ
public/img/header.jpeg ノーマルファイル

バイナリファイルは表示されません。

変更後

幅:  |  高さ:  |  サイズ: 46 KiB

ファイルの表示

@ -52,7 +52,7 @@
</div>
</span>
<div class="row">
<div class="col-md-4 col-lg-3">本文</div>
<div class="col-md-4 col-lg-3">本文<span style="color: #ff3636;">*</span></div>
<div class="col-md col-lg">
<textarea class="form-control" id="new-message" rows="16" v-model="newComment.text"></textarea>
</div>
@ -83,6 +83,7 @@
this.newComment.mail = '';
this.newComment.text = '';
},
page () {},
send () {
if (this.isvideo !== 'n') {
this.err = '';

ファイルの表示

@ -1,4 +1,4 @@
<?php
Route::get('/api/rpc/user/notification/get', 'UserController@getNotification');
Route::post('/api/rpc/user/notification/del', 'UserController@delNotification');
Route::post('/api/rpc/user/notification/del', 'UserController@delNotification');