cuiqian2004
2025-10-17 68ce9382090846dc3a03a057a18a7d09f30e45e5
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") || {}