@uxda/appkit 1.0.52 → 1.0.54

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
@@ -478,7 +478,7 @@ var script$7 = /* @__PURE__ */ defineComponent({
478
478
  const onPayClick = () => {
479
479
  if (!state.agreed) {
480
480
  Taro.showToast({
481
- title: "\u8BF7\u52FE\u9009\u5145\u503C\u534F\u8BAE",
481
+ title: "\u8BF7\u52FE\u9009\u300A\u5927\u9053\u4E91\u5E73\u53F0\u4E91\u8C46\u5145\u503C\u534F\u8BAE\u300B",
482
482
  icon: "none"
483
483
  });
484
484
  return false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxda/appkit",
3
- "version": "1.0.52",
3
+ "version": "1.0.54",
4
4
  "description": "小程序应用开发包",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.ts",
@@ -88,7 +88,7 @@ onMounted(() => {
88
88
  const onPayClick = () => {
89
89
  if (!state.agreed) {
90
90
  Taro.showToast({
91
- title: '请勾选充值协议',
91
+ title: '请勾选《大道云平台云豆充值协议》',
92
92
  icon: 'none',
93
93
  })
94
94
  return false