jufubao-base 1.0.401 → 1.0.402
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/get.package.path.js
CHANGED
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
*/
|
|
9
9
|
const getPackagePath = (threePackagePath, packname = 'gxd-commands-bussiness')=>{
|
|
10
10
|
if(packname === 'gxd-commands-bussiness') {
|
|
11
|
-
return `/Users/shiyonggao/
|
|
11
|
+
return `/Users/shiyonggao/Desktop/code/BASE/UNIAPP/xd-commands-bussiness/${threePackagePath}`;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
if (packname === 'gxd-uni-library-editx') {
|
|
15
|
-
return `/Users/shiyonggao/
|
|
15
|
+
return `/Users/shiyonggao/Desktop/code/BASE/UNIAPP/xd-uni-library-editx/${threePackagePath}`;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
};
|
package/package.json
CHANGED
|
@@ -254,11 +254,9 @@
|
|
|
254
254
|
return item
|
|
255
255
|
});
|
|
256
256
|
|
|
257
|
-
|
|
257
|
+
//静态图显示(没有行的概念,返回所有数据)
|
|
258
258
|
if(this.config.isCarousel === false) {
|
|
259
|
-
this.list = content
|
|
260
|
-
return index < (this.config['column'] * this.config['row']);
|
|
261
|
-
})
|
|
259
|
+
this.list = content
|
|
262
260
|
}
|
|
263
261
|
|
|
264
262
|
//轮播图显示
|