|
@@ -326,9 +326,10 @@
|
|
|
|
|
|
if (shareID) {
|
|
|
this.shareID = shareID
|
|
|
+ console.log('this.shareID==='+this.shareID)
|
|
|
//this.$store.commit('mutationsshareID', shareID)
|
|
|
}
|
|
|
- //this.shareID='C01DF9DA51A341888754DE0C4ADB29D9'
|
|
|
+ //this.shareID='F16E7299-6850-4015-ABCE-A9F2794B45B5'
|
|
|
//this.shareID='1BF04FAEC8844ECE9C40E880C3B13721'
|
|
|
|
|
|
//this.unionId="26A1039A-DB10-4D0E-BBA2-541C06274EED";
|
|
@@ -481,7 +482,7 @@
|
|
|
})
|
|
|
},
|
|
|
changeCar(){
|
|
|
- /* uni.scanCode({
|
|
|
+ /* uni.scanCode({
|
|
|
success: function (res) {
|
|
|
console.log('条码类型:' + res.scanType);
|
|
|
console.log( res);
|