wangguoyu 4 months ago
parent
commit
5c87730ea9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/pay/svip.vue

+ 1 - 1
pages/pay/svip.vue

@@ -151,7 +151,7 @@
 
 			return currentPlatform.value = 'ios'
 		} else {
-			return systemInfo.platform = 'android'
+			return currentPlatform.value = 'android'
 		}
 
 	}