From 68ce9382090846dc3a03a057a18a7d09f30e45e5 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 17 十月 2025 17:39:03 +0800
Subject: [PATCH] test
---
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