Compare commits

...

4 Commits

  1. 7
      package2/shop/merchantCenter.vue
  2. 2
      pages/index/index.vue

7
package2/shop/merchantCenter.vue

@ -426,9 +426,12 @@
if (res.code == 200) {
that.tui.toast("核销成功",1500)
} else {
that.tui.toast(res.message)
uni.showModal({
title: '提示',
content: res.message,
showCancel:false
});
}
//
}).catch((res) => {})
}
}

2
pages/index/index.vue

@ -319,7 +319,7 @@
</view>
</view>
<view class="delivery-list-wrap">
<view class="delivery-list-wrap">
<view class="empty-delivery" v-if="deliveryItem.length <= 0">
<view class="empty-delivery-icon">校园</view>

Loading…
Cancel
Save