接受其他app传递的参数

This commit is contained in:
@fawn-nine
2023-11-27 16:00:43 +08:00
parent d30d3553a1
commit f625109e2d
3 changed files with 19 additions and 12 deletions

View File

@@ -58,7 +58,8 @@
<view class="nav_list" @click="switchTab('../bookShop/orderList')">
<text>我的订单</text>
</view>
<view class="nav_list" @click="appJump()" v-if="this.osName !== null">
<view class="nav_list" @click="appJump()" v-if="this.osName != ''">
<text>打开一路健康</text>
</view>
@@ -140,7 +141,7 @@
playData: {},
isAndorid: true,
platform: null, // 设备系统
osName: null, // 系统名称
osName: '', // 系统名称
};
},
//第一次加载