| @@ -97,7 +97,7 @@ Page({ | |||||
| } else { | } else { | ||||
| that.setData({ | that.setData({ | ||||
| loading: true, | loading: true, | ||||
| content: "——— 在拉裤子就掉了啦 ———" | |||||
| content: "——— 再拉裤子就掉了啦 ———" | |||||
| }); | }); | ||||
| setTimeout(function () { | setTimeout(function () { | ||||
| that.setData({ | that.setData({ | ||||
| @@ -100,7 +100,7 @@ Component({ | |||||
| that.setData({ | that.setData({ | ||||
| allow_load: false, | allow_load: false, | ||||
| loading: true, | loading: true, | ||||
| content: "——— 在拉裤子就掉了啦 ———" | |||||
| content: "——— 再拉裤子就掉了啦 ———" | |||||
| }); | }); | ||||
| console.log("我已经加载完毕") | console.log("我已经加载完毕") | ||||
| } | } | ||||
| @@ -127,7 +127,7 @@ Component({ | |||||
| } else { | } else { | ||||
| that.setData({ | that.setData({ | ||||
| loading: true, | loading: true, | ||||
| content: "——— 在拉裤子就掉了啦 ———" | |||||
| content: "——— 再拉裤子就掉了啦 ———" | |||||
| }) | }) | ||||
| setTimeout(function () { | setTimeout(function () { | ||||
| that.setData({ | that.setData({ | ||||
| @@ -120,7 +120,7 @@ Page({ | |||||
| console.log("加载完成allow_load设置成false"); | console.log("加载完成allow_load设置成false"); | ||||
| that.setData({ | that.setData({ | ||||
| loading: true, | loading: true, | ||||
| ccontent: "——— 在拉裤子就掉了啦 ———" | |||||
| ccontent: "——— 再拉裤子就掉了啦 ———" | |||||
| }) | }) | ||||
| setTimeout(function () { | setTimeout(function () { | ||||
| that.setData({ | that.setData({ | ||||
| @@ -89,7 +89,7 @@ Page({ | |||||
| console.info("allow_load==false 已禁止加载"); | console.info("allow_load==false 已禁止加载"); | ||||
| that.setData({ | that.setData({ | ||||
| loading: true, | loading: true, | ||||
| content: "——— 在拉裤子就掉了啦 ———" | |||||
| content: "——— 再拉裤子就掉了啦 ———" | |||||
| }) | }) | ||||
| setTimeout(function () { | setTimeout(function () { | ||||
| that.setData({ | that.setData({ | ||||