提交
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;
|
||||
|
||||
@@ -438,6 +438,7 @@ export default {
|
||||
//页面显示
|
||||
onShow() {
|
||||
this.getBookList();
|
||||
this.getUserCouponList();
|
||||
this.getData();
|
||||
this.gethufenData();
|
||||
//获取vip身份
|
||||
@@ -474,7 +475,7 @@ export default {
|
||||
method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
||||
data: {
|
||||
page: 1,
|
||||
limit: 10,
|
||||
limit: 9999,
|
||||
getType: "", //获取类型 0 后台赠送 1 主动获取
|
||||
status: "0", //使用状态 0 未使用 1 已使用 2 已过期
|
||||
userInfo: "", //用户信息
|
||||
|
||||
Reference in New Issue
Block a user