Commit 096a149e authored by youjie's avatar youjie

no message

parent b4ccc0e3
...@@ -11,7 +11,7 @@ let app = createApp(App) ...@@ -11,7 +11,7 @@ let app = createApp(App)
app.provide("$toast", Toast) app.provide("$toast", Toast)
app.provide("$dialog", Dialog) app.provide("$dialog", Dialog)
app.use(plugin) app.use(plugin)
app.config.globalProperties.$erpImgUrl = process.env.NODE_ENV == "development"?'http://192.168.10.128:8900':'https://jjswapi.oytour.com' app.config.globalProperties.$erpImgUrl = process.env.NODE_ENV == "development"?'http://192.168.10.128:8900':'https://jjeduapi.oytour.com'
// app.config.globalProperties.$toast = Toast;//全局挂载方法 // app.config.globalProperties.$toast = Toast;//全局挂载方法
// app.component('v-MessageBox',MessageBox);//全局注册组件 // app.component('v-MessageBox',MessageBox);//全局注册组件
app.mount() app.mount()
...@@ -288,6 +288,7 @@ ...@@ -288,6 +288,7 @@
}, },
onShow(){ onShow(){
this.dataList = [] this.dataList = []
this.msg.pageIndex = 1
}, },
onReachBottom() { onReachBottom() {
if (this.msg.pageIndex < this.pageCount) { if (this.msg.pageIndex < this.pageCount) {
......
...@@ -311,6 +311,7 @@ ...@@ -311,6 +311,7 @@
}, },
onShow(){ onShow(){
this.dataList = [] this.dataList = []
this.msg.pageIndex = 1
this.getData() this.getData()
}, },
onReachBottom() { onReachBottom() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment