bug157
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: 'integralTask',
|
name: 'integralTask',
|
||||||
appName: '功德银行',
|
appName: '积分任务',
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
list: [],
|
list: [],
|
||||||
@@ -62,7 +62,7 @@ export default {
|
|||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
uni.setNavigationBarTitle({
|
uni.setNavigationBarTitle({
|
||||||
title: '功德银行'
|
title: '积分任务'
|
||||||
});
|
});
|
||||||
this.$dict.load(['fdIntegralTaskType']).then(() => {
|
this.$dict.load(['fdIntegralTaskType']).then(() => {
|
||||||
this.getList()
|
this.getList()
|
||||||
|
|||||||
Reference in New Issue
Block a user