This commit is contained in:
xiaozhiyong
2023-05-08 12:25:37 +08:00
parent a6909ed508
commit 9196734d72
3 changed files with 190 additions and 173 deletions

View File

@@ -11,7 +11,7 @@
</uni-easyinput>
</view>
</view>
<view style="flex:1;overflow: hidden;">
<view style="flex:1;overflow: hidden;">
<scroll-view style="height: 100%;" scroll-y="true" @scrolltolower='scrolltolower'>
<view class="container">
<view class="item" v-for="item,index in tableList" :key="index"
@@ -74,7 +74,9 @@
}
return +number.toFixed(2)
},
jump(e, path,item) {
console.log(123)
switch (e) {
case -1:
uni.navigateBack()