このコミットが含まれているのは:
dragon1211 2022-01-28 03:47:31 -08:00
コミット b53570f974
23個のファイルの変更46行の追加46行の削除

ファイルの表示

@ -31850,7 +31850,7 @@ var ChildMeetingDetail = function ChildMeetingDetail() {
var navigator = (0,react_router_dom__WEBPACK_IMPORTED_MODULE_10__.useNavigate)();
var params = (0,react_router_dom__WEBPACK_IMPORTED_MODULE_10__.useParams)(); //meeting/detail/:meeting_id
var child_id = localStorage.getItem('kiki_acc_id');
var child_id = JSON.parse(localStorage.getItem('c-account_token')).id;
var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(-1),
_useState2 = _slicedToArray(_useState, 2),
@ -32197,7 +32197,7 @@ var INFINITE = 10;
var SCROLL_DELAY_TIME = 1500;
var ChildMeetings = function ChildMeetings() {
var child_id = localStorage.getItem('kiki_acc_id');
var child_id = JSON.parse(localStorage.getItem('c-account_token')).id;
var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(-1),
_useState2 = _slicedToArray(_useState, 2),
@ -32801,7 +32801,7 @@ var INFINITE = 10;
var SCROLL_DELAY_TIME = 1500;
var ChildParents = function ChildParents() {
var child_id = localStorage.getItem('kiki_acc_id');
var child_id = JSON.parse(localStorage.getItem('c-account_token')).id;
var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(-1),
_useState2 = _slicedToArray(_useState, 2),
@ -32994,7 +32994,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
var ChildProfileEdit = function ChildProfileEdit() {
var navigator = (0,react_router_dom__WEBPACK_IMPORTED_MODULE_5__.useNavigate)();
var child_id = localStorage.getItem('kiki_acc_id');
var child_id = JSON.parse(localStorage.getItem('c-account_token')).id;
var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(-1),
_useState2 = _slicedToArray(_useState, 2),
@ -33384,7 +33384,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
var ChildProfileDetail = function ChildProfileDetail() {
var navigator = (0,react_router_dom__WEBPACK_IMPORTED_MODULE_5__.useNavigate)();
var child_id = localStorage.getItem('kiki_acc_id');
var child_id = JSON.parse(localStorage.getItem('c-account_token')).id;
var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(-1),
_useState2 = _slicedToArray(_useState, 2),
@ -33594,7 +33594,7 @@ var ChildProfileDetail = function ChildProfileDetail() {
children: profile.identity
}), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("a", {
target: "_blank",
href: 'http://line.me/R/msg/text/?' + "".concat(profile.last_name, "%20").concat(profile.first_name, "\u3055\u3093\u304CID\u3092\u5171\u6709\u3057\u307E\u3057\u305F\u3002%0AID\u306F\u3053\u3061\u3089%0A%0A").concat(profile.identity, "%0A%0AID\u3092\u30B3\u30D4\u30FC\u3057\u3066\u30E1\u30F3\u30D0\u30FC\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002%0A%0AKIKI\u904B\u55B6\u4E8B\u52D9\u5C40"),
href: 'http://line.naver.jp/R/msg/text/?' + "".concat(profile.last_name, "%20").concat(profile.first_name, "\u3055\u3093\u304CID\u3092\u5171\u6709\u3057\u307E\u3057\u305F\u3002%0AID\u306F\u3053\u3061\u3089%0A%0A").concat(profile.identity, "%0A%0AID\u3092\u30B3\u30D4\u30FC\u3057\u3066\u30E1\u30F3\u30D0\u30FC\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002%0A%0AKIKI\u904B\u55B6\u4E8B\u52D9\u5C40"),
children: "ID\u3092\u6559\u3048\u308B"
})]
}), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("div", {
@ -33770,7 +33770,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
var ChildProfilePasswordEdit = function ChildProfilePasswordEdit() {
var navigator = (0,react_router_dom__WEBPACK_IMPORTED_MODULE_4__.useNavigate)();
var child_id = localStorage.getItem('kiki_acc_id');
var child_id = JSON.parse(localStorage.getItem('c-account_token')).id;
var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(-1),
_useState2 = _slicedToArray(_useState, 2),
@ -33991,7 +33991,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
var ChildProfileWithdrawal = function ChildProfileWithdrawal() {
var child_id = localStorage.getItem('kiki_acc_id');
var child_id = JSON.parse(localStorage.getItem('c-account_token')).id;
var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(-1),
_useState2 = _slicedToArray(_useState, 2),
@ -34199,7 +34199,7 @@ var ChildSearch = function ChildSearch() {
initPage = _useState20[0],
setInitPage = _useState20[1];
var child_id = localStorage.getItem('kiki_acc_id');
var child_id = JSON.parse(localStorage.getItem('c-account_token')).id;
var _useState21 = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(-1),
_useState22 = _slicedToArray(_useState21, 2),
@ -38293,7 +38293,7 @@ var ParentChildAdd = function ParentChildAdd() {
notice = _useState6[0],
setNotice = _useState6[1];
var father_id = localStorage.getItem('kiki_acc_id');
var father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
var _useState7 = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(true),
_useState8 = _slicedToArray(_useState7, 2),
@ -38630,7 +38630,7 @@ var ParentChildDetail = function ParentChildDetail() {
_success = _useState16[0],
setSuccess = _useState16[1];
var father_id = localStorage.getItem('kiki_acc_id');
var father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
var child_id = params === null || params === void 0 ? void 0 : params.child_id;
var isMountedRef = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(true);
(0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {
@ -38917,7 +38917,7 @@ var ParentChildEdit = function ParentChildEdit() {
loaded = _useState16[0],
setLoaded = _useState16[1];
var father_id = localStorage.getItem('kiki_acc_id');
var father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
var child_id = params === null || params === void 0 ? void 0 : params.child_id;
var isMountedRef = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(true);
(0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {
@ -39136,7 +39136,7 @@ var ParentChilds = function ParentChilds() {
notice = _useState2[0],
setNotice = _useState2[1];
var father_id = localStorage.getItem('kiki_acc_id');
var father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
var _useState3 = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)([]),
_useState4 = _slicedToArray(_useState3, 2),
@ -39363,7 +39363,7 @@ var ParentFavorite = function ParentFavorite() {
notice = _useState2[0],
setNotice = _useState2[1];
var father_id = localStorage.getItem('kiki_acc_id');
var father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
var _useState3 = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(false),
_useState4 = _slicedToArray(_useState3, 2),
@ -39894,7 +39894,7 @@ var ParentMeetingAdd = function ParentMeetingAdd() {
var navigator = (0,react_router_dom__WEBPACK_IMPORTED_MODULE_7__.useNavigate)();
var location = (0,react_router_dom__WEBPACK_IMPORTED_MODULE_7__.useLocation)();
var father_id = localStorage.getItem('kiki_acc_id');
var father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(-1),
_useState2 = _slicedToArray(_useState, 2),
@ -40524,7 +40524,7 @@ var ParentMeetingDetail = function ParentMeetingDetail() {
notice = _useState2[0],
setNotice = _useState2[1];
var father_id = localStorage.getItem('kiki_acc_id');
var father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
var _useState3 = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(false),
_useState4 = _slicedToArray(_useState3, 2),
@ -41087,7 +41087,7 @@ var ParentMeetingEdit = function ParentMeetingEdit() {
var navigator = (0,react_router_dom__WEBPACK_IMPORTED_MODULE_7__.useNavigate)();
var params = (0,react_router_dom__WEBPACK_IMPORTED_MODULE_7__.useParams)();
var father_id = localStorage.getItem('kiki_acc_id');
var father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
var meeting_id = params === null || params === void 0 ? void 0 : params.meeting_id;
var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(-1),
@ -41794,7 +41794,7 @@ var ParentMeetings = function ParentMeetings() {
notice = _useState2[0],
setNotice = _useState2[1];
var father_id = localStorage.getItem('kiki_acc_id');
var father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
var _useState3 = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(false),
_useState4 = _slicedToArray(_useState3, 2),
@ -42308,7 +42308,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
var ParentProfileEdit = function ParentProfileEdit() {
var navigator = (0,react_router_dom__WEBPACK_IMPORTED_MODULE_5__.useNavigate)();
var father_id = localStorage.getItem('kiki_acc_id');
var father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(-1),
_useState2 = _slicedToArray(_useState, 2),
@ -42639,7 +42639,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
var ParentProfileDetail = function ParentProfileDetail() {
var navigator = (0,react_router_dom__WEBPACK_IMPORTED_MODULE_5__.useNavigate)();
var father_id = localStorage.getItem('kiki_acc_id');
var father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(-1),
_useState2 = _slicedToArray(_useState, 2),
@ -43011,7 +43011,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
var ParentProfilePasswordEdit = function ParentProfilePasswordEdit() {
var navigator = (0,react_router_dom__WEBPACK_IMPORTED_MODULE_4__.useNavigate)();
var father_id = localStorage.getItem('kiki_acc_id');
var father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(-1),
_useState2 = _slicedToArray(_useState, 2),
@ -43235,7 +43235,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
var ParentProfileWithdrawal = function ParentProfileWithdrawal() {
var father_id = localStorage.getItem('kiki_acc_id');
var father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(-1),
_useState2 = _slicedToArray(_useState, 2),
@ -43401,7 +43401,7 @@ var INFINITE = 10;
var SCROLL_DELAY_TIME = 1500;
var ParentSearch = function ParentSearch() {
var father_id = localStorage.getItem('kiki_acc_id');
var father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(-1),
_useState2 = _slicedToArray(_useState, 2),

ファイルの表示

@ -15,7 +15,7 @@ const ChildMeetingDetail = () => {
const navigator = useNavigate();
const params = useParams(); //meeting/detail/:meeting_id
const child_id = localStorage.getItem('kiki_acc_id');
const child_id = JSON.parse(localStorage.getItem('c-account_token')).id;
const [notice, setNotice] = useState(-1);
const [loaded, setLoaded] = useState(false);

ファイルの表示

@ -12,7 +12,7 @@ const SCROLL_DELAY_TIME = 1500;
const ChildMeetings = () => {
const child_id = localStorage.getItem('kiki_acc_id');
const child_id = JSON.parse(localStorage.getItem('c-account_token')).id;
const [notice, setNotice] = useState(-1);
const [tab_status, setTabStatus] = useState(false);
const [loaded, setLoaded] = useState(false);

ファイルの表示

@ -11,7 +11,7 @@ const SCROLL_DELAY_TIME = 1500;
const ChildParents = () => {
const child_id = localStorage.getItem('kiki_acc_id');
const child_id = JSON.parse(localStorage.getItem('c-account_token')).id;
const [notice, setNotice] = useState(-1);
const [parent_list, setParentList] = useState([]);

ファイルの表示

@ -11,7 +11,7 @@ const ChildProfileEdit = () => {
const navigator = useNavigate();
const child_id = localStorage.getItem('kiki_acc_id');
const child_id = JSON.parse(localStorage.getItem('c-account_token')).id;
const [notice, setNotice] = useState(-1);
const [first_name, setFirstName] = useState('');

ファイルの表示

@ -12,7 +12,7 @@ const ChildProfileDetail = () => {
const navigator = useNavigate();
const child_id = localStorage.getItem('kiki_acc_id');
const child_id = JSON.parse(localStorage.getItem('c-account_token')).id;
const [notice, setNotice] = useState(-1);
const [image, setImage] = useState('');
@ -146,7 +146,7 @@ const ChildProfileDetail = () => {
</p>
<p className="txt">{profile.identity}</p>
<a target='_blank'
href={'http://line.me/R/msg/text/?'+
href={'http://line.naver.jp/R/msg/text/?'+
`${profile.last_name}%20${profile.first_name}さんがIDを共有しました。%0AIDはこちら%0A%0A${profile.identity}%0A%0AIDをコピーしてメンバー追加してください。%0A%0AKIKI運営事務局`}>
IDを教える
</a>

ファイルの表示

@ -10,7 +10,7 @@ const ChildProfilePasswordEdit = () => {
const navigator = useNavigate();
const child_id = localStorage.getItem('kiki_acc_id');
const child_id = JSON.parse(localStorage.getItem('c-account_token')).id;
const [notice, setNotice] = useState(-1);
const [password, setPassword] = useState('');

ファイルの表示

@ -6,7 +6,7 @@ import Alert from '../../component/alert';
const ChildProfileWithdrawal = () => {
const child_id = localStorage.getItem('kiki_acc_id');
const child_id = JSON.parse(localStorage.getItem('c-account_token')).id;
const [notice, setNotice] = useState(-1);
const [submit, setSubmit] = useState(false);
const [_400error, set400Error] = useState('');

ファイルの表示

@ -26,7 +26,7 @@ const ChildSearch = () => {
const [loaded, setLoaded] = useState(true);
const [initPage, setInitPage] = useState(true);
const child_id = localStorage.getItem('kiki_acc_id');
const child_id = JSON.parse(localStorage.getItem('c-account_token')).id;
const [notice, setNotice] = useState(-1);

ファイルの表示

@ -80,7 +80,7 @@ const LineModal = ({ show, handleClose }) => {
const ParentChildAdd = () => {
const [notice, setNotice] = useState(-1);
const father_id = localStorage.getItem('kiki_acc_id');
const father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
const [loaded, setLoaded] = useState(true);

ファイルの表示

@ -21,7 +21,7 @@ const ParentChildDetail = () => {
const [_404error, set404Error] = useState('');
const [_success, setSuccess] = useState('');
const father_id = localStorage.getItem('kiki_acc_id');
const father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
const child_id = params?.child_id;
const isMountedRef = useRef(true);

ファイルの表示

@ -25,7 +25,7 @@ const ParentChildEdit = () => {
const [submit, setSubmit] = useState(false);
const [loaded, setLoaded] = useState(false);
const father_id = localStorage.getItem('kiki_acc_id');
const father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
const child_id = params?.child_id;
const isMountedRef = useRef(true);

ファイルの表示

@ -12,7 +12,7 @@ const SCROLL_DELAY_TIME = 1500;
const ParentChilds = () => {
const [notice, setNotice] = useState(-1);
const father_id = localStorage.getItem('kiki_acc_id');
const father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
const [children_list, setChildrenList] = useState([]);
const [fetch_children_list, setFetchChildrenList] = useState([]);

ファイルの表示

@ -15,7 +15,7 @@ const SCROLL_DELAY_TIME = 1500;
const ParentFavorite = () => {
const [notice, setNotice] = useState(-1);
const father_id = localStorage.getItem('kiki_acc_id');
const father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
const [tab_status, setTabStatus] = useState(false);
const [loaded, setLoaded] = useState(false);

ファイルの表示

@ -15,7 +15,7 @@ const ParentMeetingAdd = () => {
const navigator = useNavigate();
const location = useLocation();
const father_id = localStorage.getItem('kiki_acc_id');
const father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
const [notice, setNotice] = useState(-1);

ファイルの表示

@ -18,7 +18,7 @@ const ParentMeetingDetail = () => {
const params = useParams();
const [notice, setNotice] = useState(-1);
const father_id = localStorage.getItem('kiki_acc_id');
const father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
const [loaded, setLoaded] = useState(false);
const [loaded_children, setLoadedChildren] = useState(false);

ファイルの表示

@ -18,7 +18,7 @@ const ParentMeetingEdit = () => {
const navigator = useNavigate();
const params = useParams();
const father_id = localStorage.getItem('kiki_acc_id');
const father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
const meeting_id = params?.meeting_id;
const [notice, setNotice] = useState(-1);

ファイルの表示

@ -14,7 +14,7 @@ const SCROLL_DELAY_TIME = 1500;
const ParentMeetings = () => {
const [notice, setNotice] = useState(-1);
const father_id = localStorage.getItem('kiki_acc_id');
const father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
const [tab_status, setTabStatus] = useState(false);
const [loaded, setLoaded] = useState(false);

ファイルの表示

@ -9,7 +9,7 @@ const ParentProfileEdit = () => {
const navigator = useNavigate();
const father_id = localStorage.getItem('kiki_acc_id');
const father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
const [notice, setNotice] = useState(-1);
const [company, setCompany] = useState('');

ファイルの表示

@ -11,7 +11,7 @@ const ParentProfileDetail = () => {
const navigator = useNavigate();
const father_id = localStorage.getItem('kiki_acc_id');
const father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
const [notice, setNotice] = useState(-1);
const [image, setImage] = useState('');

ファイルの表示

@ -9,7 +9,7 @@ const ParentProfilePasswordEdit = () => {
const navigator = useNavigate();
const father_id = localStorage.getItem('kiki_acc_id');
const father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
const [notice, setNotice] = useState(-1);
const [password, setPassword] = useState('');

ファイルの表示

@ -5,7 +5,7 @@ import Alert from '../../component/alert';
const ParentProfileWithdrawal = () => {
const father_id = localStorage.getItem('kiki_acc_id');
const father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
const [notice, setNotice] = useState(-1);
const [submit, setSubmit] = useState(false);

ファイルの表示

@ -14,7 +14,7 @@ const SCROLL_DELAY_TIME = 1500;
const ParentSearch = () => {
const father_id = localStorage.getItem('kiki_acc_id');
const father_id = JSON.parse(localStorage.getItem('p-account_token')).id;
const [notice, setNotice] = useState(-1);
const [keyword, setKeyword] = useState('');