12345678910111213141516171819202122232425262728293031 |
- <template>
- <view class="page-body">
- <web-view :src="'https://ax.tellhe.cn/callBack/index6.html?code=1&message=2&backImg=3&backVideo=4&backNo=5&idcard=6&name=7&serialNumber=8'"></web-view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- };
- },
- /**
- * 生命周期函数--监听页面加载
- */
- onLoad: function(options) {
- },
- /**
- * 生命周期函数--监听页面显示
- */
- onShow: function() {
- },
- methods: {
-
- }
- };
- </script>
- <style>
- @import './callbackUrl.css';
- </style>
|