From ed69ae663f9591e4184f4cfb58f0ac4e5eb94a1a Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Sun, 23 Nov 2025 20:42:58 +0800 Subject: [PATCH] update pay function --- src/views/ValueForum/components/CreatePredictionModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ValueForum/components/CreatePredictionModal.js b/src/views/ValueForum/components/CreatePredictionModal.js index eb39663d..f5f173a1 100644 --- a/src/views/ValueForum/components/CreatePredictionModal.js +++ b/src/views/ValueForum/components/CreatePredictionModal.js @@ -3,7 +3,7 @@ * 用户可以发起新的预测市场话题 */ -import React, { useState } from 'react'; +import React, { useState, useEffect } from 'react'; import { Modal, ModalOverlay,