|
@@ -1182,7 +1182,7 @@
|
|
</a-input>
|
|
</a-input>
|
|
<span style="margin-left:5px">元</span>
|
|
<span style="margin-left:5px">元</span>
|
|
<br>
|
|
<br>
|
|
- <span style="color:red">单出价请输入单数字,阶梯出价请用/隔开 例如10/12,区间出价请用-链接 例如20-25</span>
|
|
|
|
|
|
+ <span style="color:red">单出价请输入单数字,阶梯出价请用/隔开</span>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
<span
|
|
<span
|
|
class="tip"
|
|
class="tip"
|
|
@@ -2596,6 +2596,9 @@ export default {
|
|
+'\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0'+
|
|
+'\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0'+
|
|
item.appName+'\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0'+item.appVersion}
|
|
item.appName+'\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0'+item.appVersion}
|
|
})
|
|
})
|
|
|
|
+ // if(val!=undefined && (val&&val.length>1)){
|
|
|
|
+ this.getIsActivate(appidArr[0].key)
|
|
|
|
+ // }
|
|
// setTimeout(()=>{
|
|
// setTimeout(()=>{
|
|
|
|
|
|
// this.form.setFieldsValue({
|
|
// this.form.setFieldsValue({
|
|
@@ -2644,9 +2647,7 @@ export default {
|
|
if(this.getFormData('singleAppid')==1){
|
|
if(this.getFormData('singleAppid')==1){
|
|
this.getIsActivate(val.key)
|
|
this.getIsActivate(val.key)
|
|
}else{
|
|
}else{
|
|
- if(val!=undefined && (val&&val.length>0)){
|
|
|
|
- this.getIsActivate(val[0].key)
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3004,9 +3005,9 @@ export default {
|
|
values.useAppMarket=values.useAppMarket?'1':'0'
|
|
values.useAppMarket=values.useAppMarket?'1':'0'
|
|
|
|
|
|
|
|
|
|
- // if(this.useDirectional==0){
|
|
|
|
- // values.templateId=this.directionalCheckedList
|
|
|
|
- // }
|
|
|
|
|
|
+ if(this.useDirectional==0){
|
|
|
|
+ values.templateId=this.directionalCheckedList
|
|
|
|
+ }
|
|
if(this.sysType==1&&this.getData('useAppMarket')){
|
|
if(this.sysType==1&&this.getData('useAppMarket')){
|
|
values.appStore=JSON.stringify(this.appStore)
|
|
values.appStore=JSON.stringify(this.appStore)
|
|
}else if(this.sysType==1&&!this.getData('useAppMarket')){
|
|
}else if(this.sysType==1&&!this.getData('useAppMarket')){
|