Commit 1e3b155e authored by 小耗子's avatar 小耗子

修复新人券问题

parent e9e4c3cd
...@@ -12,4 +12,3 @@ export const HAS_LIVE = false //后台是否开通直播权限,根据情况在ma ...@@ -12,4 +12,3 @@ export const HAS_LIVE = false //后台是否开通直播权限,根据情况在ma
// http://172.18.1.66:9001/api/a1/mall/homePage/mp?code={前端传入的code} // http://172.18.1.66:9001/api/a1/mall/homePage/mp?code={前端传入的code}
export const MALL_ID ="101656910000414"; export const MALL_ID ="101656910000414";
export const COMPANY_ID ="0210010"; export const COMPANY_ID ="0210010";
\ No newline at end of file
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx94a3f5be1ea552ec", "appid" : "wx94a3f5be1ea552ec",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : true,
"minified" : false, "minified" : false,
"es6" : false, "es6" : false,
"postcss" : false "postcss" : false
......
...@@ -152,7 +152,7 @@ const actions = { ...@@ -152,7 +152,7 @@ const actions = {
// }); // });
// } // }
http('user.register', state.registerInfo).then(res => { http('user.register', state.registerInfo).then(res => {
if (res.code==0) { if (res.code==0||res.code==3761) {
resolve(1); resolve(1);
} else{ } else{
uni.showToast({ uni.showToast({
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment