Commit 6565fd43 by zeyang

优化法条摘要

parent 07513fc9
<template>
<view class="container" v-if="!isShow">
<view class="container" v-if="isShow">
<view style="position: absolute;width: 60%;left: 20%;top: 50rpx;">
<image src="../../static/lawManual/backGroundImg.png" mode="widthFix"></image>
</view>
......@@ -1847,7 +1847,7 @@
// let uniPlatform = uni.getSystemInfoSync();
var ua = window.navigator.userAgent.toLowerCase();
isShow.value = ua.match(/MicroMessenger/i) == 'micromessenger';
if (!isShow.value) {
if (isShow.value) {
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