订单相关修改同步test

This commit is contained in:
GaoHao
2024-10-16 09:05:52 +08:00
parent 3288d1ed9b
commit 3ad4d7af68
16 changed files with 363 additions and 4678 deletions

View File

@@ -293,6 +293,9 @@ const getUserInfo = function (successCallback, failCallback) {
// #endif
}
const payment = function () {
}
uni.utils = {
md5,
@@ -311,5 +314,6 @@ uni.utils = {
getCurrentPage,
getCurrentRoute,
pluschooseImage,
getUserInfo
getUserInfo,
payment
}