sa2kit 1.6.76 → 1.6.78

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.
@@ -1029,9 +1029,9 @@ var CartMiniappPage = ({ apiBaseUrl = DEFAULT_BASE_URL }) => {
1029
1029
  nextErrors.qqNumber = "QQ\u53F7\u683C\u5F0F\u4E0D\u6B63\u786E";
1030
1030
  }
1031
1031
  if (!phone) {
1032
- nextErrors.phoneNumber = "\u8BF7\u8F93\u5165\u624B\u673A\u53F7";
1032
+ nextErrors.phoneNumber = "\u8BF7\u8F93\u5165\u8054\u7CFB\u65B9\u5F0F";
1033
1033
  } else if (!/^1[3-9]\d{9}$/.test(phone)) {
1034
- nextErrors.phoneNumber = "\u624B\u673A\u53F7\u683C\u5F0F\u4E0D\u6B63\u786E";
1034
+ nextErrors.phoneNumber = "\u8054\u7CFB\u65B9\u5F0F\u683C\u5F0F\u4E0D\u6B63\u786E";
1035
1035
  }
1036
1036
  if (!pickup) {
1037
1037
  nextErrors.pickupMethod = "\u8BF7\u586B\u5199\u9886\u53D6\u65B9\u5F0F";
@@ -1143,9 +1143,9 @@ var CartMiniappPage = ({ apiBaseUrl = DEFAULT_BASE_URL }) => {
1143
1143
  ), /* @__PURE__ */ React11.createElement(
1144
1144
  FormInput,
1145
1145
  {
1146
- label: "\u624B\u673A\u53F7 *",
1146
+ label: "\u8054\u7CFB\u65B9\u5F0F *",
1147
1147
  value: phoneNumber,
1148
- placeholder: "\u8BF7\u8F93\u5165\u60A8\u7684\u624B\u673A\u53F7",
1148
+ placeholder: "\u8BF7\u8F93\u5165\u60A8\u7684\u8054\u7CFB\u65B9\u5F0F",
1149
1149
  onChange: setPhoneNumber,
1150
1150
  disabled: submitting,
1151
1151
  error: formErrors.phoneNumber
@@ -1165,7 +1165,7 @@ var CartMiniappPage = ({ apiBaseUrl = DEFAULT_BASE_URL }) => {
1165
1165
  {
1166
1166
  label: "\u6536\u8D27\u4FE1\u606F *",
1167
1167
  value: shippingInfo,
1168
- placeholder: "\u8BF7\u586B\u51992\u670810\u53F7\u4EE5\u540E\u80FD\u6536\u5230\u8D27\u7684\u5730\u5740\n\uFF081\uFF09\u6536\u4EF6\u4EBA\n\uFF082\uFF09\u6536\u4EF6\u5730\u5740\n\uFF083\uFF09\u6536\u4EF6\u624B\u673A\u53F7",
1168
+ placeholder: "\u8BF7\u586B\u51992\u670810\u53F7\u4EE5\u540E\u80FD\u6536\u5230\u8D27\u7684\u5730\u5740\n\uFF081\uFF09\u6536\u4EF6\u4EBA\n\uFF082\uFF09\u6536\u4EF6\u5730\u5740\n\uFF083\uFF09\u6536\u4EF6\u8054\u7CFB\u65B9\u5F0F",
1169
1169
  onChange: setShippingInfo,
1170
1170
  disabled: submitting,
1171
1171
  error: formErrors.pickupMethod
@@ -1204,7 +1204,7 @@ var HistoryMiniappPage = ({ apiBaseUrl = DEFAULT_BASE_URL }) => {
1204
1204
  const [hasSearched, setHasSearched] = useState(false);
1205
1205
  const handleSearch = async () => {
1206
1206
  if (!qqNumber.trim() && !phoneNumber.trim()) {
1207
- Taro2.showToast({ title: "\u8BF7\u8F93\u5165QQ\u53F7\u6216\u624B\u673A\u53F7", icon: "none" });
1207
+ Taro2.showToast({ title: "\u8BF7\u8F93\u5165QQ\u53F7\u6216\u8054\u7CFB\u65B9\u5F0F", icon: "none" });
1208
1208
  return;
1209
1209
  }
1210
1210
  setLoading(true);
@@ -1243,7 +1243,7 @@ var HistoryMiniappPage = ({ apiBaseUrl = DEFAULT_BASE_URL }) => {
1243
1243
  completedCount
1244
1244
  };
1245
1245
  }, [records]);
1246
- return /* @__PURE__ */ React11.createElement(View, { className: "min-h-screen bg-gradient-to-br from-white to-prussian-blue-100 pb-12 text-rich-black" }, /* @__PURE__ */ React11.createElement(PageHeader_default, { title: "\u5386\u53F2\u8BB0\u5F55\u67E5\u8BE2", subtitle: "\u8F93\u5165 QQ \u6216\u624B\u673A\u53F7\u67E5\u8BE2\u9884\u8BA2\u8BB0\u5F55" }), /* @__PURE__ */ React11.createElement(View, { className: "mx-4 mt-5 rounded-3xl border border-prussian-blue-200 bg-white px-5 py-5 shadow-sm" }, /* @__PURE__ */ React11.createElement(
1246
+ return /* @__PURE__ */ React11.createElement(View, { className: "min-h-screen bg-gradient-to-br from-white to-prussian-blue-100 pb-12 text-rich-black" }, /* @__PURE__ */ React11.createElement(PageHeader_default, { title: "\u5386\u53F2\u8BB0\u5F55\u67E5\u8BE2", subtitle: "\u8F93\u5165 QQ \u6216\u8054\u7CFB\u65B9\u5F0F\u67E5\u8BE2\u9884\u8BA2\u8BB0\u5F55" }), /* @__PURE__ */ React11.createElement(View, { className: "mx-4 mt-5 rounded-3xl border border-prussian-blue-200 bg-white px-5 py-5 shadow-sm" }, /* @__PURE__ */ React11.createElement(
1247
1247
  FormInput,
1248
1248
  {
1249
1249
  label: "QQ\u53F7",
@@ -1255,9 +1255,9 @@ var HistoryMiniappPage = ({ apiBaseUrl = DEFAULT_BASE_URL }) => {
1255
1255
  ), /* @__PURE__ */ React11.createElement(
1256
1256
  FormInput,
1257
1257
  {
1258
- label: "\u624B\u673A\u53F7",
1258
+ label: "\u8054\u7CFB\u65B9\u5F0F",
1259
1259
  value: phoneNumber,
1260
- placeholder: "\u8BF7\u8F93\u5165\u624B\u673A\u53F7",
1260
+ placeholder: "\u8BF7\u8F93\u5165\u8054\u7CFB\u65B9\u5F0F",
1261
1261
  onChange: setPhoneNumber,
1262
1262
  disabled: loading
1263
1263
  }