mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:43:26 +08:00
【优化】去除分销申请面板按钮无用并失效报错的customStyle属性。
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
<u-parse :content="distributionNotes" :selectable="true"></u-parse>
|
||||
</view>
|
||||
<view class="coreshop-bg-white coreshop-footer-fixed coreshop-foot-padding-bottom">
|
||||
<u-button :custom-style="customStyle" size="normal" type="error" v-if="condition.conditionStatus" @click="goApply()">申请</u-button>
|
||||
<u-button :custom-style="customStyle" size="normal" type="primary" v-else>您的条件暂不满足</u-button>
|
||||
<u-button size="normal" type="error" v-if="condition.conditionStatus" @click="goApply()">申请</u-button>
|
||||
<u-button size="normal" type="primary" v-else>您的条件暂不满足</u-button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -45,9 +45,6 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
customStyle: {
|
||||
width: '100%',
|
||||
},
|
||||
show: false,
|
||||
condition: {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user