|
|
@@ -1273,7 +1273,7 @@ System.register(
|
|
|
var ye,
|
|
|
we = c.ccclass,
|
|
|
be = c.property,
|
|
|
- he = "https://test.raex.vip",
|
|
|
+ he = "https://www.raex.vip",
|
|
|
Te = he + "/MonkeyText/test",
|
|
|
ke = he + "/rice/current";
|
|
|
u(b);
|
|
|
@@ -1465,7 +1465,7 @@ System.register(
|
|
|
}),
|
|
|
(r.desc_Get = function () {
|
|
|
this.getDataFromServer(
|
|
|
- "https://test.raex.vip/sysConfig/get/rice_description",
|
|
|
+ "https://www.raex.vip/sysConfig/get/rice_description",
|
|
|
ye
|
|
|
).then(function (e) {
|
|
|
var t = JSON.parse(e);
|
|
|
@@ -1487,7 +1487,7 @@ System.register(
|
|
|
}),
|
|
|
(r.update_Rank = function () {
|
|
|
this.getDataFromServer(
|
|
|
- "https://test.raex.vip/rice/scoreRanking",
|
|
|
+ "https://www.raex.vip/rice/scoreRanking",
|
|
|
ye
|
|
|
).then(function (e) {
|
|
|
var t = JSON.parse(e);
|
|
|
@@ -1497,7 +1497,7 @@ System.register(
|
|
|
}),
|
|
|
(r.update_Exp = function () {
|
|
|
this.getDataFromServer(
|
|
|
- "https://test.raex.vip/rice/showLevel",
|
|
|
+ "https://www.raex.vip/rice/showLevel",
|
|
|
ye
|
|
|
).then(function (e) {
|
|
|
var t = JSON.parse(e);
|
|
|
@@ -1515,7 +1515,7 @@ System.register(
|
|
|
}),
|
|
|
(r.update_MyRanking = function () {
|
|
|
this.getDataFromServer(
|
|
|
- "https://test.raex.vip/rice/riceUserRank",
|
|
|
+ "https://www.raex.vip/rice/riceUserRank",
|
|
|
ye
|
|
|
).then(function (e) {
|
|
|
var t = JSON.parse(e);
|
|
|
@@ -1559,7 +1559,7 @@ System.register(
|
|
|
e.append("nickname", n.instance.editBox_Name.string),
|
|
|
n.instance
|
|
|
.postDataToServer(
|
|
|
- "https://test.raex.vip/rice/updateNickName",
|
|
|
+ "https://www.raex.vip/rice/updateNickName",
|
|
|
ye,
|
|
|
e
|
|
|
)
|
|
|
@@ -1580,7 +1580,7 @@ System.register(
|
|
|
t.append("riceWaterType", e),
|
|
|
t.append("riceId", n.instance.user_Info.data.userId),
|
|
|
this.postDataToServer(
|
|
|
- "https://test.raex.vip/rice/waterDrop",
|
|
|
+ "https://www.raex.vip/rice/waterDrop",
|
|
|
ye,
|
|
|
t
|
|
|
).then(function (t) {
|