@uxda/appkit 4.1.56 → 4.1.62

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
@@ -8150,7 +8150,7 @@ var script = /* @__PURE__ */ defineComponent({
8150
8150
  name: formData.\u59D3\u540D,
8151
8151
  tenantId: props.userId
8152
8152
  }).then(() => {
8153
- Taro.showToast({ title: "\u8BA4\u8BC1\u6210\u529F", icon: "none" });
8153
+ Taro.showToast({ title: "\u5DF2\u63D0\u4EA4\u8BA4\u8BC1\u4FE1\u606F", icon: "none" });
8154
8154
  toBack();
8155
8155
  }).catch((err) => {
8156
8156
  Taro.showToast({ title: err?.errMsg || "\u8BA4\u8BC1\u5931\u8D25", icon: "none" });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxda/appkit",
3
- "version": "4.1.56",
3
+ "version": "4.1.62",
4
4
  "description": "小程序应用开发包",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.ts",
@@ -149,7 +149,7 @@ async function toSubmit() {
149
149
  tenantId: props.userId,
150
150
  })
151
151
  .then(() => {
152
- Taro.showToast({ title: "认证成功", icon: "none" });
152
+ Taro.showToast({ title: "已提交认证信息", icon: "none" });
153
153
  // 提交认证信息,成功后返回
154
154
  toBack();
155
155
  })