调整工程目录
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
<template>
|
||||
<div class="closemsg">
|
||||
<img :src="imgSrc" alt="" />
|
||||
<img :src="imgSrc" alt=""/>
|
||||
<text>{{ text }}</text>
|
||||
<u-button
|
||||
type="primary"
|
||||
:custom-style="{ width: '100%', borderRadius: '4px', marginTop: '48px' }"
|
||||
@click="goBack"
|
||||
>{{ btnText }}</u-button
|
||||
type="primary"
|
||||
:custom-style="{ width: '100%', borderRadius: '4px', marginTop: '48px' }"
|
||||
@click="goBack"
|
||||
>{{ btnText }}
|
||||
</u-button
|
||||
>
|
||||
<back></back>
|
||||
</div>
|
||||
@@ -17,7 +18,7 @@ import back from '../../components/AiBack'
|
||||
|
||||
export default {
|
||||
name: 'CloseMsg',
|
||||
components: { back },
|
||||
components: {back},
|
||||
data() {
|
||||
return {
|
||||
flag: true
|
||||
@@ -44,7 +45,7 @@ export default {
|
||||
return this.flag ? '确定' : '查看详情'
|
||||
},
|
||||
imgSrc() {
|
||||
return this.$cdn+'other/'+(this.flag?'kztcg.png':'kztsb.png')
|
||||
return this.$cdn + 'other/' + (this.flag ? 'kztcg.png' : 'kztsb.png')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user