提交
This commit is contained in:
@@ -14,6 +14,14 @@
|
||||
<text>吴门医述</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="everhealth item flexbox" @click="appjumpfun('taihu')" v-if="isShowTaihu">
|
||||
<view class="img">
|
||||
<image src="@/static/icon/logo_taihu.png"></image>
|
||||
</view>
|
||||
<view class="text">
|
||||
<text>太湖云医</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view
|
||||
class="zmzm item flexbox"
|
||||
@@ -305,6 +313,7 @@ export default {
|
||||
props: {},
|
||||
data() {
|
||||
return {
|
||||
isShowTaihu:false,
|
||||
advertisementList: [],
|
||||
noticeList: [], //秒杀列表
|
||||
seckillLst: [], //秒杀列表
|
||||
@@ -347,6 +356,11 @@ export default {
|
||||
},
|
||||
onReady() {},
|
||||
onLoad() {
|
||||
if (plus.os.name == "Android") {
|
||||
this.isShowTaihu=true
|
||||
}else{
|
||||
this.isShowTaihu=false
|
||||
}
|
||||
this.$nextTick(() => {
|
||||
this.getAdvertisement();
|
||||
});
|
||||
@@ -600,6 +614,10 @@ export default {
|
||||
schemes = "medicine";
|
||||
appId = "6523420507";
|
||||
}
|
||||
if (name == "taihu") {
|
||||
bagName = "com.cn.taimed";
|
||||
schemes = "taimed";
|
||||
}
|
||||
// if(name == 'everhealth'){
|
||||
if (plus.os.name == "Android") {
|
||||
//安卓
|
||||
@@ -1160,12 +1178,12 @@ function calcTimer(timer) {
|
||||
.appJump {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 120rpx;
|
||||
top: 90rpx;
|
||||
z-index: 1;
|
||||
|
||||
.item {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
margin-bottom: 20rpx;
|
||||
margin-bottom:10rpx;
|
||||
border: 1px solid #fff;
|
||||
align-items: center;
|
||||
padding-right: 10rpx;
|
||||
|
||||
Reference in New Issue
Block a user