Quellcode durchsuchen

“提交”

yxb
DESKTOP-2IO5MST\huting vor 1 Jahr
Ursprung
Commit
7e18867901

+ 1
- 0
subpackage/after-sale/additional-equipment/car-change.vue Datei anzeigen

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

+ 1
- 0
subpackage/after-sale/replace-equipment/car-change.vue Datei anzeigen

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

+ 1
- 0
subpackage/after-sale/rescind-carId/car-change.vue Datei anzeigen

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

+ 1
- 0
subpackage/after-sale/to-bookkeeping-card/car-change.vue Datei anzeigen

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

+ 1
- 0
subpackage/orders/car-release.vue Datei anzeigen

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

+ 1
- 0
subpackage/personal-center/setting/car-information/car-change.vue Datei anzeigen

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

+ 1
- 0
subpackage/personal-center/setting/car-information/car-create.vue Datei anzeigen

@@ -344,6 +344,7 @@
const takePhoto = (val) => {
console.log("拍照", val)
state.phoneType = val;
state.showImg = true;
}
const confirmReturn = (val) => {
state.phoneType = 0

+ 1
- 0
subpackage/personal-center/setting/personal-information/user-card.vue Datei anzeigen

@@ -307,6 +307,7 @@
const takePhoto = (val) => {
console.log("拍照", val)
state.phoneType = val;
state.showImg = true;
}
const confirmReturn = (val) => {
state.phoneType = 0

Laden…
Abbrechen
Speichern