Bläddra i källkod

[Feature]提交代码

yxb
杨毅 2 år sedan
förälder
incheckning
b736f49535
3 ändrade filer med 7 tillägg och 3 borttagningar
  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 Visa fil

@@ -158,6 +158,7 @@
.catch((res) => {
console.log(res);
});
};

const selectConfirm = (index: any) => {

+ 4
- 3
pages/recharge/select-car.vue Visa fil

@@ -54,8 +54,8 @@
state.list = item.data
console.log(item)
})
});
});
const quanCheckActionTrue = () => {
var data = {
opId: getItem(StorageKeys.OpenId),
@@ -90,7 +90,8 @@
])
const flag = ref('0')
const choose = (i, item) => {
const choose = (i, item) => {
console.log(item.cardId)
navTo(`/pages/recharge/recharge?cardId=${item.cardId}`)
}
</script>

+ 2
- 0
utils/common/tools.js Visa fil

@@ -7,6 +7,7 @@ import config from '../../config/config.js';
import urlConfig from '../../config/urlConfig.js';
import http from './http.js'; //身份类型


const identityData = [
{
id: 101,
@@ -44,6 +45,7 @@ const identityData = [
id: 203,
name: '营业执照'
},
{
id: 204,
name: '事业单位法人证书'

Laddar…
Avbryt
Spara