@tmsfe/tms-core 0.0.121 → 0.0.123
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/package.json
CHANGED
|
@@ -43,7 +43,7 @@ const guideAuth = (authScope, guideModal) => new Promise((resolve, reject) => {
|
|
|
43
43
|
const {
|
|
44
44
|
title = '', content,
|
|
45
45
|
showCancel = true, cancelText = '取消', cancelColor = '#000000',
|
|
46
|
-
confirmText = '现在去', confirmColor,
|
|
46
|
+
confirmText = '现在去', confirmColor = '#4a89ff',
|
|
47
47
|
} = guideModal || {};
|
|
48
48
|
const contentText = content || `监测到您没有授权${scopeName[authScope] || '相关'}权限,无法使用该功能,是否去授权?`;
|
|
49
49
|
wx.showModal({
|