This commit is contained in:
2024-09-27 14:42:04 +08:00
parent be841069ef
commit 14070f5402
423 changed files with 245457 additions and 15 deletions

View File

@@ -22,6 +22,14 @@
<text>疯子读书</text>
</view>
</view>
<view class="zmzm item flexbox" @click="appjumpfun('medicine')">
<view class="img">
<image src="@/static/icon/wmysicon.png" mode="widthFix"></image>
</view>
<view class="text">
<text>吴门医述</text>
</view>
</view>
</view>
<view class="main_content_box">
<view class="curriculum_box">
@@ -511,6 +519,10 @@ export default {
bagName = "cn.com.everhealth";
schemes = "everhealth";
}
if (name == "medicine") {
bagName = "com.cn.medicine";
schemes = "medicine";
}
// if(name == 'everhealth'){
if (plus.os.name == "Android") {
//安卓
@@ -1056,12 +1068,12 @@ function calcTimer(timer) {
position: fixed;
right: 0;
top: 8%;
top: 7%;
z-index: 1;
.item {
background: rgba(255, 255, 255, 0.6);
margin-bottom: 40rpx;
margin-bottom: 30rpx;
border: 1px solid #fff;
border-right: none;
align-items: center;