|
@@ -13,7 +13,7 @@
|
|
|
<view class="city" v-if="!allow">
|
|
|
<view style="font-size: 35upx;">{{ location }}</view>
|
|
|
</view>
|
|
|
- <button v-if="allow" @opensetting='handler' open-type="openSetting">定位失败,点击重新获取</button>
|
|
|
+ <button plain="true" style="border: none;" v-if="allow" @opensetting='handler' open-type="openSetting">定位失败,点击重新获取</button>
|
|
|
</block>
|
|
|
<view class="input-view" style="float: right;">
|
|
|
<uni-icon color="#606266" size="22" @click="scan" type="scan"></uni-icon>
|