jufubao-base 1.0.212 → 1.0.213
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/home/root/Base-Jufubao/xd-commands-bussiness/${threePackagePath}`;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
if (packname === 'gxd-uni-library-editx') {
|
|
15
|
-
return `/Users/shiyonggao/
|
|
15
|
+
return `/Users/shiyonggao/home/root/Base-Jufubao/xd-uni-library-editx/${threePackagePath}`;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
};
|
package/package.json
CHANGED
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
<view class="h_sub">请务必由本人签收,字迹工整</view>
|
|
132
132
|
</view>
|
|
133
133
|
<view class="sign_box">
|
|
134
|
-
<xd-signature ref="signatureRef" v-if="showSignatureRef"></xd-signature>
|
|
134
|
+
<xd-signature ref="signatureRef" backgroundColor="#fff" v-if="showSignatureRef"></xd-signature>
|
|
135
135
|
</view>
|
|
136
136
|
<view slot="btn" class="btn_wrap">
|
|
137
137
|
<xd-button style="width: 220rpx;" @click="clearSign">重写</xd-button>
|