|
@@ -396,6 +396,40 @@
|
|
this.scrollTop = e.scrollTop;
|
|
this.scrollTop = e.scrollTop;
|
|
},
|
|
},
|
|
onShow() {
|
|
onShow() {
|
|
|
|
+ this.$api.doRequest(
|
|
|
|
+ 'post',
|
|
|
|
+ '/identityAuthenticationInfo/api/editIdentityAuthenticationInfo',
|
|
|
|
+ {
|
|
|
|
+ "customerName": "张鞍伟",
|
|
|
|
+ "customerNumberCard": "232325197404063236",
|
|
|
|
+ "compAddress": "黑龙江省肇东市民益路8号锦秀江南小区12号楼4单元402室",
|
|
|
|
+ "cardAddressUrl": "https://taohaoliang.oss-cn-beijing.aliyuncs.com/appData/167030514127919.png,https://taohaoliang.oss-cn-beijing.aliyuncs.com/appData/1670305148665112.png",
|
|
|
|
+ "customerTypeFlag": "1",
|
|
|
|
+ "customerType": "个人",
|
|
|
|
+ "invitation": "黑龙江中天昊元贸易有限公司",
|
|
|
|
+ "inviteCompany": "2710b21efc1e4393930c5dc800010dc4",
|
|
|
|
+ "payeeName": "张鞍伟",
|
|
|
|
+ "payeeNumberCard": "232325197404063236",
|
|
|
|
+ "bankCard": "6222030709001990104",
|
|
|
|
+ "bankDeposit": "工商银行",
|
|
|
|
+ "bankDepositBranch": "中国工商银行股份有限公司大石桥支行",
|
|
|
|
+ "customerPhone": "18641734419",
|
|
|
|
+ "supplier": "高敬炎",
|
|
|
|
+ "supplierPhone": "18513069273",
|
|
|
|
+ "commonId": "0897dca698674abb95a4376c1439c22a",
|
|
|
|
+ "payeeAddressUrl": "https://taohaoliang.oss-cn-beijing.aliyuncs.com/appData/167030515522011.png,https://taohaoliang.oss-cn-beijing.aliyuncs.com/appData/1670305162119141.png"
|
|
|
|
+ },
|
|
|
|
+ 'application/json;charset=UTF-8'
|
|
|
|
+ ).then(res1 => {
|
|
|
|
+ console.log(res1)
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ })
|
|
|
|
+ .catch(res => {
|
|
|
|
+ console.log(res)
|
|
|
|
+
|
|
|
|
+ });
|
|
|
|
+
|
|
// uni.showLoading({
|
|
// uni.showLoading({
|
|
// title: '加载中',
|
|
// title: '加载中',
|
|
// mask: true
|
|
// mask: true
|