This commit is contained in:
2024-07-16 15:43:00 +08:00
parent 5990a588dc
commit 01c4435276
13 changed files with 78 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
<template>
<view class="zd_container">
<nav-bar title="生箔工序"></nav-bar>
<!-- <nav-bar title="生箔工序"></nav-bar> -->
<nav-bar :title="title"></nav-bar>
<view class="zd_content">
<view class="zd_wrapper">
<view class="filter_item">
@@ -97,6 +98,7 @@
},
data() {
return {
title: '',
top: 0,
val1: '',
val2: '',
@@ -120,6 +122,9 @@
pageSize: 10
};
},
onLoad (options) {
this.title = options.title
},
onPageScroll(e) {
this.$refs.UT.topData(e.scrollTop)
},