mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 19:03:27 +08:00
【优化】按照小程序审核规则,将授权默认勾选的隐私政策,调整为不默认勾选,需要用户主动勾选。
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
components: {},
|
||||
data() {
|
||||
return {
|
||||
agreement: true,
|
||||
agreement: false,
|
||||
isDisabled: false,
|
||||
maxMobile: 11,
|
||||
mobile: '', // 用户手机号
|
||||
|
||||
Reference in New Issue
Block a user