Commit 8fd89f52 by fengzhaoyu

v0.0.7

parent e4d0b48a
...@@ -23,9 +23,9 @@ App({ ...@@ -23,9 +23,9 @@ App({
userid: "", userid: "",
name: "", name: "",
userInfo: "", userInfo: "",
globalUrl: "https://gateway-beta.mingwork.com", //beta地址 // globalUrl: "https://gateway-beta.mingwork.com", //beta地址
globalUrl2: "https://third-authentication-beta.mingwork.com" // globalUrl2: "https://third-authentication-beta.mingwork.com"
// globalUrl: "https://gateway2.mingwork.com", // 线上地址 globalUrl: "https://gateway2.mingwork.com", // 线上地址
// globalUrl2: "https://third-authentication.mingwork.com" //线上地址 globalUrl2: "https://third-authentication.mingwork.com" //线上地址
} }
}); });
...@@ -782,7 +782,7 @@ create.Page({ ...@@ -782,7 +782,7 @@ create.Page({
maxClickCount--; maxClickCount--;
if (maxClickCount == 0) { if (maxClickCount == 0) {
dd.alert({ dd.alert({
content: "0.0.5" content: "0.0.7"
}); });
maxClickCount = 5; maxClickCount = 5;
} }
......
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