提交一波
This commit is contained in:
@@ -150,8 +150,10 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.dict.load("wyBasicCount", "wyIntegralOrderType")
|
this.dict.load("wyBasicCount", "wyIntegralOrderType").then(() => {
|
||||||
this.getData()
|
this.integralOrderType = this.dict.getDict("wyIntegralOrderType")[0].dictValue
|
||||||
|
this.getData()
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -14,11 +14,6 @@ export default {
|
|||||||
this.active = i
|
this.active = i
|
||||||
this.$emit("click", e)
|
this.$emit("click", e)
|
||||||
}
|
}
|
||||||
},
|
|
||||||
mounted() {
|
|
||||||
if (this.list.length > 0) {
|
|
||||||
this.$emit("click", this.list[0])
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.subHeader {
|
.subHeader {
|
||||||
background: #7583900f;
|
//background: #7583900f;
|
||||||
|
|
||||||
.subHeader-title {
|
.subHeader-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user