戴艳蓉 3 anni fa
parent
commit
0f9d80bed0

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.141ace1d.js


BIN
dist/static/js/app.141ace1d.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.416b5086.js


BIN
dist/static/js/app.416b5086.js.gz


+ 2 - 0
src/App.vue

@@ -44,6 +44,7 @@ export default {
   methods: {
     async testing() {
       await getCode(async (code) => {
+        alert(code+'aaaaaa')
         this.code = code;
         if (this.code != null && this.code != "") {
           await this.setcode(this.code);
@@ -53,6 +54,7 @@ export default {
       });
     },
     async setcode(code) {
+      alert(code+'cccc')
       let model = { code: code };
       this.$store
         .dispatch("user/dingUserInfor", model)

Some files were not shown because too many files changed in this diff