Commit 7b283976 by fengzhaoyu

merge

parents 4e117054 8fdad962
......@@ -34,7 +34,7 @@ create.Page({
if (requestNum >= 300) {
requestNum = 0;
that.setData({
isBind: true,
isBind: false,
isLoading: false
});
clearInterval(interval);
......
......@@ -780,7 +780,11 @@ create.Page({
maxClickCount--;
if (maxClickCount == 0) {
dd.alert({
<<<<<<< HEAD
content: "0.0.7"
=======
content: "0.0.9"
>>>>>>> dev
});
maxClickCount = 5;
}
......
......@@ -117,7 +117,7 @@ page {
}
.hideTitle {
font-family: PingFangSC-Medium;
font-family: PingFangSC-Regular;
font-size: 40rpx;
line-height: 56rpx;
color: #1B263D;
......
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