|
|
@@ -100,7 +100,7 @@ Component({
|
|
|
|
|
|
const cardno = this.data.cardnoProps;
|
|
|
if (cardno.length && cardno.fill.length !== cardno.length) throw `身份证号请补充完整`;
|
|
|
- else if (cardno.length) data.cardno = `${phone.prefix}${phone.fill}${phone.suffix}`;
|
|
|
+ else if (cardno.length) data.cardno = `${cardno.prefix}${cardno.fill}${cardno.suffix}`;
|
|
|
|
|
|
if (this.data.scene) data.scene = decodeURIComponent(this.data.scene);
|
|
|
|