Browse Source

no message

linwenxin 6 days ago
parent
commit
0057799b1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packageHome/pages/codeActivity/activityForm.vue

+ 1 - 1
src/packageHome/pages/codeActivity/activityForm.vue

@@ -211,7 +211,7 @@ export default {
   },
   },
   onShow() {
   onShow() {
     if (uni.getStorageSync('formDataaaa')) {
     if (uni.getStorageSync('formDataaaa')) {
-      let { name, phone, address, websitName } = uni.getStorageSync('formData')
+      let { name, phone, address, websitName } = uni.getStorageSync('formDataaaa')
       this.websitName = websitName
       this.websitName = websitName
       this.name = name
       this.name = name
       this.phone = phone
       this.phone = phone