|
@@ -103,7 +103,6 @@ export default {
|
|
|
currentTableIndex.value = c;
|
|
currentTableIndex.value = c;
|
|
|
}
|
|
}
|
|
|
async function getUnphotographNotice() {
|
|
async function getUnphotographNotice() {
|
|
|
- console.log("heart");
|
|
|
|
|
let { data } = await api.getUnphotographNotice();
|
|
let { data } = await api.getUnphotographNotice();
|
|
|
if (data.status == 0) {
|
|
if (data.status == 0) {
|
|
|
for (let i of data.result) {
|
|
for (let i of data.result) {
|