更新
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user