接口开始5%
This commit is contained in:
@@ -45,8 +45,7 @@ foreach ($required in @(
|
||||
'const submitRegister = () =>',
|
||||
'class="feedback-toast"',
|
||||
$sliderPendingCopy,
|
||||
'const prepareLogin = () => uni.redirectTo({ url:',
|
||||
'/pages/auth/a01-entry',
|
||||
'const prepareLogin = () => uni.redirectTo({ url: "/pages/auth/a01-entry" });',
|
||||
'if (!/^1\d{10}$/.test(phone.value))',
|
||||
'validatePassword(password.value)',
|
||||
'PASSWORD_POLICY_MESSAGE',
|
||||
@@ -77,6 +76,7 @@ foreach ($obsoleteVisual in @(
|
||||
foreach ($nativeUi in @('uni.showToast', 'uni.showModal', 'uni.showLoading', 'uni.showActionSheet')) {
|
||||
Assert-NotContains -Content $register -Unexpected $nativeUi -Message "A-04 must not use native UniApp feedback: $nativeUi"
|
||||
}
|
||||
Assert-NotContains -Content $register -Unexpected '/pages/auth/a02-login' -Message 'A-04 must not return to the retired A02 route.'
|
||||
foreach ($required in @(
|
||||
'register-divider',
|
||||
'mode="aspectFit"',
|
||||
|
||||
Reference in New Issue
Block a user