提交
This commit is contained in:
@@ -461,12 +461,20 @@
|
||||
</view>
|
||||
<!-- 应对华为审核,去掉app跳转 -->
|
||||
<view class="appJump">
|
||||
<view class="soulspace item flexbox" @click="appjumpfun('soulspace')">
|
||||
<view class="soulspace item flexbox" @click="appjumpfun('soulspace')">
|
||||
<view class="img">
|
||||
<image src="@/static/xlkj.png"></image>
|
||||
</view>
|
||||
<view class="text">
|
||||
<text>心灵空间</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zmzm item flexbox" @click="appjumpfun('taihu')" v-if="isShowTaihu">
|
||||
<view class="img">
|
||||
<image src="@/static/xlkj.png"></image>
|
||||
<image src="@/static/logo_taihu.png"></image>
|
||||
</view>
|
||||
<view class="text">
|
||||
<text>心灵空间</text>
|
||||
<text>太湖云医</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zmzm item flexbox" @click="appjumpfun('zmzm')">
|
||||
@@ -546,6 +554,7 @@ import { mapState, mapMutations } from "vuex";
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
isShowTaihu:false,
|
||||
myList: [],
|
||||
advertisementList: [],
|
||||
showEbook: false, // 显示电子书相关
|
||||
@@ -605,6 +614,11 @@ export default {
|
||||
},
|
||||
//第一次加载
|
||||
onLoad(e) {
|
||||
if (plus.os.name == "Android") {
|
||||
this.isShowTaihu=true
|
||||
}else{
|
||||
this.isShowTaihu=false
|
||||
}
|
||||
uni.hideTabBar();
|
||||
//提示评分
|
||||
this.editScoreRemind();
|
||||
@@ -1208,6 +1222,10 @@ export default {
|
||||
bagName = "com.cn.nuttyreading";
|
||||
schemes = "nuttyreading";
|
||||
}
|
||||
if (name == "taihu") {
|
||||
bagName = "com.cn.taimed";
|
||||
schemes = "taimed";
|
||||
}
|
||||
// if(name == 'everhealth'){
|
||||
if (plus.os.name == "Android") {
|
||||
//安卓
|
||||
@@ -1302,7 +1320,7 @@ export default {
|
||||
|
||||
.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