|
@@ -47,9 +47,9 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="cell-option ddflex">
|
|
<view class="cell-option ddflex">
|
|
|
- <view class="fflex">定位</view>
|
|
|
|
|
- <view class="fflex">BMS</view>
|
|
|
|
|
- <view class="fflex">详情</view>
|
|
|
|
|
|
|
+ <view class="fflex" @click="jumpUrl('/machineAndCell/map/map')">定位</view>
|
|
|
|
|
+ <view class="fflex" @click="jumpUrl('/machineAndCell/BMS/BMS')">BMS</view>
|
|
|
|
|
+ <view class="fflex" @click="jumpUrl('/machineAndCell/cellDetail/cellDetail')">详情</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -84,6 +84,13 @@
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
|
|
+ jumpUrl(url){
|
|
|
|
|
+ if(req.isLogins(true)){
|
|
|
|
|
+ uni.navigateTo({
|
|
|
|
|
+ url:url
|
|
|
|
|
+ })
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
queryTypeChange(val) {
|
|
queryTypeChange(val) {
|
|
|
if (this.queryType == val) return false
|
|
if (this.queryType == val) return false
|
|
|
this.queryType = val
|
|
this.queryType = val
|