清理代码

This commit is contained in:
aixianling
2024-03-06 14:24:49 +08:00
parent 21ccd9ff81
commit 8a6b586503
2 changed files with 8 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
div<template>
<template>
<div class="Detail" v-if="pageShow">
<div class="top">
<div class="item-top">
@@ -250,7 +250,7 @@ div<template>
getInfo (id) {
this.$instance.post(`/app/appneighborhoodassistance/queryDetailById?id=${id}`, null, {
withoutToken: this.token ? false : true,
withoutToken: !this.token,
}).then(res => {
if (res.code === 0) {
this.info = res.data
@@ -319,7 +319,7 @@ div<template>
this.$loading()
this.$instance.post(`/app/appneighborhoodassistance/commontList`, null, {
withoutToken: this.token ? false : true,
withoutToken: !this.token,
params: {
id,
current: this.current,
@@ -463,7 +463,6 @@ div<template>
width: 100px;
height: 60px;
line-height: 60px;
text-align: right;
text-align: center;
font-size: 26px;
color: #fff;
@@ -675,7 +674,7 @@ div<template>
font-size: 28px;
}
}
.item-imgs {
display: flex;