@uxda/appkit 1.0.52 → 1.0.56
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