@uxda/appkit 4.1.52 → 4.1.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/appkit.css CHANGED
@@ -1329,12 +1329,12 @@ page {
1329
1329
  right: 13px;
1330
1330
  border-radius: 4px;
1331
1331
  overflow: hidden;
1332
+ background: rgba(53, 53, 53, 0.1);
1332
1333
  }
1333
1334
  .promoter-card-tab-item {
1334
1335
  display: inline-flex;
1335
1336
  align-items: center;
1336
1337
  justify-content: center;
1337
- background: rgba(53, 53, 53, 0.1);
1338
1338
  height: 29px;
1339
1339
  width: 90px;
1340
1340
  box-sizing: border-box;
package/dist/index.js CHANGED
@@ -3712,9 +3712,10 @@ var script$k = /* @__PURE__ */ defineComponent({
3712
3712
  rebate: "\u63A8\u8350\u670B\u53CB\u4F7F\u7528\u5317\u6597\u661F\u3001\u4F01\u660E\u661F\u83B7\u53D6\uFF0C\u8FD4\u4F63\u6536\u76CA= \u8FD4\u4F63\u57FA\u6570 * \u8FD4\u4F63\u6BD4\u4F8B"
3713
3713
  };
3714
3714
  function onHelpClick(type) {
3715
- Taro.showToast({
3716
- title: toastMap[type],
3717
- icon: "none"
3715
+ Taro.showModal({
3716
+ content: toastMap[type],
3717
+ showCancel: false,
3718
+ confirmText: "\u77E5\u9053\u4E86"
3718
3719
  });
3719
3720
  }
3720
3721
  return (_ctx, _cache) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxda/appkit",
3
- "version": "4.1.52",
3
+ "version": "4.1.54",
4
4
  "description": "小程序应用开发包",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.ts",
@@ -118,9 +118,10 @@ const toastMap = {
118
118
  rebate: '推荐朋友使用北斗星、企明星获取,返佣收益= 返佣基数 * 返佣比例',
119
119
  }
120
120
  function onHelpClick(type: string) {
121
- Taro.showToast({
122
- title: toastMap[type],
123
- icon: 'none',
121
+ Taro.showModal({
122
+ content: toastMap[type],
123
+ showCancel: false,
124
+ confirmText: '知道了',
124
125
  })
125
126
  }
126
127
  </script>
@@ -206,12 +207,12 @@ function onHelpClick(type: string) {
206
207
  right: 13px;
207
208
  border-radius: 4px;
208
209
  overflow: hidden;
210
+ background: rgba(53, 53, 53, 0.1);
209
211
 
210
212
  &-item {
211
213
  display: inline-flex;
212
214
  align-items: center;
213
215
  justify-content: center;
214
- background: rgba(53, 53, 53, 0.1);
215
216
  height: 29px;
216
217
  width: 90px;
217
218
  box-sizing: border-box;