jufubao-mall 2.0.35 → 2.0.36
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
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
*/
|
|
344
344
|
init(container) {
|
|
345
345
|
this.xnamespace = gCPVal(container, 'xnamespace', '');
|
|
346
|
-
this.serverType = gCPVal(container, 'serverType', [['
|
|
346
|
+
this.serverType = gCPVal(container, 'serverType', [['HDSELF']]);
|
|
347
347
|
this.showOftenTab = 'N' //todo gCPVal(container, 'showOftenTab', 'N');
|
|
348
348
|
if(this.showOftenTab === 'N') this.titleList = [{label: '附近门店', value: 'nearby'}];
|
|
349
349
|
if(this.showOftenTab === 'Y') this.titleList = [{label: '附近门店', value: 'nearby'},{label: '常用门店', value: 'often'}];
|
|
@@ -39,7 +39,7 @@ export default function (data, gValue, gColor, oldData){
|
|
|
39
39
|
ele: 'xd-site-select-list',
|
|
40
40
|
labelInline: true,
|
|
41
41
|
valueKey: 'serverType',
|
|
42
|
-
value: dataVal({data, key:'serverType', dValue:[['
|
|
42
|
+
value: dataVal({data, key:'serverType', dValue:[['HDSELF']], gValue}),
|
|
43
43
|
placeholder: '请选择服务类型',
|
|
44
44
|
className: 'input100',
|
|
45
45
|
groupKey:'content',
|