new-20250827 修改安卓蓝牙未开启定位服务的问题 #32

Merged
dyf merged 6 commits from liubiao/APP:new-20250827 into main 2026-02-03 18:55:03 +08:00
13 changed files with 77 additions and 1572 deletions
Showing only changes of commit fcea5b1dba - Show all commits

View File

@ -305,8 +305,10 @@
popupBorder: '1rpx solid rgba(255, 200, 78, 0.3)', popupBorder: '1rpx solid rgba(255, 200, 78, 0.3)',
showCancel: true showCancel: true
}, },
confirm() { confirm() {
return true; console.log('这是确定按钮吗');
//return true;
} }
} }
@ -1424,7 +1426,7 @@
border-radius: 40rpx; border-radius: 40rpx;
padding: 40rpx; padding: 40rpx;
box-sizing: border-box; box-sizing: border-box;
border: 1px solid rgba(255, 200, 78, 1); border: 3rpx solid rgba(255, 200, 78, 0.3);
} }
.popup-Title { .popup-Title {
@ -1503,14 +1505,14 @@
.disagree { .disagree {
background-color: transparent; background-color: transparent;
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
border: 1px solid rgba(255, 200, 78, 0.7); border: 1px solid rgba(255, 200, 78, 1);
font-size: 24rpx; font-size: 24rpx;
color: rgba(255, 200, 78, 1); color: rgba(255, 200, 78, 1);
} }
/* 同意按钮 */ /* 同意按钮 */
.agreeBtn { .agreeBtn {
background-color: rgba(255, 200, 78, 1); background: rgba(255, 200, 78, 1);
color: #232323; color: #232323;
border: none; border: none;
font-size: 24rpx; font-size: 24rpx;

View File

@ -18,8 +18,7 @@
<image src="/static/images/common/more.png" mode="aspectFit" class="more"></image> <image src="/static/images/common/more.png" mode="aspectFit" class="more"></image>
</view> </view>
</view> </view>
<view class="sendFlex" <view class="sendFlex" v-if="activeTab && activeTab.id !== ''&& activeTabInfo.communicationMode==0 || activeTabInfo.communicationMode==2">
v-if="activeTab && activeTab.id !== ''&& activeTabInfo.communicationMode==0 && activeTabInfo.typeName=='BJQ6170'">
<view class="callpolice" @click="callpolice">报警</view> <view class="callpolice" @click="callpolice">报警</view>
<view class="Sendmessage" @click="location">位置</view> <view class="Sendmessage" @click="location">位置</view>
<view class="Sendmessage" @click="handleSend">发送信息</view> <view class="Sendmessage" @click="handleSend">发送信息</view>

BIN
static/images/6075/bj_1.png Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB