bug
This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
|||||||
const id = this.notices[val]["id"];
|
const id = this.notices[val]["id"];
|
||||||
if (id) {
|
if (id) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: "../AppNotice/AppNotice?id=" + id
|
url: "/mods/AppNotice/AppNotice?id=" + id
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="line-flex">
|
<div class="line-flex">
|
||||||
<div class="label">经营类型</div>
|
<div class="label">经营类型</div>
|
||||||
<div class="value">
|
<div class="value" @click="showOperatorType=true">
|
||||||
{{ $dict.getLabel('operatorType', detailInfo.operatorType) }}<u-icon name="arrow-right" color="#999" size="22"></u-icon>
|
{{ $dict.getLabel('operatorType', detailInfo.operatorType) }}<u-icon name="arrow-right" color="#999" size="22"></u-icon>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -49,7 +49,6 @@ export default {
|
|||||||
this.tabHeight = data.height
|
this.tabHeight = data.height
|
||||||
console.log(this.tabHeight)
|
console.log(this.tabHeight)
|
||||||
}).exec()
|
}).exec()
|
||||||
|
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user