huangxiaojing 2 éve%!(EXTRA string=óta)
szülő
commit
e72944e864
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      pages/activity/rentNo/index.vue

+ 2 - 2
pages/activity/rentNo/index.vue

@@ -92,8 +92,8 @@ export default {
         });
       }
     },
-    async copy(item) {
-      await this.$native.clipboard.writeText(item.activationCode);
+    async copy(code) {
+      await this.$native.clipboard.writeText(code);
       this.$toast.success('复制成功');
     }
   }