删除部分图片,增加超级会员页面功能
This commit is contained in:
@@ -264,7 +264,10 @@ function setForm(data) {
|
||||
console.log(form);
|
||||
}
|
||||
|
||||
onMounted(() => {});
|
||||
onMounted(() => {
|
||||
setForm(distributionStore.config);
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
@@ -57,6 +57,9 @@
|
||||
<view class="u-m-t-16 u-p-b-8">
|
||||
<view class="u-flex u-m-t-16">
|
||||
<input
|
||||
:disabled="index==0?true:false"
|
||||
:class="{'disabled':index==0?true:false}"
|
||||
|
||||
class="number-box"
|
||||
placeholder="请输入"
|
||||
placeholder-class="color-999 u-font-28"
|
||||
@@ -76,6 +79,8 @@
|
||||
<view class="u-flex u-m-t-16">
|
||||
<input
|
||||
class="number-box"
|
||||
:disabled="index==0?true:false"
|
||||
:class="{'disabled':index==0?true:false}"
|
||||
placeholder="请输入"
|
||||
placeholder-class="color-999 u-font-28"
|
||||
type="digit"
|
||||
@@ -275,8 +280,8 @@ onLoad(()=>{
|
||||
form.levelConfigList=levelConfigList.length?levelConfigList:[
|
||||
{ name:'',
|
||||
levelOneCommission:'',
|
||||
inviteCount:'',
|
||||
costAmount:''}
|
||||
inviteCount:0,
|
||||
costAmount:0}
|
||||
]
|
||||
form.upgradeType=distributionStore.config.upgradeType
|
||||
})
|
||||
@@ -309,6 +314,10 @@ $height: 70rpx;
|
||||
height: $height;
|
||||
flex: 1;
|
||||
line-height: $height;
|
||||
&.disabled{
|
||||
background-color: #f7f7fa;
|
||||
color: #999999;
|
||||
}
|
||||
}
|
||||
.unit {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user