bug修改

This commit is contained in:
18390123501 2024-06-18 15:00:18 +08:00
parent d1f8802c4c
commit d6862a487c
1 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,8 @@
<!-- <span class="themColor" style="font-size: 36px;">{{item.energy}}</span>
<span class="themColor" style="font-size: 28px;">千卡</span>
<span style="font-size: 28px;color:#666;">/100</span> -->
<span style="font-size: 28px;color:#666;" >{{ dataList[index][103][0] }} | {{ dataList[index][103][1] }}</span>
<!-- {{ }} -->
<span style="font-size: 28px;color:#666;" >{{ dataList[index][query.diseaseIds][0] }} | {{ dataList[index][query.diseaseIds][1] }}</span>
</view>
</view>
</view>
@ -148,6 +149,7 @@
},
getPageData() {
this.isPageShow = false
this.dataList = []
this.$API.getDiseaseFoodsLevel({
data: this.query
}).then(res => {
@ -186,6 +188,8 @@
}
},
currentChange(e) {
console.log(e.detail.current);
return
this.currentIndex = e.detail.current
},
goDetail(item) {