소스 검색

[Feature]提交代码

yxb
杨毅 2 년 전
부모
커밋
b736f49535
3개의 변경된 파일7개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    0
      applyCard/car-release.vue
  2. 4
    3
      pages/recharge/select-car.vue
  3. 2
    0
      utils/common/tools.js

+ 1
- 0
applyCard/car-release.vue 파일 보기

.catch((res) => { .catch((res) => {
console.log(res); console.log(res);
}); });
}; };


const selectConfirm = (index: any) => { const selectConfirm = (index: any) => {

+ 4
- 3
pages/recharge/select-car.vue 파일 보기

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>

+ 2
- 0
utils/common/tools.js 파일 보기

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: '事业单位法人证书'

Loading…
취소
저장