@xtdev/xt-miniprogram-ui 1.2.47 → 1.2.48

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.
@@ -111,8 +111,6 @@
111
111
  color: #000000;
112
112
  text-align: center;
113
113
  }
114
- .picker-mask {
115
- }
116
114
  .picker-select {
117
115
  font-size: 40rpx;
118
116
  font-weight: 800;
@@ -155,7 +155,7 @@ Component({
155
155
  uploadImage_v(filePaths) {
156
156
  return new Promise((resolve, reject) => {
157
157
  const { url, fileDir, ...header } = this.properties.uploadApi;
158
- wx.showLoading("上传中");
158
+ wx.showLoading({title: "上传中", mask: true});
159
159
  utils.newHttp(
160
160
  url,
161
161
  "GET",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xtdev/xt-miniprogram-ui",
3
- "version": "1.2.47",
3
+ "version": "1.2.48",
4
4
  "description": "",
5
5
  "miniprogram": "libs",
6
6
  "publishConfig": {