Browse Source

fix: 下架按钮绑定正确方法

pull/8/head
徐飞洋 2 months ago
parent
commit
7534e277d1
  1. 2
      pages/goods-update/goods-update.wxml

2
pages/goods-update/goods-update.wxml

@ -172,7 +172,7 @@
</button> </button>
<button <button
class="publish-button bottom-button" class="publish-button bottom-button"
bindtap="unpublishSupply" bindtap="prepareUnpublishSupply"
> >
下架 下架
</button> </button>

Loading…
Cancel
Save