充值显示

This commit is contained in:
2024-11-12 16:19:24 +08:00
parent 1bf03550ba
commit 7036ad356f
5 changed files with 334 additions and 297 deletions

View File

@@ -268,6 +268,14 @@
</view>
<!-- 应对华为审核去掉app跳转 -->
<view class="appJump ">
<view class="everhealth item flexbox" @click="appjumpfun('everhealth')">
<view class="img">
<image src="@/static/yljk.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>
@@ -827,6 +835,10 @@
bagName = 'com.cn.zmzm'
schemes = 'zmzm'
}
if (name == "everhealth") {
bagName = "cn.com.everhealth";
schemes = "everhealth";
}
if (name == 'nuttyreading') {
bagName = 'com.cn.nuttyreading'
schemes = 'nuttyreading'