From c476915fdcb57387459ce6da1b43a502f4168628 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期一, 29 四月 2024 09:38:54 +0800 Subject: [PATCH] 标题 --- pages/bookExhibitionList/index.js | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/pages/bookExhibitionList/index.js b/pages/bookExhibitionList/index.js index 91e0257..0d31525 100644 --- a/pages/bookExhibitionList/index.js +++ b/pages/bookExhibitionList/index.js @@ -87,7 +87,9 @@ * 鐢熷懡鍛ㄦ湡鍑芥暟--鐩戝惉椤甸潰鍔犺浇 */ onLoad(options) { + this.bookExhibitionGet() + this.keyProjectsGet(this.data.newPrice) // this.setData({ // 'product.value': '*', // }); @@ -100,12 +102,12 @@ }) - // watch.setWatcher(this); - // let that = this; - // setTimeout(function () { - // that.data.name = "娴嬭瘯watch鍙樺寲浜�" - // }, 5000) - // + watch.setWatcher(this); + let that = this; + setTimeout(function () { + that.data.name = "娴嬭瘯watch鍙樺寲浜�" + }, 500) + }, watch: { name: function (newVal, oldVal) { -- Gitblit v1.9.1