|
@@ -1,10 +1,9 @@
|
|
|
<template>
|
|
|
<view class="container reportRevolve-container">
|
|
|
- <web-view :src="reportUrl" v-if="reportUrl">
|
|
|
- <!-- <cover-view class="clear-view">
|
|
|
+ <web-view :src="reportUrl" v-if="reportUrl"> </web-view>
|
|
|
+ <!-- <cover-view class="clear-view">
|
|
|
<cover-image class="clear-icon" @click="isClearHandler" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/close-icon.png"></cover-image>
|
|
|
</cover-view> -->
|
|
|
- </web-view>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
@@ -26,7 +25,8 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
onLoad(option) {
|
|
|
- this.reportUrl = option.url;
|
|
|
+ this.reportUrl = option.url + "?token=" + option.user;
|
|
|
+ console.log(option, this.reportUrl);
|
|
|
},
|
|
|
};
|
|
|
</script>
|