Commit 153a5abb by zeyang

1.优化法条摘要

parent 18bd8ba0
<template> <template>
<view class="container" v-if="!isShow"> <view class="container" v-if="isShow">
<view style="position: absolute;width: 60%;left: 20%;top: 50rpx;"> <view style="position: absolute;width: 60%;left: 20%;top: 50rpx;">
<image src="../../static/lawManual/backGroundImg.png" mode="widthFix"></image> <image src="../../static/lawManual/backGroundImg.png" mode="widthFix"></image>
</view> </view>
...@@ -1955,7 +1955,7 @@ ...@@ -1955,7 +1955,7 @@
// let uniPlatform = uni.getSystemInfoSync(); // let uniPlatform = uni.getSystemInfoSync();
var ua = window.navigator.userAgent.toLowerCase(); var ua = window.navigator.userAgent.toLowerCase();
isShow.value = ua.match(/MicroMessenger/i) == 'micromessenger'; isShow.value = ua.match(/MicroMessenger/i) == 'micromessenger';
if (!isShow.value) { if (isShow.value) {
init(); init();
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment