|
@@ -9,11 +9,11 @@
|
|
|
起后,即可进入下一步</text>
|
|
|
<view wx:if="{{!scopeBluetooth && userFuzzyLocation}}" class="qx">
|
|
|
<text bindtap="setBluetooth">开启蓝牙权限</text>
|
|
|
- <image mode="heightFix" src="./../../../img/a.png"></image>
|
|
|
+ <image src="./../../../img/a.png" style="width: 16rpx;height: 28rpx;"></image>
|
|
|
</view>
|
|
|
<view wx:if="{{!userFuzzyLocation}}" class="qx">
|
|
|
<text bindtap="setUserFuzzyLocation">开启定位权限</text>
|
|
|
- <image mode="heightFix" src="./../../../img/a.png"></image>
|
|
|
+ <image src="./../../../img/a.png" style="width: 16rpx;height: 28rpx;"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="subBtn">
|