清理代码
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user