Commit f8ade779608b51faed0bacd0a17dce9f1d2e6301

Authored by yvan.ni
1 parent fc03f7dc

门店和导购修改次数

pages/user/userinfo/userinfo.js
@@ -907,7 +907,7 @@ Page({ @@ -907,7 +907,7 @@ Page({
907 if(res.data.code==0){ 907 if(res.data.code==0){
908 func(); 908 func();
909 }else{ 909 }else{
910 - getApp().my_warnning(res.data.data.msg, 0, th); 910 + getApp().my_warnning(res.data.msg, 0, th);
911 } 911 }
912 } 912 }
913 }); 913 });