|
|
@@ -53,7 +53,7 @@
|
|
|
<view class="btn-group">
|
|
|
<button class="admin-button-com middle" :class="[form.priceType === '0' ? '' : 'default']" @click="setPriceType('0')">无价</button>
|
|
|
<button class="admin-button-com middle" :class="[form.priceType === '1' ? '' : 'default']" @click="setPriceType('1')">有价</button>
|
|
|
- <text v-if="sn && Number(sn)>0" style="margin-left:10upx;color:#078c4a;font-size:42upx;">#{{ sn }}</text>
|
|
|
+ <text v-if="sn && Number(sn)>0" style="margin-left:10upx;font-size:50upx;color:#CCCCCC;font-weight: normal;">#{{ sn }}</text>
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
|