bug
This commit is contained in:
@@ -125,7 +125,7 @@ export default {
|
|||||||
this.areaName = this.user.areaName || ''
|
this.areaName = this.user.areaName || ''
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = '积分兑换'
|
document.title = '积分超市'
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
toOrder() {
|
toOrder() {
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
<script>
|
<script>
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
appName: "(山东)公文流转",
|
appName: "公文流转",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
documentName: "",
|
documentName: "",
|
||||||
|
|||||||
@@ -105,8 +105,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="pad-b112" v-if="!data.resident.auditStatus == 0 && type == 1"></div>
|
<div class="pad-b112" v-if="data.resident.auditStatus == 0 && type == 1"></div>
|
||||||
<div class="footer" v-if="!data.resident.auditStatus == 0 && type == 1">
|
<div class="footer" v-if="data.resident.auditStatus == 0 && type == 1">
|
||||||
<div @click="toContent">不通过</div>
|
<div @click="toContent">不通过</div>
|
||||||
<div class="pass" @click="examine(1)">通过</div>
|
<div class="pass" @click="examine(1)">通过</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
<div class="rightBottom">
|
<div class="rightBottom">
|
||||||
<span>身份证号:</span>
|
<span>身份证号:</span>
|
||||||
<span>{{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1******$2') }}</span>
|
<span>{{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********$2') }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user