Bläddra i källkod

“提交”

yxb
DESKTOP-2IO5MST\huting 1 år sedan
förälder
incheckning
7e18867901

+ 1
- 0
subpackage/after-sale/additional-equipment/car-change.vue Visa fil

const takePhoto = (val) => { const takePhoto = (val) => {
console.log("拍照", val) console.log("拍照", val)
state.phoneType = val; state.phoneType = val;
state.showImg = true;
} }
const confirmReturn = (val) => { const confirmReturn = (val) => {
if (state.choiceIndex == 3) { if (state.choiceIndex == 3) {

+ 1
- 0
subpackage/after-sale/replace-equipment/car-change.vue Visa fil

const takePhoto = (val) => { const takePhoto = (val) => {
console.log("拍照", val) console.log("拍照", val)
state.phoneType = val; state.phoneType = val;
state.showImg = true;
} }
const confirmReturn = (val) => { const confirmReturn = (val) => {
if (state.choiceIndex == 3) { if (state.choiceIndex == 3) {

+ 1
- 0
subpackage/after-sale/rescind-carId/car-change.vue Visa fil

const takePhoto = (val) => { const takePhoto = (val) => {
console.log("拍照", val) console.log("拍照", val)
state.phoneType = val; state.phoneType = val;
state.showImg = true;
} }
const confirmReturn = (val) => { const confirmReturn = (val) => {
if (state.choiceIndex == 3) { if (state.choiceIndex == 3) {

+ 1
- 0
subpackage/after-sale/to-bookkeeping-card/car-change.vue Visa fil

const takePhoto = (val) => { const takePhoto = (val) => {
console.log("拍照", val) console.log("拍照", val)
state.phoneType = val; state.phoneType = val;
state.showImg = true;
} }
const confirmReturn = (val) => { const confirmReturn = (val) => {
if (state.choiceIndex == 3) { if (state.choiceIndex == 3) {

+ 1
- 0
subpackage/orders/car-release.vue Visa fil

const takePhoto = (val) => { const takePhoto = (val) => {
console.log("拍照", val) console.log("拍照", val)
state.phoneType = val; state.phoneType = val;
state.showImg = true;
} }
const confirmReturn = (val) => { const confirmReturn = (val) => {
if (state.choiceIndex == 3) { if (state.choiceIndex == 3) {

+ 1
- 0
subpackage/personal-center/setting/car-information/car-change.vue Visa fil

const takePhoto = (val) => { const takePhoto = (val) => {
console.log("拍照", val) console.log("拍照", val)
state.phoneType = val; state.phoneType = val;
state.showImg = true;
} }
const confirmReturn = (val) => { const confirmReturn = (val) => {
if (state.choiceIndex == 3) { if (state.choiceIndex == 3) {

+ 1
- 0
subpackage/personal-center/setting/car-information/car-create.vue Visa fil

const takePhoto = (val) => { const takePhoto = (val) => {
console.log("拍照", val) console.log("拍照", val)
state.phoneType = val; state.phoneType = val;
state.showImg = true;
} }
const confirmReturn = (val) => { const confirmReturn = (val) => {
state.phoneType = 0 state.phoneType = 0

+ 1
- 0
subpackage/personal-center/setting/personal-information/user-card.vue Visa fil

const takePhoto = (val) => { const takePhoto = (val) => {
console.log("拍照", val) console.log("拍照", val)
state.phoneType = val; state.phoneType = val;
state.showImg = true;
} }
const confirmReturn = (val) => { const confirmReturn = (val) => {
state.phoneType = 0 state.phoneType = 0

Laddar…
Avbryt
Spara