|
|
@@ -69,11 +69,15 @@ if (!lk.isExecComm) {
|
|
|
lk.done();
|
|
|
}
|
|
|
}else{
|
|
|
- pushWxMsg('光予下单手', 'msgTips');
|
|
|
+ all();
|
|
|
lk.done();
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+async function all() {
|
|
|
+ await pushWxMsg('光予下单手', 'msgTips');
|
|
|
+}
|
|
|
+
|
|
|
async function pushWxMsg(summary, content, url) {
|
|
|
return new Promise((resolve, _reject) => {
|
|
|
lk.log("test3333333333333331")
|