From 81c23f9c2f5bdfbe962d0b19a5a80ea7c12f043d Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期三, 10 七月 2024 17:39:02 +0800 Subject: [PATCH] 二维码 --- packageDomain/pages/resourceDetails/myVideo/index.js | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/packageDomain/pages/resourceDetails/myVideo/index.js b/packageDomain/pages/resourceDetails/myVideo/index.js index 1734666..ab3f70a 100644 --- a/packageDomain/pages/resourceDetails/myVideo/index.js +++ b/packageDomain/pages/resourceDetails/myVideo/index.js @@ -207,7 +207,8 @@ }, resourceDetailsData() { this.setData({ - videoLoaidng: true + videoLoaidng: true, + loading: true }) let query = { storeInfo: this.data.storeInfo, @@ -412,9 +413,9 @@ }, // 鑾峰彇绗旇鍒楄〃 async getNoteList() { - // this.setData({ - // loading: true - // }) + this.setData({ + loading: true + }) let topicId await app.MG.ugc .getProductUserSubmitTopic({ -- Gitblit v1.9.1