mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 06:02:52 +08:00
添加log打印
This commit is contained in:
@@ -45,8 +45,8 @@
|
||||
</div>
|
||||
<!-- <div class="bottom-btn bg-white" v-if="uwResult == '46'">
|
||||
<van-button type="danger" size="large" @click="goback" v-no-more-click="1000">返回投保单列表</van-button>
|
||||
<!-- <van-button type="danger" style="width: 50vw" size="normal" @click="submit" v-no-more-click="1000">提交人工核保</van-button> -->
|
||||
<!-- </div> -->
|
||||
<van-button type="danger" style="width: 50vw" size="normal" @click="submit" v-no-more-click="1000">提交人工核保</van-button>
|
||||
</div> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -74,6 +74,7 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
// eslint-disable-next-line no-undef
|
||||
EWebBridge.webCallAppInJs('webview_left_button', {
|
||||
intercept: '1' //是否拦截原生返回事件 1是 其他否
|
||||
})
|
||||
@@ -93,6 +94,7 @@ export default {
|
||||
}
|
||||
that.uwResult = window.localStorage.getItem('uwResult')
|
||||
that.underWriteData = JSON.parse(window.localStorage.getItem('underWriteData'))
|
||||
console.log('resultMessage: ', window.localStorage.getItem('resultMessage'))
|
||||
},
|
||||
methods: {
|
||||
// 返回电子投保单列表
|
||||
|
||||
Reference in New Issue
Block a user