master
gongfuxiang 2023-09-09 17:22:34 +08:00
parent e14b927369
commit e39790c3e3
3 changed files with 8 additions and 2 deletions

View File

@ -83,7 +83,7 @@
// logo /static/images/common/logo.png
application_logo: '',
//
version: 'v3.0.1',
version: 'v3.0.2',
//
currency_symbol: '¥',
//

View File

@ -1,3 +1,9 @@
## v3.0.22023-09-11
1. 用户基础信息填写,昵称判断有误修复
2. 订单售后退货地址错误修复
3. 新增微信小程序隐私弹窗说明
## v3.0.12023-09-03
1. 用户基础信息web端错误修复
2. 关闭按钮多端兼容性处理

View File

@ -20,7 +20,7 @@
</view>
</view>
<view class="buttom tc margin-top-xxxl padding-top-lg">
<button type="default" size="mini" class="br-base cr-base bg-white text-size-sm round margin-right-xxxl" @tap="exit_event"></button>
<button type="default" size="mini" class="br-gray cr-base bg-white text-size-sm round margin-right-xxxl" @tap="exit_event"></button>
<button type="default" size="mini" class="br-main cr-white bg-main text-size-sm round margin-left-xxxl" open-type="agreePrivacyAuthorization" @agreeprivacyauthorization="agree_privacy_auth_event"></button>
</view>
</view>