|
|
@@ -84,7 +84,6 @@ function getInfo() {
|
|
|
|
|
|
lk.setVal(gardartCastingIdKey, String(obj["castingId"]));
|
|
|
|
|
|
- lk.setVal(gandartTransactionRecordIdKey, 12345);
|
|
|
lk.appendNotifyInfo('🎉成功获取产品信息');
|
|
|
} else {
|
|
|
lk.execFail();
|
|
|
@@ -115,7 +114,8 @@ async function all() {
|
|
|
}
|
|
|
|
|
|
function checkBuy() {
|
|
|
-
|
|
|
+ let price = lk.getVal(gardartLimitPriceKey, 0);
|
|
|
+ lk.setVal(gardartLimitPriceKey + "="+type(price)+":"+price);
|
|
|
}
|
|
|
|
|
|
|