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") || {}