.catch((res) => { | .catch((res) => { | ||||
console.log(res); | console.log(res); | ||||
}); | }); | ||||
}; | }; | ||||
const selectConfirm = (index: any) => { | const selectConfirm = (index: any) => { |
state.list = item.data | state.list = item.data | ||||
console.log(item) | console.log(item) | ||||
}) | }) | ||||
}); | |||||
}); | |||||
const quanCheckActionTrue = () => { | const quanCheckActionTrue = () => { | ||||
var data = { | var data = { | ||||
opId: getItem(StorageKeys.OpenId), | opId: getItem(StorageKeys.OpenId), | ||||
]) | ]) | ||||
const flag = ref('0') | const flag = ref('0') | ||||
const choose = (i, item) => { | |||||
const choose = (i, item) => { | |||||
console.log(item.cardId) | |||||
navTo(`/pages/recharge/recharge?cardId=${item.cardId}`) | navTo(`/pages/recharge/recharge?cardId=${item.cardId}`) | ||||
} | } | ||||
</script> | </script> |
import urlConfig from '../../config/urlConfig.js'; | import urlConfig from '../../config/urlConfig.js'; | ||||
import http from './http.js'; //身份类型 | import http from './http.js'; //身份类型 | ||||
const identityData = [ | const identityData = [ | ||||
{ | { | ||||
id: 101, | id: 101, | ||||
id: 203, | id: 203, | ||||
name: '营业执照' | name: '营业执照' | ||||
}, | }, | ||||
{ | { | ||||
id: 204, | id: 204, | ||||
name: '事业单位法人证书' | name: '事业单位法人证书' |