fix: 修复订单提交逻辑并移除未使用的Android权限
- 修复订单提交组件中支付方式选择逻辑,防止payList为空时出错 - 重构地址校验逻辑,使用isShowAddress统一控制 - 移除未使用的Android定位和录音权限,改为excludePermissions配置 - 修正首页太湖云医区块的缩进格式 - 更新应用版本号至1.0.50
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
<text>吴门医述</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="everhealth item flexbox" @click="appjumpfun('taihu')" v-if="isShowTaihu">
|
||||
<view class="img">
|
||||
<image src="@/static/icon/logo_taihu.png"></image>
|
||||
</view>
|
||||
<view class="text">
|
||||
<text>太湖云医</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="everhealth item flexbox" @click="appjumpfun('taihu')" v-if="isShowTaihu">
|
||||
<view class="img">
|
||||
<image src="@/static/icon/logo_taihu.png"></image>
|
||||
</view>
|
||||
<view class="text">
|
||||
<text>太湖云医</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view
|
||||
class="zmzm item flexbox"
|
||||
|
||||
Reference in New Issue
Block a user