weapps-plugin-jingtong-verify 1.4.5 → 1.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1469,7 +1469,7 @@ Page({
|
|
|
1469
1469
|
} = this.data.formData
|
|
1470
1470
|
// 两个都没填
|
|
1471
1471
|
if ((sur_name == null || sur_name === '') && (first_name == null || first_name === '')) {
|
|
1472
|
-
const msgEmpty = 'Please fill in surname or given name';
|
|
1472
|
+
const msgEmpty = 'Please fill in surname or given name.';
|
|
1473
1473
|
this.setData({
|
|
1474
1474
|
sur_name_state: {
|
|
1475
1475
|
valid: false,
|
|
@@ -122,7 +122,7 @@ Page({
|
|
|
122
122
|
} = this.data.formData
|
|
123
123
|
// 两个都没填
|
|
124
124
|
if ((sur_name == null || sur_name === '') && (first_name == null || first_name === '')) {
|
|
125
|
-
const msgEmpty = 'Please fill in surname or given name';
|
|
125
|
+
const msgEmpty = 'Please fill in surname or given name.';
|
|
126
126
|
this.setData({
|
|
127
127
|
sur_name_state: {
|
|
128
128
|
valid: false,
|