课程详情图片点击放大,首页app跳转

This commit is contained in:
liuyuan
2025-03-19 09:53:21 +08:00
parent 6ad5712a71
commit 59e9928c25
6 changed files with 100 additions and 95 deletions

View File

@@ -488,14 +488,22 @@
</view>
<!-- 应对华为审核去掉app跳转 -->
<view class="appJump">
<view class="everhealth item flexbox" @click="appjumpfun('everhealth')">
<view class="soulspace item flexbox" @click="appjumpfun('soulspace')">
<view class="img">
<image src="@/static/yljk.png" mode="widthFix"></image>
<image src="@/static/xlkj.png" mode="widthFix"></image>
</view>
<view class="text">
<text>一路健康</text>
<text>心灵空间</text>
</view>
</view>
<view class="zmzm item flexbox" @click="appjumpfun('zmzm')">
<view class="img">
<image src="@/static/40x40.png" mode="widthFix"></image>
</view>
<view class="text">
<text>众妙之门</text>
</view>
</view>
<view class="everhealth item flexbox" @click="appjumpfun('nuttyreading')">
<view class="img">
<image src="@/static/f40x40.png" mode="widthFix"></image>
@@ -504,14 +512,6 @@
<text>疯子读书</text>
</view>
</view>
<view class="zmzm item flexbox" @click="appjumpfun('zmzm')">
<view class="img">
<image src="@/static/40x40.png" mode="widthFix"></image>
</view>
<view class="text">
<text>众妙之门</text>
</view>
</view>
</view>
<!-- 公共组件-每个页面必须引入 -->
<public-module></public-module>
@@ -1138,9 +1138,9 @@ export default {
bagName = "com.cn.zmzm";
schemes = "zmzm";
}
if (name == "everhealth") {
bagName = "cn.com.everhealth";
schemes = "everhealth";
if (name == "soulspace") {
bagName = "com.nuttyreading.soul";
schemes = "soulspace";
}
if (name == "nuttyreading") {
bagName = "com.cn.nuttyreading";
@@ -1235,7 +1235,7 @@ export default {
.appJump {
position: fixed;
right: 0;
top: 8%;
top: 120rpx;
z-index: 1;
.item {
@@ -1252,7 +1252,6 @@ export default {
}
.img {
// width: 60rpx; height: 60rpx;
padding: 6rpx;
overflow: hidden;
@@ -1824,7 +1823,7 @@ export default {
width: 48rpx;
height: 48rpx;
position: absolute;
top: 54rpx;
top: 60rpx;
right: 30rpx;
}
}