fix: 修复订单提交逻辑并移除未使用的Android权限

- 修复订单提交组件中支付方式选择逻辑,防止payList为空时出错
- 重构地址校验逻辑,使用isShowAddress统一控制
- 移除未使用的Android定位和录音权限,改为excludePermissions配置
- 修正首页太湖云医区块的缩进格式
- 更新应用版本号至1.0.50
This commit is contained in:
2026-02-02 16:52:33 +08:00
parent f3c7de1d29
commit 2e121eaf98
3 changed files with 22 additions and 24 deletions

View File

@@ -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"