蜂箱完善
This commit is contained in:
parent
d42101a209
commit
cb90f69cbd
|
@ -63,7 +63,7 @@
|
||||||
height: 25,
|
height: 25,
|
||||||
id: parseFloat(item.id),
|
id: parseFloat(item.id),
|
||||||
iconPath: '../../static/蜂场.png',
|
iconPath: '../../static/蜂场.png',
|
||||||
label: {
|
label: {
|
||||||
content: item.name,
|
content: item.name,
|
||||||
fontSize:15,
|
fontSize:15,
|
||||||
anchorX: (() => {
|
anchorX: (() => {
|
||||||
|
|
|
@ -900,8 +900,8 @@
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pagesFengXiang/pages/index?id=' + item.id + '&qrcode=' + item.qrcode
|
url: '/pagesFengXiang/pages/index?id=' + item.id + '&qrcode=' + item.qrcode
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
clicktabs(event) {
|
clicktabs(event) {
|
||||||
if (event.id) {
|
if (event.id) {
|
||||||
this.quchongid = event.id
|
this.quchongid = event.id
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
<!-- <view class="input-b">{{form.lng}},{{form.lat}}</view> -->
|
<!-- <view class="input-b">{{form.lng}},{{form.lat}}</view> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 蜂种 -->
|
<!-- 蜂种 -->
|
||||||
<view>
|
<view>
|
||||||
<view class="text-box">蜂种</view>
|
<view class="text-box">蜂种</view>
|
||||||
<view @click="showfengzhong = true">
|
<view @click="showfengzhong = true">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user