This commit is contained in:
花有清香月有阴
2021-12-13 18:55:01 +08:00
parent ae94c12540
commit a1c6215ae4
4 changed files with 272 additions and 81 deletions

View File

@@ -42,11 +42,9 @@
</template>
<script>
export default {
name: 'detail',
components: {
},
components: {},
props: {},
data() {
return {
@@ -63,7 +61,7 @@ export default {
mounted() {},
methods: {
getDetail() {
this.$instance.post(`apppolicypromotion/queryDetailByIdWeChat?id=${this.id}`).then((res) => {
this.$http.post(`/app/appvisitvondolence/queryDetailById?id=${this.id}`).then((res) => {
if (res?.data) {
this.data = res.data
}