@@ -661,6 +661,9 @@
if (res.status === 0) {
this.code = res.data;
this.copyUrl();
+ if(isIOS){
+ code = res.data;
+ }
// if(isAndroid){
// this.code = res.data;
// this.copyUrl();