|
|
@@ -27,7 +27,7 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="list-det" style="position: absolute; bottom: 15upx; left: 122upx">
|
|
|
- <view v-if="item.priceType == 1" class="app-size-28 app-color-0" style="font-size:28upx">¥{{ item.price?parseFloat(item.price):0 }}</view>
|
|
|
+ <view v-if="item.priceType == 1" class="app-size-28 app-color-0" style="font-size:30upx">¥{{ item.price?parseFloat(item.price):0 }}</view>
|
|
|
<view v-else></view>
|
|
|
</view>
|
|
|
<view
|
|
|
@@ -296,7 +296,7 @@ export default {
|
|
|
sort({ cId: this.option.id, items: sortData })
|
|
|
.then((res) => {
|
|
|
if (res.code === 1) {
|
|
|
- this.$msg('已更新');
|
|
|
+ uni.showToast({ title:'已更新',duration:1})
|
|
|
} else {
|
|
|
this.$msg('排序更新失败');
|
|
|
// 恢复原始顺序
|
|
|
@@ -756,8 +756,8 @@ export default {
|
|
|
|
|
|
.drag-handle {
|
|
|
position: absolute;
|
|
|
- top: 77upx;
|
|
|
- right: 6upx;
|
|
|
+ top: 75upx;
|
|
|
+ right: 12upx;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|