vip
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user