Commit c97e6425009d2632a1cb9d212bf8151f9092af48

Authored by 后端研发-倪永富
1 parent d0dad288

这个使用二维码固定带4

Showing 1 changed file with 1 additions and 1 deletions
pages/user/user_fw/user_fw.js
@@ -66,7 +66,7 @@ Page({ @@ -66,7 +66,7 @@ Page({
66 return false; 66 return false;
67 } 67 }
68 68
69 - var ewm="^"+this.data.userinfo.erpvipid+"|"+item.Id+"|TY01|"; 69 + var ewm="^"+this.data.userinfo.erpvipid+"|"+item.Id+"|4|TY01|";
70 var tt=this.format_time(1); 70 var tt=this.format_time(1);
71 ewm=ewm+tt; 71 ewm=ewm+tt;
72 th.data.qr_code_object.val=ewm; 72 th.data.qr_code_object.val=ewm;