diff --git a/src/images/WechatIMG8826.jpg b/src/images/WechatIMG8826.jpg new file mode 100644 index 0000000..9380dd6 Binary files /dev/null and b/src/images/WechatIMG8826.jpg differ diff --git a/src/packages/public/pages/web-view/web-view.vue b/src/packages/public/pages/web-view/web-view.vue index a1e323d..f35af37 100644 --- a/src/packages/public/pages/web-view/web-view.vue +++ b/src/packages/public/pages/web-view/web-view.vue @@ -1,10 +1,15 @@ @@ -23,10 +28,10 @@ this.optins = optins let url = ''; switch (optins.name) { - case '随手拍': - url = - 'http://mssq.jiexiu.gov.cn/eGovaPublic/view/mobileapp/publicinspect/index.html?cityCode=2988&moduleId=2&isWechat=1&state=STATE#/report/1?hash=002'; - break; + // case '随手拍': + // url = + // 'http://mssq.jiexiu.gov.cn/eGovaPublic/view/mobileapp/publicinspect/index.html?cityCode=2988&moduleId=2&isWechat=1&state=STATE#/report/1?hash=002'; + // break; case '手机充值': url = 'https://h5.bestpay.cn/subapps/txjfwap-h5/index.html?payType=1&payChannel=winglet_go&channel=xygj'; @@ -50,10 +55,16 @@ height: 100%; } + .web-view-image{ + width: 100%; + // height: 100%; + position: absolute; + text-align: center; + transform: translate(-50% -50%); + } + .img { // width: 750rpx; // height: 1334rpx; - width: 100%; - height: 100%; } \ No newline at end of file