mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
2022-01-5
## 1.2.8 开源社区版: 【修复】修复七牛云设置【文件上传完毕后,在多少天后自动被删除】的问题,手欠造成的。 ## 0.0.4 会员先行版: 【修复】修复七牛云设置【文件上传完毕后,在多少天后自动被删除】的问题,手欠造成的。 【修复】SixLabors.ImageSharp生成海报时候,如果不存在【qrCode】文件夹则会报错的问题。#I4PF1G 【修复】修复因注册勾选协议的checkbox导致注册失败的问题。#I4PDA9,#I4P80I
This commit is contained in:
@@ -436,9 +436,7 @@
|
||||
})
|
||||
},
|
||||
async getPhoneNumber(e) {
|
||||
console.log(e);
|
||||
console.log(this.isDisabled);
|
||||
if (this.isDisabled == false) {
|
||||
if (this.agreement == false) {
|
||||
this.$refs.uToast.show({ message: '请先勾选并同意服务', type: 'error', })
|
||||
return false;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user