删除部分图片,增加超级会员页面功能
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<text class="color-999">充值赠送</text>
|
||||
<text class="u-m-l-16 color-333">{{props.data.desc}}</text>
|
||||
</view>
|
||||
<view class="u-flex u-row-right u-m-t-32 gap-20">
|
||||
<view class="u-flex u-row-right u-m-t-32 gap-20" v-if="isCanEdit">
|
||||
<view class="" style="width: 140rpx;">
|
||||
<my-button plain height="56" type="cancel" shape="circle" @tap="del">删除</my-button>
|
||||
</view>
|
||||
@@ -40,6 +40,10 @@
|
||||
default: () => {
|
||||
return {}
|
||||
}
|
||||
},
|
||||
isCanEdit:{
|
||||
type:Boolean,
|
||||
default:false
|
||||
}
|
||||
})
|
||||
const emits=defineEmits(['del'])
|
||||
|
||||
Reference in New Issue
Block a user