@uxda/appkit 4.2.84 → 4.2.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -109,7 +109,7 @@ const getSdkConfig = (appCode, url) => {
|
|
|
109
109
|
return new Promise((resolve, reject) => {
|
|
110
110
|
const $http = useHttp$2();
|
|
111
111
|
$http.get("/wecom/config/getConfig", {
|
|
112
|
-
appCode: appCode || "
|
|
112
|
+
appCode: appCode || "loankitMp",
|
|
113
113
|
callbackUrl: url || encodeURIComponent(location.href.split("#")[0])
|
|
114
114
|
}).then((response) => {
|
|
115
115
|
resolve(response);
|
|
@@ -1849,7 +1849,7 @@ var script$E = /* @__PURE__ */ defineComponent({
|
|
|
1849
1849
|
}
|
|
1850
1850
|
requestBrandWCPay({
|
|
1851
1851
|
amount: amounts.value[state.selected].amount,
|
|
1852
|
-
app: "
|
|
1852
|
+
app: "loankitMp",
|
|
1853
1853
|
tenant: props.tenant,
|
|
1854
1854
|
accountAuthFlag: false,
|
|
1855
1855
|
channelCode: "centergzh",
|
|
@@ -2248,7 +2248,7 @@ var script$A = /* @__PURE__ */ defineComponent({
|
|
|
2248
2248
|
requestBrandWCPayByBean({
|
|
2249
2249
|
caseConfigId: amounts.value[state.selected].id,
|
|
2250
2250
|
amount: amounts.value[state.selected].paymentAmount,
|
|
2251
|
-
app: "
|
|
2251
|
+
app: "loankitMp",
|
|
2252
2252
|
tenant: props.tenant,
|
|
2253
2253
|
accountAuthFlag: false,
|
|
2254
2254
|
channelCode: "centergzh",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uxda/appkit",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.85",
|
|
4
4
|
"description": "小程序应用开发包",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.ts",
|
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
"@nutui/auto-import-resolver": "^1.0.0",
|
|
25
25
|
"@nutui/icons-vue-taro": "^0.0.9",
|
|
26
26
|
"@nutui/nutui-taro": "^4.3.14",
|
|
27
|
-
"@rollup/rollup-darwin-arm64": "^4.52.4",
|
|
28
27
|
"@tarojs/components": "^4.1.7",
|
|
29
28
|
"@tarojs/helper": "^4.1.7",
|
|
30
29
|
"@tarojs/plugin-framework-vue3": "^4.1.7",
|
|
@@ -35,7 +34,7 @@
|
|
|
35
34
|
"@tarojs/shared": "^4.1.7",
|
|
36
35
|
"@tarojs/taro": "^4.1.7",
|
|
37
36
|
"@types/wechat-miniprogram": "^3.4.7",
|
|
38
|
-
"@uxda/nutshell": "^1.
|
|
37
|
+
"@uxda/nutshell": "^1.6.86",
|
|
39
38
|
"dayjs": "^1.11.18",
|
|
40
39
|
"lodash-es": "^4.17.21",
|
|
41
40
|
"validator": "^13.15.15",
|
|
@@ -176,7 +176,7 @@ const onPayClick = () => {
|
|
|
176
176
|
requestBrandWCPayByBean({
|
|
177
177
|
caseConfigId: amounts.value[state.selected].id,
|
|
178
178
|
amount: amounts.value[state.selected].paymentAmount,
|
|
179
|
-
app: '
|
|
179
|
+
app: 'loankitMp',
|
|
180
180
|
tenant: props.tenant,
|
|
181
181
|
accountAuthFlag: false,
|
|
182
182
|
channelCode: 'centergzh',
|
|
@@ -29,7 +29,7 @@ const getSdkConfig = (appCode?: string, url?: string): Promise<JssdkConfig> => {
|
|
|
29
29
|
|
|
30
30
|
$http
|
|
31
31
|
.get('/wecom/config/getConfig', {
|
|
32
|
-
appCode: appCode || '
|
|
32
|
+
appCode: appCode || 'loankitMp',
|
|
33
33
|
callbackUrl: url || encodeURIComponent(location.href.split('#')[0]),
|
|
34
34
|
})
|
|
35
35
|
.then((response: JssdkConfig) => {
|