@xtdev/xt-miniprogram-ui 1.2.46 → 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.
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
left: 0;
|
|
11
11
|
width: 100%;
|
|
12
12
|
height: 100%;
|
|
13
|
+
z-index: 99;
|
|
13
14
|
background: rgba(0, 0, 0, 0.7);
|
|
14
15
|
}
|
|
15
16
|
.xt-popup {
|
|
@@ -110,8 +111,6 @@
|
|
|
110
111
|
color: #000000;
|
|
111
112
|
text-align: center;
|
|
112
113
|
}
|
|
113
|
-
.picker-mask {
|
|
114
|
-
}
|
|
115
114
|
.picker-select {
|
|
116
115
|
font-size: 40rpx;
|
|
117
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",
|