v3.0.2
parent
e14b927369
commit
e39790c3e3
2
App.vue
2
App.vue
|
|
@ -83,7 +83,7 @@
|
|||
// 默认logo、如 /static/images/common/logo.png
|
||||
application_logo: '',
|
||||
// 版本号
|
||||
version: 'v3.0.1',
|
||||
version: 'v3.0.2',
|
||||
// 货币价格符号
|
||||
currency_symbol: '¥',
|
||||
// 主题类型 主题颜色
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
## v3.0.2(2023-09-11)
|
||||
1. 用户基础信息填写,昵称判断有误修复
|
||||
2. 订单售后退货地址错误修复
|
||||
3. 新增微信小程序隐私弹窗说明
|
||||
|
||||
|
||||
## v3.0.1(2023-09-03)
|
||||
1. 用户基础信息web端错误修复
|
||||
2. 关闭按钮多端兼容性处理
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue