接受其他app传递的参数
This commit is contained in:
@@ -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: '', // 系统名称
|
||||
};
|
||||
},
|
||||
//第一次加载
|
||||
|
||||
Reference in New Issue
Block a user