From d8743368ffda9bc0fb2c6818f695a9a6b1079e57 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 19 九月 2025 18:22:15 +0800
Subject: [PATCH] laster

---
 pages/my/log-detail.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pages/my/log-detail.vue b/pages/my/log-detail.vue
index 82168f5..3b5d184 100644
--- a/pages/my/log-detail.vue
+++ b/pages/my/log-detail.vue
@@ -16,8 +16,8 @@
 			</view>
 			<view class="title">閿欒淇℃伅
 			</view>
-			<view class="content error">{{info.msg}}
-			</view>
+			<textarea class="content error" disabled :value="result"></textarea>
+			
 		</template>
 		<template v-else>
 			<view class="title">缁撴灉
@@ -42,6 +42,7 @@
 		},
 		onLoad(option) {
 			this.info = JSON.parse(option.info) || {}
+			console.log(	this.info)
 			if(this.info.data_key)
 			{
 				const maxData = session.getValue("request_log_max_data") || {}

--
Gitblit v1.9.1